Skip to content

Commit

Permalink
Update exglobal_dump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveStegall-NOAA authored Jul 21, 2022
1 parent 58bdc34 commit 8fc2dbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/exglobal_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ echo " - Copy bufr_dumplist to COMOUT. "
echo " Dec 16 2021 - modified to work on WCOSS2 "
echo " Mar 09 2022 - Enable the dumping of 002017 in vadwnd dump "
echo " group. "
echo " Jul 21 2022 - Subpfl and saldrn added to dump group #1. "
echo " DBN alerts are also enabled for subpfl/saldrn. "
#############################################################################

# NOTE: NET is changed to gdas in the parent Job script for the gdas RUN
Expand Down Expand Up @@ -658,6 +660,8 @@ if [ "$SENDDBN" = "YES" ]; then
${COMSP}tesac.tm00.bufr_d
$DBNROOT/bin/dbn_alert MODEL ${NET_uc}_BUFR_saldrn $job \
${COMSP}saldrn.tm00.bufr_d
$DBNROOT/bin/dbn_alert MODEL ${NET_uc}_BUFR_subpfl $job \
${COMSP}subpfl.tm00.bufr_d
if [ "$mls" = mls ];then
$DBNROOT/bin/dbn_alert MODEL ${NET_uc}_BUFR_mls $job \
${COMSP}mls.tm00.bufr_d
Expand Down

0 comments on commit 8fc2dbb

Please sign in to comment.