-
Notifications
You must be signed in to change notification settings - Fork 82
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
Link SECM MOM6 workflow as a case study? #321
Comments
👍 it is on my very long list |
FYI I didn't dig too deep but these are netCDF3 files and there seemed like a slowdown on actual data reads during a workflow. So perhaps #123 (comment)? |
I think what we really need is partial reads in zarr, which should be simple for uncompressed data like this. A thing promised but not yet delivered. |
how would I confirm this? Would it be better if I used "subchunking"? |
Yes, you could certainly use subchunking, which would get you better random access at the cost of (many) more references.
Turn on logger, perhaps like
|
https://ncar.github.io/esds/posts/2023/kerchunk-mom6/
@dcherian
The text was updated successfully, but these errors were encountered: