Skip to content

Commit ef87994

Browse files
committed
fix variable descriptions
1 parent f6527c1 commit ef87994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/eam/src/physics/cam/zm_conv_types.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)