Skip to content

Commit

Permalink
Update new control files for recent changes to 'develop'.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Dec 27, 2023
1 parent 6bc61fc commit 8e52050
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tests/tests/control_p8.v2.sfc
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ export DZ_MIN=6
#required for NML.IN sharing
export MIN_SEAICE=0.15
export FRAC_GRID=.true.
export MOM6_OUTPUT_DIR=./MOM6_OUTPUT
export MOM6_RESTART_DIR=./RESTART/
export MOM6_RESTART_SETTING=n
# P8 (not used for standalone)
export USE_CICE_ALB=.false.
Expand All @@ -174,6 +176,6 @@ export DOGP_SGS_CNV=.true.

export SATMEDMF=.true.

if [[ $MACHINE_ID = cheyenne ]]; then
TPN=18
if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then
ZSTANDARD_LEVEL=5
fi
4 changes: 2 additions & 2 deletions tests/tests/cpld_control_p8.v2.sfc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export eps_imesh=2.5e-1
export FV3_RUN=cpld_control_run.IN
export V2_SFC_FILE=true

if [[ $MACHINE_ID = cheyenne ]]; then
TPN=18
if [[ $MACHINE_ID = derecho ]]; then
TPN=96
fi

0 comments on commit 8e52050

Please sign in to comment.