From e0ccb09cc9840432bfe2a8bc7828473200e36595 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 6 Jan 2025 18:42:09 -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 532a786a40..a592221699 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -368,7 +368,7 @@ WW3_postdet() { else if [[ "${RERUN}" == "YES" ]]; then # In the case of a RERUN, the WW3 restart file is required - echo "FATAL ERROR: WW3 restart file '${ww3_restart_file}' not found for RERUN='${RERUN}', ABORT!" + echo "FATAL ERROR: WW3 binary | netcdf restart file '${ww3_binary_restart_file}' | '${ww3_netcdf_restart_file}' not found for RERUN='${RERUN}', ABORT!" exit 1 else echo "WARNING: WW3 binary | netcdf restart file '${ww3_binary_restart_file}' | '${ww3_netcdf_restart_file}' not found for warm_start='${warm_start}', will start from rest!"