Skip to content

Commit

Permalink
Change logfNNN files from .nc/.nemsio suffix to .txt in hpssarch_gen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Nov 15, 2019
1 parent e8cbf92 commit d922bb9
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 @@ -92,7 +92,7 @@ if [ $type = "gfs" ]; then

echo "${dirname}${head}pgrb2.0p25.f${fhr} " >>gfsa.txt
echo "${dirname}${head}pgrb2.0p25.f${fhr}.idx " >>gfsa.txt
echo "${dirname}${head}logf${fhr}${SUFFIX} " >>gfsa.txt
echo "${dirname}${head}logf${fhr}.txt " >>gfsa.txt

echo "${dirname}${head}pgrb2.0p50.f${fhr} " >>gfsb.txt
echo "${dirname}${head}pgrb2.0p50.f${fhr}.idx " >>gfsb.txt
Expand Down Expand Up @@ -187,7 +187,7 @@ if [ $type = "gdas" ]; then
echo "${dirname}${head}pgrb2.0p25.f${fhr}.idx " >>gdas.txt
echo "${dirname}${head}pgrb2.1p00.f${fhr} " >>gdas.txt
echo "${dirname}${head}pgrb2.1p00.f${fhr}.idx " >>gdas.txt
echo "${dirname}${head}logf${fhr}${SUFFIX} " >>gdas.txt
echo "${dirname}${head}logf${fhr}.txt " >>gdas.txt
echo "${dirname}${head}atmf${fhr}${SUFFIX} " >>gdas.txt
echo "${dirname}${head}sfcf${fhr}${SUFFIX} " >>gdas.txt
fh=$((fh+3))
Expand Down

0 comments on commit d922bb9

Please sign in to comment.