fv3atm
fv3atm copied to clipboard
Update chunksizes for cubed sphere grid
Description
Change the default chunking for the cubed sphere history files to use only the horizontal grid size of each of the tiles.
What bug does it fix, or what feature does it add? Slow writing of native grid history files, especially with c768 configurations. Is a change of answers expected from this PR? No.
This PR should be combined with other PR that does not change baselines.
Issue(s) addressed
Link the issues to be closed with this PR, whether in this repository, or in another repository. (Remember, issues should always be created before starting work on a PR branch!)
- fixes ufs-community/ufs-weather-model/issues/2439
Testing
How were these changes tested? Yes. What compilers / HPCs was it tested with? Intel/Hera Are the changes covered by regression tests? Yes. Have the ufs-weather-model regression test been run? Yes. On what platform? Hera
- Will the code updates change regression test baseline? If yes, why? Please show the baseline directory below.
- Please commit the regression test log files in your ufs-weather-model branch
Dependencies
No.
Requirements before merging
- [x] All new code in this PR is tested by at least one unit test
- [x] All new code in this PR includes Doxygen documentation
- [x] All new code in this PR does not add new compilation warnings (check CI output)