Class mortality

java.lang.Object
  |
  +--mortality

class mortality
extends java.lang.Object

TreeGrOSS : class mortaliy calculates the mortality. http://treegross.sourceforge.net For more information see: NAGEL, J. (1999): Konzeptionelle Überlegungen zum schrittweisen Aufbau eines waldwachstumskundlichen Simulationssystems für Nordwestdeutschland. Schriften aus der Forstlichen Fakultät der Universität Göttingen und der Nieders. Forstl. Versuchsanstalt, Band 128, J.D. Sauerländer's Verlag, Frankfurt a.M., S.122 or BWINPro User's Manual http://www.nfv.gwdg.de

Author:
Juergen Nagel

Constructor Summary
(package private) mortality()
           
 
Method Summary
(package private)  void bwinpro(stand st)
          calculates the mortality for a given influence zone.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mortality

mortality()
Method Detail

bwinpro

void bwinpro(stand st)
calculates the mortality for a given influence zone. It expects a class stand and processes all living trees in that stand The specific values for the critical C66 index was derived by the growth and yield data of the NFV for north west Germany. It is supposed that a tree can not live anymore if the calculated c66 value is greater than the critical value. The critical values are set in this method directly. In order to speed up calculation 2% of the number trees can be taken out, before the c66 value are renewed. The maximum is 200 trees.