Discussion related to addressing horizontal grid issues within the CCPP #491
grantfirl
started this conversation in
CCPP Visioning Workshop 2023
Replies: 1 comment
-
During the CCPP Visioning Workshop we determined that
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Internal grid tiling can lead to a lot of confusing logic in code and a proliferation of argument variables (see, e.g. UFS fractional land mask).
Other examples that might need something similar:
Can this be generalized by the framework to clean up the code? (automatic splitting/combining, arbitrary # of subcolumns/tiles)
How do we handle multiple surface schemes, land/ocean/sea-ice, each of which may have their own expectations or requirement for tiling/not-tiling?
What about adopting a “physics grid” to facilitate 3D physics and experimenting with increasing/decreasing horizontal grid size? Would the capability to run different schemes on different grids be useful?
Beta Was this translation helpful? Give feedback.
All reactions