run_hector_emissions: Run Hector with custom emissions

Description Usage Arguments Value Author(s)

View source: R/run_hector_emissions.R

Description

Run Hector with custom emissions

Usage

1
2
run_hector_emissions(rcp, exo_emissions_df = NULL,
  suppresslogging = TRUE, ...)

Arguments

rcp

Character describing RCP to use as baseline. Must be one of "26", "45", "60", "85".

exo_emissions_df

data.frame containing exogenous emissions data. Must contain column Date (year of emissions), and one (or both) of exo_emissions (exogenous CO2 emissions) or exo_ch4_emissions (for CH4).

suppresslogging

(bool) If true, suppress all logging (loglevel is ignored in this case).

...

Arguments passed on to hector::newcore

inifile

(String) name of the hector input file.

loglevel

(int) minimum message level to output in logs (see loglevels).

suppresslogging

(bool) If true, suppress all logging (loglevel is ignored in this case).

name

(string) An optional name to identify the core.

Value

Hector output, as data.frame (see hector::fetchvars()).

Author(s)

Alexey Shiklomanov


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