Skip to content

Commit

Permalink
Add dbnet alert for the data file gfs*special*. (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Dec 22, 2020
1 parent 32e2d57 commit 4dff471
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/exgfs_atmos_nceppost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo " Feb 18 - Meng - Removed legacy setting for generating grib1 data"
echo " and reading sigio model outputs."
echo " Aug 20 - Meng - Remove .ecf extentsion per EE2 review."
echo " Sep 20 - Meng - Update clean up files per EE2 review."
echo " Dec 20 - Meng - Add alert for special data file."
echo "-----------------------------------------------------"
#####################################################################

Expand Down Expand Up @@ -487,6 +488,10 @@ do
mv goesfile $COMOUT/${SPECIALFL}f$fhr
mv goesifile $COMOUT/${SPECIALFLIDX}f$fhr

if [ $SENDDBN = YES ]; then
$DBNROOT/bin/dbn_alert MODEL GFS_SPECIAL_GB2 $job $COMOUT/${SPECIALFL}f$fhr
fi

fi
fi
# end of satellite processing
Expand Down

0 comments on commit 4dff471

Please sign in to comment.