File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ if [[ ${USE_BUILD_GSINFO} == "YES" ]]; then
160160
161161 # Use 2m observations when constructing conventional obs info file
162162 # can use 2m obs without enabling soil DA by setting USE_2M_OBS=YES in config.base
163- export USE_2M_OBS=" ${USE_2M_OBS:- DO_GSISOILDA} "
163+ export USE_2M_OBS=" ${USE_2M_OBS:- ${ DO_GSISOILDA} } "
164164else
165165 export OBS_INPUT=" ${BUILD_GSINFO_DIR} /obs_input/obs_input_ops.txt"
166166fi
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export ABIASAIR="${COMOUT_ATMOS_ANALYSIS}/${APREFIX}abias_air.txt"
8484export ABIASe=" ${COMOUT_ATMOS_ANALYSIS} /${APREFIX} abias_int.txt"
8585
8686# Diagnostics related to ensemble mean
87- export GSISTAT=" ${COMOUT_ATMOS_ANALYSIS} /${APREFIX} gsistat.ensmean.tar "
87+ export GSISTAT=" ${COMOUT_ATMOS_ANALYSIS} /${APREFIX} gsistat.ensmean.txt "
8888export CNVSTAT=" ${COMOUT_ATMOS_ANALYSIS} /${APREFIX} cnvstat.ensmean.tar"
8989export OZNSTAT=" ${COMOUT_ATMOS_ANALYSIS} /${APREFIX} oznstat.ensmean.tar"
9090export RADSTAT=" ${COMOUT_ATMOS_ANALYSIS} /${APREFIX} radstat.ensmean.tar"
Original file line number Diff line number Diff line change 121121# ###############################################################################
122122# Fixed files
123123${NLN} " ${SATANGL} " satbias_angle
124- ${NLN} " ${SATINFO} " satinfo
124+ if [[ " ${SATINFO} " == " generate" ]]; then
125+ " ${USHgfs} /create_gsi_info.sh" sat " ${PDY}${cyc} " " ${DATA} "
126+ else
127+ ${NLN} " ${SATINFO} " satinfo
128+ fi
129+ if [[ " ${CONVINFO} " == " generate" ]]; then
130+ " ${USHgfs} /create_gsi_info.sh" conv " ${PDY}${cyc} " " ${DATA} " " ${USE_2M_OBS} "
131+ else
132+ ${NLN} " ${CONVINFO} " convinfo
133+ fi
134+ if [[ " ${OZINFO} " == " generate" ]]; then
135+ " ${USHgfs} /create_gsi_info.sh" oz " ${PDY}${cyc} " " ${DATA} "
136+ else
137+ ${NLN} " ${OZINFO} " ozinfo
138+ fi
125139${NLN} " ${SCANINFO} " scaninfo
126- ${NLN} " ${CONVINFO} " convinfo
127- ${NLN} " ${OZINFO} " ozinfo
128140${NLN} " ${HYBENSINFO} " hybens_info
129141${NLN} " ${ANAVINFO} " anavinfo
130142${NLN} " ${VLOCALEIG} " vlocal_eig.dat
You can’t perform that action at this time.
0 commit comments