Skip to content

Commit

Permalink
Modify workflow scripts with the feedback from NCO testing. (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Nov 20, 2020
1 parent 084b02a commit 32e2d57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ATMOS_POST_MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export cycle=t${cyc}z
setpdy.sh
. PDY

export ROTDIR=${ROTDIR:-{COMROOT:?}/$NET/$envir}
export ROTDIR=${ROTDIR:-${COMROOT:?}/$NET/$envir}
export COMIN=${COMIN:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}
export COMOUT=${COMOUT:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}

Expand Down
8 changes: 4 additions & 4 deletions scripts/exgfs_atmos_nceppost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ then
cp ${PGBOUT}.tmp $COMOUT/${PREFIX}wafs.0p25.anl
$WGRIB2 -s ${PGBOUT}.tmp > $COMOUT/${PREFIX}wafs.0p25.anl.idx

if [ $SENDDBN = YES ]; then
$DBNROOT/bin/dbn_alert MODEL GFS_WAFS_GB2 $job $COMOUT/${PREFIX}wafs.0p25.anl
$DBNROOT/bin/dbn_alert MODEL GFS_WAFS_GB2__WIDX $job $COMOUT/${PREFIX}wafs.0p25.anl.idx
fi
# if [ $SENDDBN = YES ]; then
# $DBNROOT/bin/dbn_alert MODEL GFS_WAFS_GB2 $job $COMOUT/${PREFIX}wafs.0p25.anl
# $DBNROOT/bin/dbn_alert MODEL GFS_WAFS_GB2__WIDX $job $COMOUT/${PREFIX}wafs.0p25.anl.idx
# fi
fi
rm $PGBOUT ${PGBOUT}.tmp
fi
Expand Down

0 comments on commit 32e2d57

Please sign in to comment.