Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#41 from jderrico-noaa/gsl_ufs_rt
Browse files Browse the repository at this point in the history
Change aersol-aware Thompson timestep dt_inner=75
  • Loading branch information
jderrico-noaa committed Feb 29, 2024
2 parents b73f9d3 + 2a6fd9c commit a41101a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -208,25 +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.
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 a41101a

Please sign in to comment.