Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLCReader for GEOS/ECCO coupled nature run #332

Open
roxyboy opened this issue Dec 5, 2023 · 0 comments
Open

LLCReader for GEOS/ECCO coupled nature run #332

roxyboy opened this issue Dec 5, 2023 · 0 comments

Comments

@roxyboy
Copy link
Contributor

roxyboy commented Dec 5, 2023

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):

    def __init__(self):
        fs = _make_http_filesystem()
        base_path = 'https://data.nas.nasa.gov/geosecco/geoseccodata/c1440_llc2160/mit_output/Eta'
        grid_path = 'https://data.nas.nasa.gov/geosecco/geoseccodata/c1440_llc2160/mit_output/grid'
        mask_path = 'https://storage.googleapis.com/pangeo-ecco/llc/masks/llc_2160_masks.zarr/'
        store = stores.NestedStore(fs, base_path=base_path, mask_path=mask_path,
                                   grid_path=grid_path, shrunk=True, join_char='/')
        super(ECCOPortalC1440_LLC2160Model, self).__init__(store)

should work by adding it in known_models.py...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant