Skip to content

Commit

Permalink
update tests and scripts for fix file location
Browse files Browse the repository at this point in the history
* baseline successfully created on hera for all ocn/atm combinations
  • Loading branch information
DeniseWorthen committed Jan 17, 2025
1 parent 48c9391 commit 77a73b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
3 changes: 1 addition & 2 deletions fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ if [ $machine = "hera" ]; then
elif [ $machine = "jet" ]; then
FIX_DIR="/lfs5/HFIP/hfv3gfs/glopara/FIX/fix"
elif [ $machine = "orion" -o $machine = "hercules" ]; then
# FIX_DIR="/work/noaa/global/glopara/fix"
FIX_DIR="/work2/noaa/stmp/dworthen/orog.lowres"
FIX_DIR="/work/noaa/global/glopara/fix"
elif [ $machine = "wcoss2" ]; then
FIX_DIR="/lfs/h2/emc/global/noscrub/emc.global/FIX/fix"
elif [ $machine = "s4" ]; then
Expand Down
11 changes: 5 additions & 6 deletions reg_tests/cpld_gridgen/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

# TEST_NAME | ATMRESLIST

# mx025 |
# mx050 |
# mx100 |
mx100 | 12,24,48
mx500 | 12,24,48
mx900 | 12,24,48
mx025 |
mx050 |
mx100 |
mx500 |
mx900 |
7 changes: 4 additions & 3 deletions reg_tests/cpld_gridgen/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ export TEST_NAME=
export ATMLIST=

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

cd $PATHRT
Expand Down
6 changes: 2 additions & 4 deletions ush/cpld_gridgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ export ATMLIST=${ATMLIST:-$2}
export DEBUG=.false.
export MASKEDIT=.false.
export DO_POSTWGTS=.true.
export MOSAICDIR_PATH=/work2/noaa/stmp/dworthen/orog.lowres
#export MOSAICDIR_PATH=${MOSAICDIR_PATH:-$PATHTR/fix/orog}
export MOSAICDIR_PATH=${MOSAICDIR_PATH:-$PATHTR/fix/orog}
export FIXDIR_PATH=${MOM6_FIXDIR}/${RESNAME}
if [[ ${ATMLIST} -eq -1 ]]; then
#export ATMRESLIST=12,24,48,96,192,384,768,1152,3072
export ATMRESLIST=48,96,192,384,768,1152,3072
export ATMRESLIST=12,24,48,96,192,384,768,1152,3072
else
export ATMRESLIST=${ATMLIST}
fi
Expand Down

0 comments on commit 77a73b4

Please sign in to comment.