Reduce number of empty cells in extended high-resolution Greenland Ice Sheet mesh#937
Open
trhille wants to merge 6 commits intoMPAS-Dev:mainfrom
Open
Reduce number of empty cells in extended high-resolution Greenland Ice Sheet mesh#937trhille wants to merge 6 commits intoMPAS-Dev:mainfrom
trhille wants to merge 6 commits intoMPAS-Dev:mainfrom
Conversation
Add option to set resolution in ocean based on distance from coast.
Fix grounding line mask definition, which previously marked the entire ocean as the grounding line used for setting cell widths.
Fix coast mask definition
Remove constraint that forces maximum resolution everywhere on bare land, which leads to enormous numbers of wasted cells in Greenland.
Collaborator
Author
Create a separate .cfg file for the 1–10km Greenland mesh, and change the default resolution from 3–30km to 4–40km to avoid out-of-memory errors when running ESMF_RegridWeightGen on a single Perlmutter node.
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
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 merge includes changes needed for a new high-resolution (1–10 km) extended Greenland mesh with variable mesh resolution in the ocean and bare land. The goal is to have high enough resolution in the ocean to resolve fjords for coupling with the ocean, but to use lower resolution where possible to reduce wasted cells. The extended 1–10km without these changes contains 1.4 million cells, only ~350k of which contain ice. With these changes, the extended 1–10km mesh is 870k cells.
Checklist
api.rst) has any new or modified class, method and/or functions listedE3SM-Projectsubmodule has been updated with relevant E3SM changesMALI-Devsubmodule has been updated with relevant MALI changesTestingin this PR) any testing that was used to verify the changes