Skip to content

Commit

Permalink
Update ush/forecast_postdet.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Mahajan <[email protected]>
  • Loading branch information
JessicaMeixner-NOAA and aerorahul authored Jan 6, 2025
1 parent 3113f1c commit ae2d144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ WW3_postdet() {
# found binary ww3 restart file
export WW3_restart_from_binary=true
${NCP} "${ww3_binary_restart_file}" "${DATA}/restart.ww3" \
|| ( echo "FATAL ERROR: Unable to copy WW3 IC, ABORT!"; exit 1 )
|| ( echo "FATAL ERROR: Unable to copy binary WW3 IC, ABORT!"; exit 1 )
else
if [[ "${RERUN}" == "YES" ]]; then
# In the case of a RERUN, the WW3 restart file is required
Expand Down

0 comments on commit ae2d144

Please sign in to comment.