-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpld_gridgen - Add 9-degree ocean+ice file generation (#1013)
Adds a 9-degree ocean and ice resolution to the list of supported resolutions. Updates the regression test to generate the desired resolutions of mapped ocean files through the "rt.conf" configuration file. Fixes #1004
- Loading branch information
1 parent
d0739a0
commit dd9257e
Showing
9 changed files
with
152 additions
and
110 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ res=RESNAME | |
editmask=DO_MASKEDIT | ||
debug=DO_DEBUG | ||
do_postwgts=DO_POSTWGTS | ||
atmreslist=ATMRESLIST | ||
/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
################################################################# | ||
# Baseline configurations | ||
# For each listed OCN resolution, mapped ocean masks will be | ||
# generated for C48,C96,C192,C384,C768 and C1152. For C3072 | ||
# resources and memory will need to be increased. See rt.sh | ||
# Baseline configurations are defined as | ||
# TEST_NAME | ATMRESLIST | ||
# TEST_NAME is one of the available ocean resolutions from | ||
# 9deg (mx900) through 1/4deg (mx025) | ||
# If ATMRESLIST is empty, mapped ocean mask files for ATM | ||
# resolutions from C12 through C3072 will be generated for each | ||
# ocean resolution | ||
# Note that C3072 requires additional time and resources, see | ||
# rt.sh | ||
# The ATMRESLIST can also be specified as a subset of all available | ||
# ATM resolutions, eg: 12,24,48 or 96,1152 | ||
################################################################# | ||
|
||
# TEST_NAME | | ||
mx025 | ||
mx050 | ||
mx100 | ||
mx500 | ||
# TEST_NAME | ATMRESLIST | ||
|
||
mx025 | 48,96,192,384,768,1152 | ||
mx050 | 48,96,192,384,768,1152 | ||
mx100 | 48,96,192,384,768,1152 | ||
mx500 | 24,48,96,192,384,768,1152 | ||
mx900 | 12,24 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.