Reduce number of empty cells in extended high-resolution Greenland Ice Sheet mesh#937
Open
trhille wants to merge 8 commits intoMPAS-Dev:mainfrom
Open
Reduce number of empty cells in extended high-resolution Greenland Ice Sheet mesh#937trhille wants to merge 8 commits intoMPAS-Dev:mainfrom
trhille wants to merge 8 commits intoMPAS-Dev:mainfrom
Conversation
Collaborator
Author
Add option to set resolution in ocean based on distance from coast.
Fix coast mask definition
Remove constraint that forces maximum resolution everywhere on bare land, which leads to enormous numbers of wasted cells in Greenland.
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.
b26249d to
a02af8d
Compare
Collaborator
Author
Fix unconditional reads from config file in set_cell_width, so that the config file does not need to have high_dist_coast if use_dist_to_coast == False, for example.
Remove mention of using scikit-fmm to calculate distances to grounding line, coast, and margin, since this algorithm is now very fast.
Collaborator
Author
|
All |
Collaborator
Author
|
docs can be found here: https://portal.nersc.gov/cfs/fanssie/trhille/compass_docs_PR937/html/ |
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
Testingin this PR) any testing that was used to verify the changes