From a4721c06cfd9b3ec39a98dadb73ec5c6363faf7d Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 30 Dec 2024 16:17:17 +0000 Subject: [PATCH] Update ush/forecast_predet.sh Co-authored-by: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> --- ush/forecast_predet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_predet.sh b/ush/forecast_predet.sh index aac602c962..904dd3a726 100755 --- a/ush/forecast_predet.sh +++ b/ush/forecast_predet.sh @@ -141,7 +141,7 @@ common_predet(){ # Convert restart interval into an explicit list for FV3 if (( cmeps_restart_interval == 0 )); then if [[ "${DOIAU:-NO}" == "YES" ]]; then - CMEPS_RESTART_FH=$(( ${FHMAX} + ${half_window} )) + CMEPS_RESTART_FH=$(( FHMAX + half_window )) else CMEPS_RESTART_FH=("${FHMAX}") fi