File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/eam/src/physics/cam Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module zm_conv_types
7272 logical :: no_deep_pbl = .false. ! flag to eliminate deep convection within PBL
7373 ! ZM micro parameters
7474 logical :: zm_microp = .false. ! switch for convective microphysics
75- logical :: old_snow = .true. ! switch to revert snow production in zm_conv_evap (i.e. before zm_micro additions )
75+ logical :: old_snow = .true. ! switch to calculate snow prod in zm_conv_evap() (old treatment before zm_microp was implemented )
7676 real (r8 ) :: auto_fac = unset_r8 ! ZM microphysics enhancement factor for droplet-rain autoconversion
7777 real (r8 ) :: accr_fac = unset_r8 ! ZM microphysics enhancement factor for droplet-rain accretion
7878 real (r8 ) :: micro_dcs = unset_r8 ! ZM microphysics size threshold for cloud ice to snow autoconversion [m]
You can’t perform that action at this time.
0 commit comments