-
Notifications
You must be signed in to change notification settings - Fork 168
Removing explicit field chunking #1892
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
Conversation
As this will be handled by xarray in v4
Yes, I think this is correct. The chunks parameter can be specified when reading in with Xarray (Parallel Computing with Dask | Chunking and performance) |
VeckoTheGecko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I want to push some edits to this, @erikvansebille are you still actively working on this PR? If not, I can PR into this PR
I just pushed 38770d1, done for now |
This covered most of the stuff I had in mind. Pushed a small edit, but otherwise this looks good to merge |
This PR removes the support for
chunkingin theFieldSet. As we transition to native xarray/dask to provide Field data, the Parcels implementation is not needed anymore?mainfor v3 changes,v4-devfor v4 changes)