Skip to content

Commit

Permalink
Issue #1: replace "nawips" with "gempak" in hpssarch_gen.sh path to g…
Browse files Browse the repository at this point in the history
…fs sfc and snd files
  • Loading branch information
RussTreadon-NOAA committed May 22, 2020
1 parent 7222f84 commit 96460e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/hpssarch_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ if [ $type = "gfs" ]; then
echo "${dirname}trak.gfso.atcfunix.altg.${PDY}${cyc} " >>gfsa.txt
echo "${dirname}storms.gfso.atcf_gen.${PDY}${cyc} " >>gfsa.txt
echo "${dirname}storms.gfso.atcf_gen.altg.${PDY}${cyc} " >>gfsa.txt
echo "${dirname}nawips/gfs_${PDY}${cyc}.sfc " >>gfsa.txt
echo "${dirname}nawips/gfs_${PDY}${cyc}.snd " >>gfsa.txt
echo "${dirname}gempak/gfs_${PDY}${cyc}.sfc " >>gfsa.txt
echo "${dirname}gempak/gfs_${PDY}${cyc}.snd " >>gfsa.txt
echo "${dirname}bufr.t${cyc}z " >>gfsa.txt
echo "./logs/${CDATE}/gfs*.log " >>gfsa.txt

Expand Down

0 comments on commit 96460e6

Please sign in to comment.