From d1cefc481f24d939ed834a72bf30cd0120e4504c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 14 Apr 2020 08:27:40 -0600 Subject: [PATCH] tests/rt.sh: remove unwanted change from merge of NCAR:dtc/develop --- tests/rt.sh | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 6c8ccedf85..788bd2151c 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -195,18 +195,10 @@ elif [[ $MACHINE_ID = hera.* ]]; then QUEUE=debug # ACCNR=fv3-cpu PARTITION= - # - # DTC baseline - dprefix=/scratch1/BMC/gmtb - DISKNM=$dprefix/ufs-weather-model/RT - STMP=$dprefix - PTMP=$dprefix - # EMC baseline - #dprefix=/scratch1/NCEPDEV - #DISKNM=$dprefix/nems/emc.nemspara/RT - #STMP=$dprefix/stmp4 - #PTMP=$dprefix/stmp2 - # + dprefix=/scratch1/NCEPDEV + DISKNM=$dprefix/nems/emc.nemspara/RT + STMP=$dprefix/stmp4 + PTMP=$dprefix/stmp2 SCHEDULER=slurm cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN @@ -381,16 +373,6 @@ if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then else RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/dtc-develop-20200413} fi -# DH* temporarily - remove before final merge to dtc/develop -## Fix me - make those definitions and DISKNM consistent -#if [[ $MACHINE_ID = hera.* ]]; then -# RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200323/${COMPILER^^}} -#elif [[ $MACHINE_ID = cheyenne.* ]]; then -# RTPWD=${RTPWD:-$DISKNM/develop-20200323/${COMPILER^^}} -#else -# RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200323} -#fi -# *DH shift $((OPTIND-1)) [[ $# -gt 1 ]] && usage