![]() |
TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | lfcalc (nspc, heightcl, laisum, laisqsum, numin0) |
| Lfcalc: light distributions. | |
| subroutine lfcalc | ( | integer, intent(in) | nspc, |
| integer, intent(in) | heightcl, | ||
| real, intent(inout) | laisum, | ||
| real, intent(inout) | laisqsum, | ||
| real, dimension(0:maxhc, 1:maxspc), intent(in) | numin0 ) |
Lfcalc: light distributions.
Calculates the light distribution in a certain height class from the LAIs. LAIsum is the mean, sigma the standard deviation of the leaf area Normal distribution: facvar describes how narrow the Normal distributions is: 0: uniform spatial distribution, 1: random spat. distribution, >1 clumped spatial distribution.
USE: All_par
| heightcl | : height class |
| nspc | : number of species |
| numin0 | : number of trees of all species in all height classes |
| LAIsum | : LAI sum over all height classes above |
| LAIsqsum | : squared LAI sum over all height classes above |
| LAIsum | : LAI sum over all height classes above and in this height class |
| LAIsqsum | : squared LAI area sum over all height classes above and in this height class |
Definition at line 60 of file LfCalc.f90.