Skip to content

Commit 43ef337

Browse files
committed
change snow capping value to 2000
1 parent 168f628 commit 43ef337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/elm/src/main/elm_varcon.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module elm_varcon
131131
real(r8) :: ac_wasteheat_factor = 0.0_r8 !wasteheat factor for urban air conditioning (-)
132132
real(r8) :: wasteheat_limit = 100._r8 !limit on wasteheat (W/m2)
133133

134-
real(r8) :: h2osno_max = 1000._r8 ! max allowed snow thickness (mm H2O)
134+
real(r8) :: h2osno_max = 2000._r8 ! max allowed snow thickness (mm H2O)
135135
real(r8), parameter :: lapse_glcmec = 0.006_r8 ! surface temperature lapse rate (deg m-1)
136136
! Pritchard et al. (GRL, 35, 2008) use 0.006
137137
real(r8), parameter :: glcmec_rain_snow_threshold = SHR_CONST_TKFRZ ! temperature dividing rain & snow in downscaling (K)

0 commit comments

Comments
 (0)