You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues addressed:
a. stocking density units passed through to
VegStructUpdateMod.F90 were still stems/ha, they
should be stems/m2 at this point. Fixed in pftvarcon.F90
b. a few remaining issues in the burial fraction
equations for shrubs have been corrected.
Copy file name to clipboardExpand all lines: components/elm/src/main/pftvarcon.F90
+23-10Lines changed: 23 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ module pftvarcon
315
315
! NGEE Arctic snow-vegetation interactions
316
316
real(r8), allocatable:: bendresist(:) ! vegetation resistance to bending under snow loading, 0 to 1 (e.g., Liston and Hiemstra 2011; Sturm et al. 2005)
317
317
real(r8), allocatable:: vegshape(:) ! shape parameter to modify shrub burial by snow (1 = parabolic, 2 = hemispheric)
318
-
real(r8), allocatable:: stocking(:) ! stocking density for pft (stems / hectare)
318
+
real(r8), allocatable:: stocking(:) ! stocking density for pft (stems / hectare assumed on param file)
319
319
real(r8), allocatable:: taper(:) ! ratio of height:radius_breast_height (woody vegetation allometry)
320
320
logical:: taper_defaults ! set flag to use taper defaults if not on params file (necessary as import and set values are in different places)
0 commit comments