xmitgcm
xmitgcm copied to clipboard
Read MITgcm mds binary files into xarray
Hi all, I am trying to load regional llc4320 files (on Pleiades, or locally after downloading from the [ECCO data portal](https://data.nas.nasa.gov/ecco/data.php?dir=/eccodata/llc_4320/regions)). The files are binary but are not in MDS...
Old patches used for applications of domains contained in a single face. Helps to: - set `offset_vars` when `file_metadata` only has a single variable - use `find_concat_dim_facet` if DataArray input...
Hi! I am new to GitHub and MITgcm. :) I am trying to plot some halocline profiles using the salinity data from ECCO LLC4320. My goal is to plot this...
Hi! `xmitgcm` can read MITgcm mds binary files fastly, and I use it a lot. But I meet a problem recently, I run the MITgcm model for 100 years. Then...
Hi xmitgcm, Would it be possible to add a class to read the GEOS/ECCO DYAMOND run (https://data.nas.nasa.gov/geosecco/geoseccodata/c1440_llc2160/) from the LLCReader? I would naively assume that something like: ``` class ECCOPortalC1440_LLC2160Model(C1440_LLC2160Model):...
Hi all, I have encountered a connection error in downloading the llc4320 data since June this year. Could someone help me to solve this? My script can work normally before...
A prototype based on the concept proposed by @rabernat at #28. Scans for `meta` files and creates an equivalent Zarr mapping using `ReferenceFileSystem` to read tiles. It works but it...
Dear xmitgcm community and any seniors who might be able to help me~ I am writing to seek assistance with a technical issue I have encountered while running “xmitgcm llcreader...
Hello! I'm having an issue loading 2D fields from an LLC270 run. All 3D variables are loading as expected but the 2D fields are giving the error: ```ValueError: dimensions ('time',...
This implements two things: 1. Within the core `mds_store`: allow a user to add "on-the-fly" grid variables, or really any meta/data pair that does not have a 10 digit iteration...