TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
real function | biomassfromdbh (dbh, tb, stn) |
BiomassFromDBH. | |
real function | dbhfromheight (height, birthheigth, maxheigth, maxdiam) |
DBHFromHeight. | |
real function | lafromdbh (dbh, tb, stn) |
LAFromDBH. | |
real function biomassfromdbh | ( | real, intent(in) | dbh, |
integer, intent(in) | tb, | ||
integer, intent(in) | stn ) |
BiomassFromDBH.
calculates from diameter at breast height the species specific biomass of one tree in a given height
tb,stn | : parameters describing type of tree |
dbh | : diameter at breast height, cm |
Definition at line 24 of file Allometries.f90.
real function dbhfromheight | ( | real, intent(in) | height, |
real, intent(in) | birthheigth, | ||
real, intent(in) | maxheigth, | ||
real, intent(in) | maxdiam ) |
DBHFromHeight.
calculates the diameter from the height of a species
height, | actual height |
birthheigth, | birthheight, lower height of height class 1 |
maxheigth,maxdiam | : maximum height and diameter |
dbh | : diameter at breast height |
Definition at line 73 of file Allometries.f90.
real function lafromdbh | ( | real, intent(in) | dbh, |
integer, intent(in) | tb, | ||
integer, intent(in) | stn ) |
LAFromDBH.
calculates from diameter the species specific leaf area of one tree in a given height
dbh | : diameter (in m) |
Definition at line 98 of file Allometries.f90.