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

Link SECM MOM6 workflow as a case study? #321

Open
martindurant opened this issue Mar 22, 2023 · 5 comments
Open

Link SECM MOM6 workflow as a case study? #321

martindurant opened this issue Mar 22, 2023 · 5 comments

Comments

@martindurant
Copy link
Member

https://ncar.github.io/esds/posts/2023/kerchunk-mom6/
@dcherian

@dcherian
Copy link
Contributor

👍 it is on my very long list

@dcherian
Copy link
Contributor

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

@martindurant
Copy link
Member Author

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.

@dcherian
Copy link
Contributor

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"?

@martindurant
Copy link
Member Author

Yes, you could certainly use subchunking, which would get you better random access at the cost of (many) more references.

how would I confirm this?

Turn on logger, perhaps like

fsspec.util.setup_logging(logger_name="fsspec.reference")

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