Skip to content

Commit

Permalink
update rt.sh to point to temp WW3 input
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Jan 6, 2025
1 parent 9fcb4db commit 293364c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,8 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then
fi

INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20240501}
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240111
INPUTDATA_ROOT_WW3=/scratch1/NCEPDEV/climate/Jessica.Meixner/PR_WW3/UFSPRww3Jan11/WW3_input_data_20240111
INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-${DISKNM}/NEMSfv3gfs/BM_IC-20220207}
INPUTDATA_LM4=${INPUTDATA_LM4:-${INPUTDATA_ROOT}/LM4_input_data}

Expand Down

0 comments on commit 293364c

Please sign in to comment.