Skip to content

Commit

Permalink
Add wgne generation (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Apr 25, 2022
1 parent aeb1213 commit 496a356
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ush/fv3gfs_downstream_nems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set -x
# 1. Use bilinear interpolation for LAND. It can trancate land-sea mask as 1 or 0.
#-Wen Meng, November 2019
# 1. Modify sea icea cover via land-sea mask.
#-Wen Meng, April 2022
# 1. Add wgne dataset generation from f000 to f180 at 3-hour interval.
#-----------------------------------------------------------------------


Expand Down Expand Up @@ -262,6 +264,9 @@ date
cp pgbfile_${fhr3}_1p0 $COMOUT/${PREFIX}pgrb.1p00.f${fhr3}
$GRBINDEX $COMOUT/${PREFIX}pgrb.1p00.f${fhr3} $COMOUT/${PREFIX}pgrb.1p00.f${fhr3}.idx
fi
if [ $fhr3 -gt 0 -a $fhr3 -le 180 ]; then
$WGRIB2 pgb2file_${fhr3}_0p25 -d 597 -grib $COMOUT/${PREFIX}wgne.f${fhr3}
fi
fi
fi

Expand Down

0 comments on commit 496a356

Please sign in to comment.