Skip to content

Commit

Permalink
Correct missing L from prior edits
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Apr 8, 2024
1 parent b5152ad commit 188dda6
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 @@ -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
Expand Down

0 comments on commit 188dda6

Please sign in to comment.