-
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.
update rt.conf and rt.sh for specified ATM resolutions
- Loading branch information
1 parent
6048864
commit a425dd8
Showing
2 changed files
with
19 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
################################################################# | ||
# Baseline configurations | ||
# By default, for each listed OCN resolution, mapped ocean masks will | ||
# be generated for C12,C24,C48,C96,C192,C384,C768 and C1152. For C3072 | ||
# resources and memory will need to be increased. See rt.sh notes. | ||
# If a list of ATM resolutions is included below, limit ATM resolutions | ||
# to those listed (eg. mx100 | 12,24,96) | ||
# 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: C12,C24,C48 or C96,C1152 | ||
################################################################# | ||
|
||
# TEST_NAME | ATMRESLIST | ||
|
||
mx025 | | ||
mx050 | | ||
mx100 | | ||
mx500 | | ||
mx900 | | ||
mx025 | 48,96,192,384,768,1152 | ||
mx050 | 48,96,192,384,768,1152 | ||
mx100 | 48,96,192,384,768,1152 | ||
mx500 | 12,24 | ||
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