Skip to content
Merged
6 changes: 4 additions & 2 deletions scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ AEROINFO=${AEROINFO:-${FIXgfs}/gsi/global_aeroinfo.txt}
SCANINFO=${SCANINFO:-${FIXgfs}/gsi/global_scaninfo.txt}
HYBENSINFO=${HYBENSINFO:-${FIXgfs}/gsi/global_hybens_info.l${LEVS}.txt}
OBERROR=${OBERROR:-${FIXgfs}/gsi/prepobs_errtable.global}
BLACKLST=${BLACKLST:-${FIXgfs}/gsi/rejectlist_global.txt}

# GSI namelist
SETUP=${SETUP:-""}
Expand Down Expand Up @@ -372,6 +373,7 @@ ${NLN} ${AEROINFO} aeroinfo
${NLN} ${SCANINFO} scaninfo
${NLN} ${HYBENSINFO} hybens_info
${NLN} ${OBERROR} errtable
${NLN} ${BLACKLST} blacklist

${NLN} ${FIXgfs}/gsi/AIRS_CLDDET.NL AIRS_CLDDET.NL
${NLN} ${FIXgfs}/gsi/CRIS_CLDDET.NL CRIS_CLDDET.NL
Expand Down Expand Up @@ -784,7 +786,7 @@ cat > gsiparm.anl << EOF
use_poq7=.true.,qc_noirjaco3_pole=.true.,vqc=.false.,nvqc=.true.,
aircraft_t_bc=.true.,biaspredt=1.0e5,upd_aircraft=.true.,cleanup_tail=.true.,
tcp_width=70.0,tcp_ermax=7.35,airs_cads=${AIRS_CADS},cris_cads=${CRIS_CADS},
iasi_cads=${IASI_CADS},
iasi_cads=${IASI_CADS},blacklst=.true.,
${OBSQC}
/
&OBS_INPUT
Expand Down Expand Up @@ -1015,7 +1017,7 @@ fi
if [ ${SENDECF} = "YES" -a "${RUN}" != "enkf" ]; then
ecflow_client --event release_fcst
fi
echo "${rCDUMP} ${CDATE} atminc done at $(date)" > ${COMOUT_ATMOS_ANALYSIS}/${APREFIX}loginc.txt
echo "${rCDUMP} ${CDATE} atminc done at $(date)" > "${COMOUT_ATMOS_ANALYSIS}/${APREFIX}loginc.txt"

################################################################################

Expand Down