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

Chunking strategy #4

Closed
mgrover1 opened this issue Jun 29, 2021 · 1 comment
Closed

Chunking strategy #4

mgrover1 opened this issue Jun 29, 2021 · 1 comment

Comments

@mgrover1
Copy link
Contributor

I figured it would be helpful to track the chunking strategy for these different variables/datasets.

Following NCAR/cesm-lens-aws#34, it looks like chunking by time, with all vertical dimensions and lat/lon in the same chunk would be best for the 3D vars. Here's an example of a 3D monthly pop output:

'chunks': {'time': 6,
                  'z_t': -1,
                  'nlon': -1,
                  'nlat': -1}

Based on the first few tests, it seems like we can use the same chunking strategy as LENS1

@andersy005
Copy link

It might be worth trying out a different, moderate chunking scheme (e.g. chunking in nlat, nlon, and z_t as well). I hope that this moderate chunking scheme allows us to meet most use cases in the middle without sacrificing the performance

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