Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/exwave_stat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
do

ingrib=${snip}_${stype}.${FH3}.grib2
outgrib=${WAV_MOD_TAG}.${stype}.t${cyc}z.f${FH3}.grib2
outgrib=${WAV_MOD_TAG}.t${cyc}z.${stype}.f${FH3}.grib2

echo "$WGRIB2 ./${par_dir}/${valtime}/${ingrib} -append -grib ./${outgrib} >> ${FH3}_${stype}.t${cyc}z.out 2>> ${FH3}_${stype}.t${cyc}z.err" >> cmdfile.${fhour}

Expand Down Expand Up @@ -455,7 +455,7 @@
FH3=$(printf "%03d" $fhour)
for stype in mean spread probab
do
fcopy=${WAV_MOD_TAG}.${stype}.t${cyc}z.f${FH3}.grib2
fcopy=${WAV_MOD_TAG}.t${cyc}z.${stype}.f${FH3}.grib2
if [ -s ${fcopy} ]
then
set +x
Expand Down Expand Up @@ -510,7 +510,7 @@

# 3.c Create bundled grib2 file with all parameters

cat gefswave.mean.t${cyc}z.f???.grib2 | $WGRIB2 - -match "(HTSGW|PERPW|WIND)" -grib gribfile > gribfile.out 2>&1
cat gefswave.t${cyc}z.mean.f???.grib2 | $WGRIB2 - -match "(HTSGW|PERPW|WIND)" -grib gribfile > gribfile.out 2>&1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gefs.wave?


if [ -s gribfile ]
then
Expand Down