Skip to content

Commit

Permalink
Extend waiting time window of UK data to 25 minutes (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: yali mao <yali.mao@dlogin07.dogwood.wcoss2.ncep.noaa.gov>
  • Loading branch information
YaliMao-NOAA and yali mao authored Sep 10, 2024
1 parent 62a12c1 commit 9840736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exwafs_grib2_0p25_blending.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
###############################################
# SLEEP_TIME - Amount of time (secs) to wait for a input file before exiting
# SLEEP_INT - Amount of time (secs) to wait between checking for input files
SLEEP_TIME=${SLEEP_TIME:-1200}
SLEEP_TIME=${SLEEP_TIME:-1500}
SLEEP_INT=${SLEEP_INT:-10}
SLEEP_LOOP_MAX=$((SLEEP_TIME / SLEEP_INT))

Expand Down

0 comments on commit 9840736

Please sign in to comment.