Skip to content

Commit

Permalink
Issue #2: remove APREFIX from DIAG_DIR path
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Aug 27, 2020
1 parent 0ac5a57 commit 50bba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/exglobal_analdiag_fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ nm=""
if [ $CFP_MP = "YES" ]; then
nm=0
fi
DIAG_DIR=${COMOUT}/${APREFIX}gsidiags/
DIAG_DIR=${COMOUT}/gsidiags
REMOVE_DIAG_DIR=${REMOVE_DIAG_DIR:-"NO"}

# Set script / GSI control parameters
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_analysis_fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ nm=""
if [ $CFP_MP = "YES" ]; then
nm=0
fi
DIAG_DIR=${COMOUT}/${APREFIX}gsidiags
DIAG_DIR=${COMOUT}/gsidiags

# Set script / GSI control parameters
DOHYBVAR=${DOHYBVAR:-"NO"}
Expand Down

0 comments on commit 50bba81

Please sign in to comment.