-
Notifications
You must be signed in to change notification settings - Fork 50
Add MPAS-O and MPAS-SI from EarthWorksOrg/EarthWorks #241
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix some grids
required by mpas ocean.
Allow these grids to be fetched from DIN_LOC_ROOT instead of only from the path "/glade/p/univ/ucsu0085/inputdata..." This does not guarantee those files exist!
Removes leading zeros from the 'mpasa...' portion of aliases to better match the atm and lnd grids used. Change the 'not_compset=...' to match CESM. Also added 'EarthWorks specific ...' comments around aliases added for mpas-ocean and river run-off mapping.
The default ocean/seaice files for 15km have been updated to use a new one that does not initially generate unstable transients. These modifications are in the mpas-ocean, mpas-seaice, and ccs_config components.
An entry is created for the regionally refined 60-3km grid with the refinement over the western U.S. The 3.75 and 7.5km hires meshes are updated to new, stable initial conditions.
Catch up to development, especially to cesm3_0_beta06 version.
New 30km ocean files are now set as the default. The new files have had the domain adjusted so that seaice does not freeze the entire column.
Some help reviewing from @jedwards4b would be appreciated! (Can't assign reviewers.) |
This is part of a collection of PRs to enable MPAS-O and MPAS-SI in CESM: |
This was referenced Jun 12, 2025
jedwards4b
approved these changes
Jun 13, 2025
These rules for MPAS-Ocean and MPAS-SeaIce are better handled in the Depends.* files for each compiler than in cime:CIME/Tools/Makefile.
@jedwards4b the Depends.{nvhpc,gnu} files have been updated following this comment in ESMCI/cime #4807. |
jedwards4b
approved these changes
Jun 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds grids and aliases for those commonly used by the MPAS Ocean (MPAS-O) and MPAS SeaIce (MPAS-SI) components.
This was tested by hand in a CESM sandbox with some other relevant changes also present. No problems were observed with ccs_configs while running some spot-check tests using MPAS-O and MPAS-SI, while running aux_cmeps through
create_test
, or when running the cime scripts_regression_tests.py.