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 6ff0ce7 commit cb97cf6
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 @@ -147,7 +147,7 @@ common_predet(){
fi
else
if [[ "${DOIAU:-NO}" == "YES" ]]; then
local restart_interval_start=$(( ${cmeps_restart_interval} + ${half_window} ))
local restart_interval_start=$(( cmeps_restart_interval + half_window ))
local restart_interval_end=$(( ${FHMAX} + ${half_window} ))
else
local restart_interval_start=${cmeps_restart_interval}
Expand Down

0 comments on commit cb97cf6

Please sign in to comment.