Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,16 @@ elif [[ $MACHINE_ID = hera.* ]]; then
ECFLOW_START=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin/ecflow_start.sh
ECF_PORT=$(( $(id -u) + 1500 ))
QUEUE=debug
# ACCNR=fv3-cpu
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert.

ACCNR=gsienkf
PARTITION=
#
# DTC baseline
dprefix=/scratch1/BMC/gmtb
DISKNM=$dprefix/ufs-weather-model/RT
<<<<<<< HEAD
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert. There are also merge conflict marks in this file, please fix.

STMP=/scratch2/BMC/gsienkf
PTMP=/scratch2/BMC/gsienkf
=======
STMP=$dprefix
PTMP=$dprefix
# EMC baseline
Expand All @@ -207,6 +211,7 @@ elif [[ $MACHINE_ID = hera.* ]]; then
#STMP=$dprefix/stmp4
#PTMP=$dprefix/stmp2
#
>>>>>>> 2919f28a56fb3127fca33976c4840cad156be4d1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix.


SCHEDULER=slurm
cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN
Expand Down Expand Up @@ -326,7 +331,7 @@ mkdir -p ${RUNDIR_ROOT}
CREATE_BASELINE=false
ROCOTO=false
ECFLOW=false
KEEP_RUNDIR=false
KEEP_RUNDIR=true
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert.


TESTS_FILE='rt.conf'
# Switch to special regression test config on wcoss_cray:
Expand Down