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

0 comments on commit 300c1de

Please sign in to comment.