Replies: 3 comments 7 replies
-
|
Questions:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
@xylar Did you have other considerations that I should look into? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@katsmith133 @xylar This is the thread where we discussed the strategy of using an existing wISC mesh. Thought you should know about it in case it seems like an easier strategy than starting with a non-ISC mesh. It may provide an easier route toward using recent ICs. |
Beta Was this translation helpful? Give feedback.
3 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.
-
The motivation is to have a global ocean mesh and initial condition available for testing before the global ocean init capability is fully ported to Polaris.
The capability to create MPAS-Ocean and MPAS-SeaIce restart files with culled ISC was introduced here: MPAS-Dev/compass#794. To my knowledge this has only been tested with an Icos30 mesh. The restart files had been spun-up in a G-case, which may not be desirable for Omega.
In reviewing the code, I don't see any changes we need to make. We would be doing the conversions in the state and vertical coordinate after culling. The
landIceMaskvariable is used for culling.In order to run in coupled configurations, domain mapping files need to be modified along the lines of this script from @jonbob (
--method normalizeremoved based on Slack conversation https://e3sm-project.slack.com/archives/C06P9E3P07P/p1711485832127819 and--correct-areasadded based on Slack conversation https://e3sm-project.slack.com/archives/C06P9E3P07P/p1711487743131309):Beta Was this translation helpful? Give feedback.
All reactions