Skip to content

Commit

Permalink
Add support for CADS IR cloud detection scheme in the GSI (#2478)
Browse files Browse the repository at this point in the history
A new infrared cloud detection scheme "CADS" was added to the GSI. These
changes allow the use of this new scheme within the global-workflow.
Setting the namelist variables to .true. (e.g. cris_cads=.true.) will
envoke the the new scheme for that instrument.

Resolves #2473
  • Loading branch information
wx20jjung authored Apr 11, 2024
1 parent 6d40dbf commit 8edf94a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ ${NLN} ${SCANINFO} scaninfo
${NLN} ${HYBENSINFO} hybens_info
${NLN} ${OBERROR} errtable

${NLN} ${FIXgfs}/gsi/AIRS_CLDDET.NL AIRS_CLDDET.NL
${NLN} ${FIXgfs}/gsi/CRIS_CLDDET.NL CRIS_CLDDET.NL
${NLN} ${FIXgfs}/gsi/IASI_CLDDET.NL IASI_CLDDET.NL

#If using correlated error, link to the covariance files
if [ ${USE_CORRELATED_OBERRS} == "YES" ]; then
if grep -q "Rcov" ${ANAVINFO} ; then
Expand Down Expand Up @@ -674,7 +678,7 @@ if [ ${DOHYBVAR} = "YES" ]; then
SETUP="niter(1)=50,niter(2)=150,niter_no_qc(1)=25,niter_no_qc(2)=0,thin4d=.true.,ens_nstarthr=3,l4densvar=${l4densvar},lwrite4danl=${lwrite4danl},${SETUP}"
JCOPTS="ljc4tlevs=.true.,${JCOPTS}"
STRONGOPTS="tlnmc_option=3,${STRONGOPTS}"
OBSQC="c_varqc=0.04,${OBSQC}"
OBSQC="c_varqc=0.04,airs_cads=.false.,cris_cads=.false.,iasi_cads=.false.,${OBSQC}"
fi
fi

Expand Down

0 comments on commit 8edf94a

Please sign in to comment.