SORTIE-ND
Software for spatially-explicit simulation of forest dynamics |
|||||||||||||||
Storm damage applierThe purpose of this behavior is to apply storm damage to individual trees. This behavior decides which trees are damaged when a storm has occurred and how badly. It also keeps track of the time since damage for damaged trees, and after a "healing period" returns them to healthy (undamaged) status. There are three possible damage categories for a tree: no damage, medium damage, and heavy damage. Other behaviors can use the damage categories to determine what effects the storm damage had on a tree (slow growth, death, etc). Parameters for this behavior
How it worksThe behavior Storm disturbance determines whether a storm has occurred. When it does, an individual tree can either get no damage, medium damage, or heavy damage. The tree's probability of damage in a given damage category is: where:
This behavior uses a random number to determine what damage category a tree falls in. If the random number is less than the probability for medium damage, the tree is undamaged. If the random number is greater than the probability for medium damage but less than the probability for heavy damage, the tree gets medium damage. If the random number is greater than the probability for heavy damage, the tree gets heavy damage. If a tree is damaged, a counter is set for time since damage. This behavior checks this counter every timestep. When the amount of time specified in the Number of Years Damaged Trees Take to Heal has passed, the tree is considered healed and no longer has a record of storm damage. If a damaged tree is damaged again in a new storm, it gets the most severe damage category that can apply to it and must go through the maximum healing time again in order to become undamaged. How to apply itApply this behavior to the trees that can receive storm damage. You may not apply this behavior to seedlings. If you wish to use the Storm damage killer behavior to create snags from storm-killed trees, you must apply this behavior to the snag tree type. Along with this behavior, you must also add the Storm disturbance behavior. |
|||||||||||||||
FAQ - Contact Us
|