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

Run setup and progression

A run is a single model simulation. It starts at time zero and continues until its defined endpoint is reached. A run is defined by its parameter file. This tells the model how long to run, and what to do during the run.

The basic time unit in the run is the timestep. You set the length and number of the timesteps. Each timestep, the model asks each behavior to do its work, whatever that work may be. The behaviors are run in the order in which they are listed in the parameter file. The model counts off the timesteps until it has finished the specified number, then cleans up its memory and shuts down.

Run parameters

  • Number of timesteps The number of timesteps for which to run the model.
  • Number of years per timestep The length of the timestep, in years. It is recommended that this value be a whole number.
  • Random seed An integer to use as the seed for SORTIE's random number generator. Zero means that SORTIE chooses its own new seed every time, and repeat runs with the same parameter file will come out different. Any non-zero value triggers one particular sequence of random numbers. In that case, repeat runs with the same parameter file will be the same.