We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78493b7 commit cc4d3c2Copy full SHA for cc4d3c2
ush/fv3gfs_downstream_nems.sh
@@ -31,6 +31,8 @@ set -x
31
# 1. Modify sea icea cover via land-sea mask.
32
#-Wen Meng, April 2022
33
# 1. Add wgne dataset generation from f000 to f180 at 3-hour interval.
34
+#-Wen Meng, Sep. 2022
35
+# 1. wgne generation for gfs post processing only.
36
#-----------------------------------------------------------------------
37
38
@@ -264,7 +266,7 @@ date
264
266
cp pgbfile_${fhr3}_1p0 $COMOUT/${PREFIX}pgrb.1p00.f${fhr3}
265
267
$GRBINDEX $COMOUT/${PREFIX}pgrb.1p00.f${fhr3} $COMOUT/${PREFIX}pgrb.1p00.f${fhr3}.idx
268
fi
- if [ $fhr3 -gt 0 -a $fhr3 -le 180 ]; then
269
+ if [ $fhr3 -gt 0 -a $fhr3 -le 180 -a "$RUN" = "gfs" ]; then
270
$WGRIB2 pgb2file_${fhr3}_0p25 -d 597 -grib $COMOUT/${PREFIX}wgne.f${fhr3}
271
272
0 commit comments