Skip to content

Commit

Permalink
revise rt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
binli2337 committed Jun 20, 2024
1 parent 169220d commit dfc5aba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ RUN_SINGLE_TEST=false
RTVERBOSE=false
export RTVERBOSE
export STOP_ECFLOW_AT_END=false
ACCNR=${ACCNR:-""}
#RT_COMPILER="intel"
ACCNR=${ACCNR:-"fv3-cpu"}
RT_COMPILER="intel"
#COMPILE_ID="hafs_mom6w_intel"

while getopts ":a:b:cl:mn:dwkreovh" opt; do
Expand Down Expand Up @@ -774,7 +774,8 @@ case ${MACHINE_ID} in

PARTITION=
dprefix="/scratch1/NCEPDEV"
DISKNM="/scratch2/NAGAPE/epic/UFS-WM_RT"
#DISKNM="/scratch2/NAGAPE/epic/UFS-WM_RT"
DISKNM="/scratch1/NCEPDEV/hwrf/save/Bin.Li/UFS-WM_RT"
STMP="${dprefix}/stmp4"
PTMP="${dprefix}/stmp2"

Expand Down

0 comments on commit dfc5aba

Please sign in to comment.