Class growth

java.lang.Object
  |
  +--growth

class growth
extends java.lang.Object

TreeGrOSS : class growth calculates the dbh und height growth, method bwinpro uses the growth model routines of Bwinpro http://treegross.sourceforge.net Version 21-SEP-2002


Constructor Summary
(package private) growth()
           
 
Method Summary
(package private)  void bwinpro(stand st, int pl)
          calculates the crownbase according to the Bwinpro model; it expects a class stand and the periodic length (1-5 years)
(package private)  double juvenileheightgrowth(int code, int age, double site)
          young height, this is used up to an age of 25 years, and because there is no better data The height development follow an expoteniell curve which meets the height h100 at 20 year of age
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

growth

growth()
Method Detail

bwinpro

void bwinpro(stand st,
             int pl)
calculates the crownbase according to the Bwinpro model; it expects a class stand and the periodic length (1-5 years)


juvenileheightgrowth

double juvenileheightgrowth(int code,
                            int age,
                            double site)
young height, this is used up to an age of 25 years, and because there is no better data The height development follow an expoteniell curve which meets the height h100 at 20 year of age