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