Option to ignore coarse dimensions when partitioning#348
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
ScottEilerman
left a comment
There was a problem hiding this comment.
Looks good!
The most irrelevant nitpick: this line in the PR description is backwards:
If set to True, the dimensions eta_coarse and xi_coarse are ignored during the partitioning process.
I forget if the PR descriptions get auto-included anywhere but might as well fix it quick, then good to merge!
Thanks, good catch -- fixed! |
This PR adds a parameter
include_coarse_dimensionstopartition()andpartition_netcdf(). If set toFalse, the dimensionseta_coarseandxi_coarseare ignored during the partitioning process.pre-commit run --all-filesdocs/releases.mddocs/api.rst