Skip to content

Commit

Permalink
VLab Issues #66082 - GFSv15.1.2 nwprod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jul 16, 2019
1 parent 1652d22 commit f0c7afe
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions scripts/exgfs_nawips.sh.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,18 @@ EOF
fi
cd $DATA_RUN
else
if [ $fhcnt -ge 240 ] ; then
let fhcnt=fhcnt+12
elif [ $fhcnt -lt 120 -a $RUN = "gfs_0p25" ] ; then
if [ $fhcnt -ge 240 ] ; then
if [ $fhcnt -lt 276 -a $RUN = "gfs_0p50" ] ; then
let fhcnt=fhcnt+6
else
let fhcnt=fhcnt+12
fi
elif [ $fhcnt -lt 120 -a $RUN = "gfs_0p25" ] ; then
#### let fhcnt=fhcnt+1
let fhcnt=fhcnt+$ILPOST
else
let fhcnt=fhcnt+finc
fi
let fhcnt=fhcnt+$ILPOST
else
let fhcnt=fhcnt+finc
fi
fi
done

Expand Down

0 comments on commit f0c7afe

Please sign in to comment.