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

Choosing behaviors for a run

Setting up behaviors is the most important step in creating a new simulation. To choose which behaviors to include in the run and how to apply them, use the Model flow window.

There are a few general guidelines for choosing a set of behaviors from scratch.

Start with the trees

Behaviors that act on trees are assigned to trees based on species and life history stage (otherwise referred to as tree type). Move through the tree life cycle for each species and pick behaviors for growth, mortality, and reproduction. There may not be a behavior that does exactly what you want, but with the creative use of behavior parameters, you may be able to achieve the same effect. For instance, there may be a parameter that when assigned a particular value cancels out a function term you don't need, or a set of parameter values that can cause a function to mimic another function shape.

Carefully check the behavior assignments to particular trees. Behaviors often have some rules about how they can be applied, but these tend to be limited in the interests of maximum flexibility. The model doesn't try to second-guess what you are doing beyond making sure the simulation can run as described. Make sure that you applied a complete set of lifecycle behaviors to each species and life history stage.

Check the dependencies

Many behaviors rely on the work of other behaviors. Check the documentation for the set of behaviors you have so far to see if you need to add others. For instance, if you have a behavior that calculates growth as a function of light level, you will need to add a behavior to calculate the light level. Each behavior's documentation will give you all dependency requirements.

Add analysis and output

Forest metrics and output are handled by behaviors just like everything else in SORTIE. Basic metrics like stem density and basal area are handled directly by the output behavior. You can add additional behaviors (called analysis behaviors) to calculate extra metrics like biomass or tree spatial distribution indexes.

Output is one of a set of behaviors that uses a separate interface for setup - in this case, the Output setup window.

It is generally a good idea to finish setting up a parameter file at this point and to run it. There is generally troubleshooting to be done on the basic lifecycle behaviors and the fewer behaviors that are in a run, the easier it is to identify and fix problems.

Add external events

If you have behaviors you would like to use beyond the basic tree lifecycle, add them at this point. These include things like disturbance events and climate change.

Check behavior order

The parameter file specifies which behaviors to include in the simulation, and in which order they should be run. Theoretically it is possible to put behaviors in any order, but of course, most simulations constructed that way would not make sense. When you structure a run, the behaviors are placed in functional groups. To prevent nonsensical simulations, you cannot move a behavior outside of its functional group in the overall run order; however, you can re-order behaviors within the functional groups. Sometimes this will have an effect on the overall simulation outcome, and sometimes it won't. Refer to the documentation for individual behaviors and functional groups to learn how run order might affect a behavior.