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

The parameter file

What is a parameter file?

A parameter file is a document containing all the data that the model needs to perform a simulation. It is in the XML data format and is written in plain text. Parameter files have a .xml extension.

Contents of a parameter file

At the least, the parameter file must specify the length of the run, describe the plot, define the tree species and their attributes, list the behaviors in the order in which they will run, and provide whatever parameters the behaviors need.

In addition, parameter files can define initial conditions for trees and grids using parameters or maps from detailed output files.

Editing a parameter file

The SORTIE-ND model interface gives you all the tools you need to create and modify your parameter files. Since they are in plain text, you can look at them in other programs, but modifying them directly is not recommended.

For detailed instructions on creating a new parameter file from scratch, see the Creating a parameter file topic. To edit existing parameter files, you can use the different choices in the Edit menu.

Validating a parameter file

In order to run, a parameter file must be complete and all data in it valid. As you edit a parameter file, the part that you are editing will be validated as part of the edit process. The complete file is validated every time you save it. You can save a file that does not pass validation, but you cannot run it.

Making a human-readable copy of the parameter file

The parameter file is in the XML data format and is not easily readable by humans. SORTIE will create tab-delimited text versions of data that you can open in any text editor or spreadsheet program. To save your parameter values, use the command File-> Save parameter file as text. To save grid map values, use the Edit-> Grid layer setup window. Files you save in this way are for your reference only. They cannot be used as input.