TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | seedprod (ispec, htcl, ntinh, year, thiscell) |
Seedprod. | |
subroutine | sumspecsseedprodsoverheights (nspc, thiscell) |
SumSpecsSeedprodsOverHeights. | |
subroutine seedprod | ( | integer, intent(in) | ispec, |
integer, intent(in) | htcl, | ||
real, intent(in) | ntinh, | ||
integer, intent(in) | year, | ||
type(currstateincell), intent(inout) | thiscell ) |
Seedprod.
Calculates the seeds, which are produced by all trees of one species in one height class . For each height class the seeds are recorded and updated.
ispec | : species index |
htcl | : height class |
ntinh | : number of trees of this species in this height class |
year | : current year |
thiscell | state in cell |
thiscell | state in cell |
Definition at line 50 of file Seedprod.f90.
subroutine sumspecsseedprodsoverheights | ( | integer, intent(in) | nspc, |
type(currstateincell), intent(inout) | thiscell ) |
SumSpecsSeedprodsOverHeights.
Sums seeds of one species produced in all height classes
nspec | : species index |
thiscell | state in cell |
thiscell | state in cell |
Definition at line 104 of file Seedprod.f90.