Skip to content

Commit

Permalink
fixed incorrect description of cohort%lai and cohort%sai
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoven committed Mar 10, 2018
1 parent bc75808 commit 4a7de82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/EDTypesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ module EDTypesMod
real(r8) :: bsw ! sapwood in stem and roots: kGC per indiv
real(r8) :: bl ! leaf biomass: kGC per indiv
real(r8) :: br ! fine root biomass: kGC per indiv
real(r8) :: lai ! leaf area index of cohort: m2 leaf area of entire cohort per m2 of patch area
real(r8) :: sai ! stem area index of cohort: m2 leaf area of entire cohort per m2 of patch area
real(r8) :: lai ! leaf area index of cohort: m2 leaf area of entire cohort per m2 of canopy area of a patch
real(r8) :: sai ! stem area index of cohort: m2 leaf area of entire cohort per m2 of canopy area of a patch
real(r8) :: gscan ! Stomatal resistance of cohort.
real(r8) :: canopy_trim ! What is the fraction of the maximum leaf biomass that we are targeting? :-
real(r8) :: leaf_cost ! How much does it cost to maintain leaves: kgC/m2/year-1
Expand Down

0 comments on commit 4a7de82

Please sign in to comment.