Skip to content

Commit

Permalink
Added null DBNROOT to wave awips configs
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 2, 2020
1 parent b3c7b73 commit 52e987a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions parm/config/config.waveawipsbulls
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "BEGIN: config.waveawipsbulls"
# Get task specific resources
. $EXPDIR/config.resources waveawipsbulls

export DBNROOT=/dev/null
export SENDCOM="YES"
export COMPONENT=${COMPONENT:-wave}
export COMIN="$ROTDIR/$CDUMP.$PDY/$cyc/$COMPONENT"
Expand Down
1 change: 1 addition & 0 deletions parm/config/config.waveawipsgridded
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "BEGIN: config.waveawipsgridded"
# Get task specific resources
. $EXPDIR/config.resources waveawipsgridded

export DBNROOT=/dev/null
export SENDCOM="YES"
export COMPONENT=${COMPONENT:-wave}
export COMIN="$ROTDIR/$CDUMP.$PDY/$cyc/$COMPONENT"
Expand Down

0 comments on commit 52e987a

Please sign in to comment.