Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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