Overview

This manual is a live document which is automatically updated as changes are made to to underlying model code and documentation.

0.1 Background

0.2 The LandWeb Model

LandWeb is the first large scale, data-driven approach to simulating historic natural range of variation (H/NRV) (https://landweb.ca). In developing the model, analyses, as well as the infrastructure to host data, we strove to implement a single, reproducible workflow to facilitate running simulations, analyses, and model reuse and future expansion. This tight linkage between data and simulation model is made possible via its implementation using the SpaDES family of packages (Chubaty & McIntire 2019) within the R Statistical Language and Environment (R-base?). For more information about SpaDES, see https://spades.predictiveecology.org/.

The LandWeb model integrates two well-used models for forest stand succession and wildfire simulation, implemented in the SpaDES simulation platform as a collection of submodels (implement as SpaDES modules). Vegetation dynamics are modeled using the LandR Biomass suite of modules, which reimplement the LANDIS-II Biomass Succession model (Scheller & Mladenoff 2004; Scheller et al. 2007) in R. Wildfire dynamics are modeled using an implementation of LandMine (Andison 1996; Andison 1998). Simulations were run for the entire LandWeb study area, which spans most of the western Canadian boreal forest. A summary of the results are presented using a web app, which can be run locally.

LandWeb study area (blue) with mountain and boreal caribou ranges highlighted (pink).

Figure 0.1: LandWeb study area (blue) with mountain and boreal caribou ranges highlighted (pink).

0.2.1 Data preparation

Input data were derived from multiple sources, including several publicly available as well as proprietary datasets.

Detailed descriptions of these sources are provided in the relevant sections of this manual.

0.2.1.1 Public data sources

0.2.1.2 Proprietary data sources

All proprietary data used by for the model are stored in an access-controlled Google Drive location.

  • biomass by species maps created by Pickell & Coops (2016) resolution 100m x 100m from LandSat and kNN based on CASFRI;
  • various reporting polygons used to summarize model results in the app.

To request access, please contact Alex Chubaty ().

0.2.2 Vegetation dynamics

Vegetation growth and succession are modeled using a re-implementation of the LANDIS-II Biomass model, a widely used and well-documented dynamic vegetation succession model (Scheller & Mladenoff 2004; Scheller et al. 2007). Our re-implemented model largely follows the original LANDIS-II source code (v 3.6.2; Scheller & Miranda (2015a)), but with some modifications with respect to species traits parameterization. This model simulates landscape-scale forest dynamics in a spatio-temporally explicit manner, using cohorts of tree species within each pixel. Multiple ecological processes are captured by the model, including vegetation growth, mortality, seed dispersal, and post-disturbance regeneration.

This submodel is described in further detail in Vegetation submodel.

0.2.3 Wildfire dynamics

Wildfire is simulated using a re-implementation of the fire submodel of Andison’s (1996; 1998) LandMine model of landscape disturbance.

This submodel is described in further detail in Wildfire submodel.

0.2.4 Summary maps and statistics

Summaries are derived from simulation outputs, and consist of maps showing the time since fire as well as histogram summaries of 1) number of large patches (i.e., patches above the number of hectares specified by the user) contained within the selected spatial area; and 2) the vegetation cover within the selected spatial area. Histograms are provided for each spatial area by polygon, age class, and species. Authorized users can additionally overlay current stand conditions onto these histograms. Simulation outputs are summarized for several publicly available reporting polygons (including Alberta Natural Ecoregions and Caribou Ranges).

These are described in further detail in Model outputs.

0.2.5 LandWeb app

Using the web app is described in Web app.

0.3 Previous Manual Versions

If available, archived copies of previous manual versions are provided at the links below.