From 188dda6a4109e1ff626ae7744b2244a69b59e5ec Mon Sep 17 00:00:00 2001 From: "Kate.Friedman" Date: Mon, 8 Apr 2024 17:17:23 +0000 Subject: [PATCH] Correct missing L from prior edits Refs #1253 --- 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 1eabd73ac9..2c74e26acf 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -602,7 +602,7 @@ WW3_postdet() { if [[ "${WW3CURINP}" = "YES" ]]; then local wavcurfile="${COM_WAVE_PREP}/${RUNwave}.${WAVECUR_FID}.${cycle}.cur" if [[ ! -f ${wavcurfile} ]]; then - echo "FATA: ERROR: WW3CURINP = ${WW3CURINP}, but missing current file ${wavcurfile}" + echo "FATAL: ERROR: WW3CURINP = ${WW3CURINP}, but missing current file ${wavcurfile}" echo "Abort!" exit 1 fi