Skip to content

Commit

Permalink
Update scripts/exglobal_atmos_sfcanl.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Martin <[email protected]>
  • Loading branch information
ClaraDraper-NOAA and CoryMartin-NOAA authored Feb 4, 2025
1 parent fae30c6 commit 6cda29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_sfcanl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fi

# Collect the dates in the window to update surface restarts
gcycle_dates=("${PDY}${cyc}") # Always update surface restarts at middle of window
soilinc_fhrs=($assim_freq) # increment file at middle of window
soilinc_fhrs=("${assim_freq}") # increment file at middle of window
LFHR=$assim_freq
if [[ "${DOIAU:-}" == "YES" ]]; then # Update surface restarts at beginning of window
half_window=$(( assim_freq / 2 ))
Expand Down

0 comments on commit 6cda29c

Please sign in to comment.