Skip to content

Commit

Permalink
update rt.conf and rt.sh for specified ATM resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Jan 22, 2025
1 parent 6048864 commit a425dd8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
27 changes: 16 additions & 11 deletions reg_tests/cpld_gridgen/rt.conf
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
7 changes: 3 additions & 4 deletions reg_tests/cpld_gridgen/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,10 @@ export TEST_NAME=
export ATMLIST=

# for C3072 on hera, use WLCLK=60 and MEM="--exclusive"
WLCLK_dflt=90
WLCLK_dflt=60
export WLCLK=$WLCLK_dflt
#MEM_dflt="--mem=16g"
#export MEM=$MEM_dflt
export MEM="--exclusive"
MEM_dflt="--mem=16g"
export MEM=$MEM_dflt
export MOM6_version=20240416

cd $PATHRT
Expand Down

0 comments on commit a425dd8

Please sign in to comment.