quebec.ldm: Quebec Landscape Dynamic Model

Description Usage Arguments Value Examples

View source: R/quebec.ldm.r

Description

Run the landscape dynamic model QLDM that includes the processes of wilfires, clear-cuts, partial-cuts, spruce budworm outbreaks, post-disturbance regeneration, and forest seral succession.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
quebec.ldm(
  is.wildfires = FALSE,
  is.sbw = FALSE,
  is.harvesting = FALSE,
  custom.params = NA,
  rcp = NA,
  prec.proj = NA,
  temp.proj = NA,
  timber.supply = "area.based",
  pigni = NA,
  nrun = 1,
  time.step = 5,
  time.horizon = 80,
  save.land = FALSE,
  out.seq = NA,
  out.path = NA,
  ...
)

Arguments

is.sbw

A flag to indicate that spruce budworm outbreaks are a simulated process of the model

is.harvesting

A flag to indicate that harvesting by clear and partial cuts is a simulated process of the model

custom.params

List with the model paramaters and default and/or user-defined values

rcp

Climate projection, either NA (default), 'rcp45' or 'rcp85'

prec.proj

Data frame with annual precipitation projections for each time step

temp.proj

Data frame with mean temperature projections for each time step

timber.supply

Approach to do timber supply calculation, either area.based or volume.based

pigni

Optional data frame with probability of fire igntion per grid cell

nrun

Number of replicates to run the model

time.step

Number of years of each time step

time.horizon

Number of years of the model simulation, it has to be a multiple time.step

save.land

A flag to save as a RDS file the landscape data frame at the time step indicated in out.seq

out.seq

Numeric vector with the time steps the landscape is saved

out.path

String with the directory path to save the landscape data frame at each time step indicated in out.seq

is.widlfire

A flag to indicate that wildfires are a simualted process of the model

Value

A list with the following items:

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(QLDM)
data(prec)
data(temp)
# Run one single 80-year replicate with forest management and default RCP 4.5 climate projections 
quebec.ldm(is.harvesting = T, rcp = "rcp45")

## End(Not run)

nuaquilue/QLDM documentation built on Dec. 22, 2021, 3:18 a.m.