Skip to content

Commit

Permalink
Unify output path in gfs_bfr2gpk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangPingLou-NOAA committed Jun 4, 2020
1 parent 7675368 commit 9b36cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/gfs_bfr2gpk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export BPATH

# Set output directory:

COMAWP=${COMAWP:-$COMROOT/nawips/${envir}/${RUN}.${PDY}}
COMAWP=${COMAWP:-$COMOUT/gempak}
OUTDIR=$COMAWP
mkdir -p $OUTDIR
if [ ! -d $OUTDIR ]; then mkdir -p $OUTDIR; fi

outfilbase=gfs_${PDY}${cyc}

Expand Down

0 comments on commit 9b36cfd

Please sign in to comment.