Skip to content

Commit

Permalink
Update ush/forecast_predet.sh
Browse files Browse the repository at this point in the history
Co-authored-by: David Huber <[email protected]>
  • Loading branch information
JessicaMeixner-NOAA and DavidHuber-NOAA authored Dec 30, 2024
1 parent 0ab6a40 commit a4721c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4721c0

Please sign in to comment.