Skip to content

Commit

Permalink
add dbn_alert for wgne data file (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA committed Aug 15, 2022
1 parent 02086a8 commit c39693f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/exgfs_atmos_nceppost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ echo " Nov 21 - Meng - Update POSTGRB2TBL default setting for wcoss2 transition.
echo " May 22 - Mao - Set KPO for WAFS on different pressure levels"
echo " May 22 - Mao - Three diff WAFS control files for anl, F000-F048, F054-F120"
echo " May 22 - Mao - Add processing two paramsets for WAFS"
echo " Aug 22 - Meng - Add dbn_alert for wgne data file from F000-F180"
echo "-----------------------------------------------------"
#####################################################################

Expand Down Expand Up @@ -395,6 +396,9 @@ do
$DBNROOT/bin/dbn_alert MODEL GFS_PGB2_0P25_WIDX $job $COMOUT/${PREFIX}pgrb2.0p25.f${fhr}.idx
$DBNROOT/bin/dbn_alert MODEL GFS_PGB2B_0P25 $job $COMOUT/${PREFIX}pgrb2b.0p25.f${fhr}
$DBNROOT/bin/dbn_alert MODEL GFS_PGB2B_0P25_WIDX $job $COMOUT/${PREFIX}pgrb2b.0p25.f${fhr}.idx
if [ -s $COMOUT/${PREFIX}wgne.f${fhr} -a $fhr -le 180 ] ; then
$DBNROOT/bin/dbn_alert MODEL GFS_WGNE $job $COMOUT/${PREFIX}wgne.f${fhr}
fi

if [ -s $COMOUT/${PREFIX}pgrb2.0p50.f${fhr} ] ; then
$DBNROOT/bin/dbn_alert MODEL GFS_PGB2_0P5 $job $COMOUT/${PREFIX}pgrb2.0p50.f${fhr}
Expand Down

0 comments on commit c39693f

Please sign in to comment.