Skip to content
Chandler Haukap edited this page Feb 10, 2020 · 4 revisions

Overview

The gridded mode of STEPWAT2 simulates an N x M grid of cells. Each cell is a standalone unit, meaning it tracks its own RGroups, disturbances, establishment and so on. You can think of each cell as its own individual STEPWAT2 simulation, run in parallel with the cells around it. However, there are some modules specific to gridded mode which allow you to run complex simulations that would not be possible on a single plot.

Setting up the Grid

The grid setup file is where you can specify the number of cells for the simulation as well as turn on or off the various modules available to gridded mode.

The size of each cell is specified in the plot input file from single-plot mode.

The gridded mode will also read in the input parameters from single-plot mode. Depending on your configuration of the grid setup file these single-plot input parameters will either be applied to all cells or be overwritten by cell-specific inputs.

Cell-Specific Inputs

There are two input files that allow you to customize each cell in the grid:

Gridded-mode-specific Modules

The following modules are only available in gridded mode:

  1. Seed Dispersal
  2. Colonization
  3. Spinup

Each of these modules have their own input files.

Running Gridded Mode

Gridded mode is turned on by providing the -g flag to the program. See the getting started tutorial to run a basic gridded mode simulation.

Output from Gridded Mode

The basic output from gridded mode is described here. Seed dispersal can also output some results which are described here.

Clone this wiki locally