We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168f628 commit 43ef337Copy full SHA for 43ef337
components/elm/src/main/elm_varcon.F90
@@ -131,7 +131,7 @@ module elm_varcon
131
real(r8) :: ac_wasteheat_factor = 0.0_r8 !wasteheat factor for urban air conditioning (-)
132
real(r8) :: wasteheat_limit = 100._r8 !limit on wasteheat (W/m2)
133
134
- real(r8) :: h2osno_max = 1000._r8 ! max allowed snow thickness (mm H2O)
+ real(r8) :: h2osno_max = 2000._r8 ! max allowed snow thickness (mm H2O)
135
real(r8), parameter :: lapse_glcmec = 0.006_r8 ! surface temperature lapse rate (deg m-1)
136
! Pritchard et al. (GRL, 35, 2008) use 0.006
137
real(r8), parameter :: glcmec_rain_snow_threshold = SHR_CONST_TKFRZ ! temperature dividing rain & snow in downscaling (K)
0 commit comments