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

Writing a new behavior

In order to demonstrate the creation of a behavior, we will work with an example. Our example behavior calculates biomass for adult trees and then averages the results locally to create a map of average biomass across the plot.

Part 1: Design
Part 2: Preparing to code
Part 3: Writing code and testing
Part 4: GUI and user documentation