SORTIE-ND
Software for spatially-explicit simulation of forest dynamics

NCI quadrat growth

This behavior features a maximum growth rate that is adjusted using a set of factors of your choice. You can choose any combination you wish. In particular, this has several ways to implement the the effects of neighbor competitiveness to influence growth rates ("NCI" stands for neighborhood competition index). For processing efficiency, growth is calculated for each species on a per grid cell basis.

Parameters for this behavior

Parameter nameDescription
NCI Maximum Potential Growth, cm/yrMaximum potential diameter growth for a tree, in cm/yr.
Growth Increment Adjustment PDFPDF to use to stochastically adjust the growth increment (including "none" for no adjustment).
Std Deviation for Normal or Lognormal AdjustmentValue for standard deviation if the parameter Growth Increment Adjustment PDF is set to "normal" or "lognormal".

How it works

This behavior tracks growth using the NCI Quadrat Growth grid. Each tree gets the growth rate calculated for the grid cell in which it is found. You can set the grid cell size to set the balance between neighborhood composition resolution ( smaller grid cells) and processing time ( larger grid cells).

For a given species in a given grid cell, the amount of diameter growth per year is calculated as:


Growth = Max Growth * [Crowding Effects] * [Precipitation Effects] * [Temperature Effects] * [Nitrogen Effects] * [Infection Effects]

Max Growth is the maximum diameter growth the tree can attain, in cm/yr, entered in the NCI Maximum Potential Growth, cm/yr parameter. You can have an effect in each category (or none at all) which acts to reduce the maximum growth rate. Each of these effects is a value between 0 and 1.

Effects choices:

The amount of growth is in cm/year. For multi-year timesteps, the annual growth rate is multiplied by the number of years per timestep.

The growth increment can be applied as-is, or stochasticity can be added. To introduce stochasticity, set the value of the parameter Growth Increment Adjustment PDF to your choice of probability distribution function. The calculated growth increment will be used as the mean value in a random draw on that PDF, with the standard deviation set to the value in the Std Deviation for Normal or Lognormal Adjustment. If the value of the resulting draw is negative, the growth increment is set to zero to avoid negative growth.

How to apply it

This behavior can be applied to seedlings, saplings, and adults of any species. You can use either the diam with auto height or diam only version.