From ae2d1446b3a21c4c4eb235ccb054ada15a468ef3 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 6 Jan 2025 18:41:49 -0500 Subject: [PATCH] Update ush/forecast_postdet.sh Co-authored-by: Rahul Mahajan --- ush/forecast_postdet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index 2b72d32080..acd907e09a 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -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