generate square grid SCRIP files for coupling FastIsostasy to MALI#740
Draft
hollyhan wants to merge 2 commits into
Draft
generate square grid SCRIP files for coupling FastIsostasy to MALI#740hollyhan wants to merge 2 commits into
hollyhan wants to merge 2 commits into
Conversation
Contributor
Author
|
Hi @matthewhoffman, This PR ready to be reviewed. A sample test run result is shown below: |
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.
Add Python script to create square grid SCRIP files for
FastIsostasy MALI coupling
Summary
create_square_grid_scripfile.pytool to generateSCRIP-format files for FastIsostasy coupling
for bedrock deformation coupling
bounds, and creates a square regular lat-lon grid
ESMF_RegridWeightGen
Motivation
FastIsostasy coupling in MALI requires two mapping weight
files:
mpas_to_fastisostasy.nc(MALI mesh → square grid)fastisostasy_to_mpas.nc(square grid → MALI mesh)The target grid must be a perfect square (code checks `nX
inmpas_li_bedtopo.F:1021-1027`). Thisscript automates the creation of the required square grid
SCRIP file.
Changes
create_square_grid_scripfile.pyUsage Example