Skip to content

Commit

Permalink
Merge pull request #304 from XuLi-NOAA/feature/gsinsst_scripts_only
Browse files Browse the repository at this point in the history
GitHub Issue NOAA-EMC/GSI#303. Modifications of two GSI scripts to the filename being consistent with the change in ufs_utils
  • Loading branch information
MichaelLueken authored Feb 23, 2022
2 parents cafe169 + f155beb commit 7600717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions scripts/exgdas_enkf_sfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,9 @@ else
fi

if [ $DONST = "YES" ]; then
export NST_ANL=".true."
export GSI_FILE=${GSI_FILE:-$COMIN/${APREFIX}dtfanl.nc}
export NST_FILE=${NST_FILE:-$COMIN/${APREFIX}dtfanl.nc}
else
export NST_ANL=".false."
export GSI_FILE="NULL"
export NST_FILE="NULL"
fi

export APRUNCY=${APRUN_CYCLE:-$APRUN_ESFC}
Expand Down
6 changes: 2 additions & 4 deletions scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1004,11 +1004,9 @@ if [ $DOGCYCLE = "YES" ]; then
fi

if [ $DONST = "YES" ]; then
export NST_ANL=".true."
export GSI_FILE=${GSI_FILE:-$COMOUT/${APREFIX}dtfanl.nc}
export NST_FILE=${NST_FILE:-$COMOUT/${APREFIX}dtfanl.nc}
else
export NST_ANL=".false."
export GSI_FILE="NULL"
export NST_FILE="NULL"
fi

if [ $DOIAU = "YES" ]; then
Expand Down

0 comments on commit 7600717

Please sign in to comment.