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 options when opening CROCOrun objects #5

Closed
apatlpo opened this issue Nov 15, 2019 · 1 comment
Closed

chunking options when opening CROCOrun objects #5

apatlpo opened this issue Nov 15, 2019 · 1 comment

Comments

@apatlpo
Copy link
Collaborator

apatlpo commented Nov 15, 2019

We need to find a good way to pass options about chunking when opening CROCOrun objects.
Maybe something along the lines of :

r = pp.CROCOrun(root_path+run, prefix='file_', open_nc=['surf'], ...
 chunks={'his': {'time':1}, 'surf': {'time':None}})

any other ideas?

@apatlpo
Copy link
Collaborator Author

apatlpo commented Mar 10, 2020

a first implementation starting from a6e6d7a

I close for now

@apatlpo apatlpo closed this as completed Mar 10, 2020
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