Skip to content

Commit

Permalink
Change dt_inner=75 for any configuration running aerosol-aware Thomp…
Browse files Browse the repository at this point in the history
…son (ltaerosol=.true.)
  • Loading branch information
jkhender committed Feb 28, 2024
1 parent 81f7107 commit 2a6fd9c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -208,26 +208,27 @@ case ${imp_physics} in
export ncld=2
export nwat=6

export cal_pre=".false."
export random_clds=".false."
export effr_in=".true."
export lradar=".true."
export ttendlim="-999"
export sedi_semi=.true.
export decfl=10

if [[ "$CCPP_SUITE" == "FV3_GFS_v17_p8_ugwpv1_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_c3_mynn" ||
"$CCPP_SUITE" == "FV3_GFS_v17_p8_thompson" ]] ; then
#JKH keep dt_inner $DELTIM/2 (75) if running aerosol-aware Thompson
export dt_inner=$((DELTIM/2))
export ltaerosol=".true."
export FIELD_TABLE="$HOMEgfs/parm/ufs/fv3/field_table_thompson_aero_tke${tbp}"
else
export dt_inner=$((DELTIM/2))
if [[ "${sedi_semi}" == .true. ]]; then export dt_inner=${DELTIM} ; fi
export ltaerosol=".false."
export FIELD_TABLE="${HOMEgfs}/parm/ufs/fv3/field_table_thompson_noaero_tke${tbp}"
fi

export cal_pre=".false."
export random_clds=".false."
export effr_in=".true."
export lradar=".true."
export ttendlim="-999"
export dt_inner=$((DELTIM/2))
export sedi_semi=.true.
#JKH keep dt_inner $DELTIM/2 (75) even if sedi_semi is set to .true.
#JKH if [[ "${sedi_semi}" == .true. ]]; then export dt_inner=${DELTIM} ; fi
export decfl=10

export hord_mt_nh_nonmono=5
export hord_xx_nh_nonmono=5
export vtdm4_nh_nonmono=0.02
Expand Down

0 comments on commit 2a6fd9c

Please sign in to comment.