Skip to content

Commit

Permalink
Update rt.sh fix input path
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored May 3, 2024
1 parent 26985e8 commit 74f64e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then
fi
fi

INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data_20240501}
INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20240501}
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214
INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-${DISKNM}/NEMSfv3gfs/BM_IC-20220207}

Expand Down

0 comments on commit 74f64e4

Please sign in to comment.