Skip to content

Commit

Permalink
Update exglobal_atmos_pmgr.sh with the feedback of NCO's parallel run. (
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Jan 5, 2021
1 parent 4dff471 commit 10cb8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_pmgr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ do

sleep 10
icnt=$((icnt + 1))
if [ $icnt -ge 1001 ]
if [ $icnt -ge 1080 ]
then
msg="ABORTING after 3 hours of waiting for ${RUN} FCST hours $postjobs."
err_exit $msg
Expand Down

0 comments on commit 10cb8e3

Please sign in to comment.