From 43ef3372e0d42e54020210884cf21076a6e84761 Mon Sep 17 00:00:00 2001 From: daleihao Date: Wed, 10 Nov 2021 19:18:14 -0800 Subject: [PATCH] change snow capping value to 2000 --- components/elm/src/main/elm_varcon.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/elm/src/main/elm_varcon.F90 b/components/elm/src/main/elm_varcon.F90 index ae29c8633cfb..bcfd598de7f5 100644 --- a/components/elm/src/main/elm_varcon.F90 +++ b/components/elm/src/main/elm_varcon.F90 @@ -131,7 +131,7 @@ module elm_varcon real(r8) :: ac_wasteheat_factor = 0.0_r8 !wasteheat factor for urban air conditioning (-) real(r8) :: wasteheat_limit = 100._r8 !limit on wasteheat (W/m2) - real(r8) :: h2osno_max = 1000._r8 ! max allowed snow thickness (mm H2O) + real(r8) :: h2osno_max = 2000._r8 ! max allowed snow thickness (mm H2O) real(r8), parameter :: lapse_glcmec = 0.006_r8 ! surface temperature lapse rate (deg m-1) ! Pritchard et al. (GRL, 35, 2008) use 0.006 real(r8), parameter :: glcmec_rain_snow_threshold = SHR_CONST_TKFRZ ! temperature dividing rain & snow in downscaling (K)