Skip to content

Commit

Permalink
change snow capping value to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
daleihao committed Nov 11, 2021
1 parent 168f628 commit 43ef337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/main/elm_varcon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 43ef337

Please sign in to comment.