Skip to content

Commit

Permalink
Issue NOAA-EMC#94 changing native by interpolated grids for gempak
Browse files Browse the repository at this point in the history
  • Loading branch information
wx21rph authored and wx21rph committed Aug 24, 2020
1 parent 8a68d3c commit b0c9161
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/exgfs_wave_nawips.sh.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ echo " March 2020- Modified for GEFSv12.0"

set -xa

#export grids=${grids:-'glo_30m at_10m ep_10m wc_10m ao_9km'}
export grids=${grids:-'glo_10m gso_15m ao_9km'}
export grids=${grids:-'glo_30m at_10m ep_10m wc_10m ao_9km'} #Interpolated grids
#export grids=${grids:-'glo_10m gso_15m ao_9km'} #Native grids
export RUNwave=${RUNwave:-${RUN}${COMPONENT}}
export fstart=${fstart:-0}
export FHMAX_WAV=${FHMAX_WAV:-180} #180 Total of hours to process
Expand Down Expand Up @@ -49,8 +49,8 @@ while [ $fhcnt -le $FHMAX_WAV ]; do
fhr=$(printf "%03d" $fhcnt)
for grid in $grids;do
case $grid in
# ao_9km) grdIDin='arctic.9km'
# grdIDout='gfswaveao9km' ;;
ao_9km) grdIDin='arctic.9km'
grdIDout='gfswaveao9km' ;;
at_10m) grdIDin='atlocn.0p16'
grdIDout='gfswaveat10m' ;;
ep_10m) grdIDin='epacif.0p16'
Expand All @@ -59,8 +59,8 @@ while [ $fhcnt -le $FHMAX_WAV ]; do
grdIDout='gfswavewc10m' ;;
glo_30m) grdIDin='global.0p25'
grdIDout='gfswavegl30m' ;;
ao_9km) grdIDin='arctic.9km'
grdIDout='gfswavea9k' ;;
# ao_9km) grdIDin='arctic.9km'
# grdIDout='gfswavea9k' ;;
glo_10m) grdIDin='global.0p25'
grdIDout='gfswaveg16k' ;;
gso_15m) grdIDin='gsouth.0p25'
Expand Down Expand Up @@ -96,7 +96,7 @@ while [ $fhcnt -le $FHMAX_WAV ]; do
fi
echo $GRIBIN

GEMGRD=${grdIDout}${PDY}${cyc}f${fhr}
GEMGRD=${grdIDout}_${PDY}${cyc}f${fhr}
icnt=1
while [ $icnt -lt 1000 ]; do
if [ -r $GRIBIN_chk ] ; then
Expand Down

0 comments on commit b0c9161

Please sign in to comment.