hector_with_params: Run Hector with parameters set to specific values

Description Usage Arguments Value Author(s) Examples

View source: R/hector_with_params.R

Description

To specify units, set the unit attribute of the parameter.

Usage

1
hector_with_params(..., .dots = list(), rcp = "45", core = NULL)

Arguments

...

Named list of parameter values (e.g. beta = 0.3). Names must match Hector parameter names, or arguments to split_biome().

.dots

A named list of arguments. Provides an alternative specification to ...

rcp

Representative carbon pathway (RCP) to use. One of "26", "45", "60", "85"

core

(Optional) An existing Hector core to modify.

Value

Hector output, as a data.frame

Author(s)

Alexey Shiklomanov

Examples

1
2
3
4
5
6
hector_with_params(beta = 0.5, q10_rh = 1.8)
hector_with_params(
  default.beta = 0.6,
  permafrost.beta = 0.8,
  fveg_c = 0.2
)

ashiklom/hector_permafrost_emit documentation built on March 26, 2020, 12:15 a.m.