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

how to read shrunk data? #341

Open
shu-duo opened this issue Dec 29, 2024 · 3 comments
Open

how to read shrunk data? #341

shu-duo opened this issue Dec 29, 2024 · 3 comments

Comments

@shu-duo
Copy link

shu-duo commented Dec 29, 2024

I have downloaded .shrunk.data to my computer. But i do not konw how to read it . I saw the issue discussed #275 and i try to run the similar codes like the following picture.
截屏2024-12-29 22 02 38
something is wrong, I encountered the error "KeyError: '.zmetadata'". But this seems different from issue #329. I run llcreader.ECCOPortal() without any errors. The error message is as follows. I would greatly appreciate any help. Thanks in advance.
截屏2024-12-29 22 28 33

@timothyas
Copy link
Member

Hi, instead of using the llcreader.BaseStore and providing all of the URLs, I recommend using one of the pre-defined models provided by the llcreader module. Check out the documentation here, which as plenty of examples for the dataset you are looking for: https://xmitgcm.readthedocs.io/en/latest/llcreader.html#

@shu-duo
Copy link
Author

shu-duo commented Jan 8, 2025

but when i use llcreader.ECCOPortalLLC4320Model() to download data,The model data is converted into the netcdf format and often reports errors such as TimeoutError and FSTimeoutError. What should I do? Thank you in advance, timothyas.
截屏2025-01-08 18 48 16
截屏2025-01-08 18 48 28

@timothyas
Copy link
Member

It might be timing out if you are trying to create a gigantic dataset. I would start with just a few timesteps, 1 or 2 variables, and a handful of vertical levels.

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

2 participants