Generalize topo/combine to work on lat-lon grids#526
Open
xylar wants to merge 6 commits intoE3SM-Project:mainfrom
Open
Generalize topo/combine to work on lat-lon grids#526xylar wants to merge 6 commits intoE3SM-Project:mainfrom
topo/combine to work on lat-lon grids#526xylar wants to merge 6 commits intoE3SM-Project:mainfrom
Conversation
Organize combined-topography tasks by target grid and resolution rather than by downstream consumer, and add a reusable 0.25-degree lat-lon task for cached products. This renames the task helpers and task classes, updates remap and cull callers, and refreshes the e3sm/init developer docs to match the new layout.
Collaborator
Author
Collaborator
Author
|
@katsmith133, this is the very first step in the Global Ocean workflow. If you don't mind giving the code an my plots a quick look, that would likely be sufficient. I believe I have also made the test results readable by you at: but Perlmutter is tricky with permissions. Let me know. |
topo/combine to work on lat-lon grids
Collaborator
Author
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 PR generalizes the
topo/combineworkflow ine3sm/initto support lat/lon target grids, not just the cubed-sphere grid previously supported. This workflow combines the Bedmap3 topography data around Antarctica with the GEBCO data over the rest of the globe.The PR adds support for 3 resolutions: 1, 0.25 and 0.0625 degrees. The first will just be used for very coarse, non-scientific meshes (if at all). The second might be used for low-res meshes and will be used for extrapolating the WOA 2023 dataset into ice-shelf cavities and land (WOA23 is on a 0.25 degree grid). The finest of these will be used as part of defining resolution for high-res unified MPAS meshes.
This PR also adds support for visualizing the topography on the lat-lon grid.
Checklist
api.md) has any new or modified class, method and/or functions listedTestingcomment in the PR documents testing used to verify the changes