From f155beb0c10a64c4bd63f6988bfec9afe1a2fb7d Mon Sep 17 00:00:00 2001 From: "xu.li" Date: Wed, 16 Feb 2022 19:43:30 +0000 Subject: [PATCH] GitHub Issue NOAA-EMC/GSI#303. Modifications of two GSI scripts to the filename being consistent the change in ufs_utils --- scripts/exgdas_enkf_sfc.sh | 6 ++---- scripts/exglobal_atmos_analysis.sh | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/scripts/exgdas_enkf_sfc.sh b/scripts/exgdas_enkf_sfc.sh index 4d927800d7..2be78dc060 100755 --- a/scripts/exgdas_enkf_sfc.sh +++ b/scripts/exgdas_enkf_sfc.sh @@ -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} diff --git a/scripts/exglobal_atmos_analysis.sh b/scripts/exglobal_atmos_analysis.sh index 0abc722c27..58c544493f 100755 --- a/scripts/exglobal_atmos_analysis.sh +++ b/scripts/exglobal_atmos_analysis.sh @@ -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