-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update chunksizes for cubed sphere grid #876
Update chunksizes for cubed sphere grid #876
Conversation
…review and testing
@DusanJovic-NOAA can you sync up branch and combine in #878 to point to Dom's ccpp-framework branch? |
Done. @climbfuji please double check. |
Thanks, looks right! |
@DusanJovic-NOAA ccpp-framework pr was merged. New hash is NCAR/ccpp-framework@b7d55fd |
Done. |
* develop: Update chunksizes for cubed sphere grid (NOAA-EMC#876) First reconciliation PR from production/RRFS.v1 (NOAA-EMC#872)
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!)
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
Dependencies
No.
Requirements before merging