run.jheem: Run a JHEEM Model

View source: R/diffeq.R

run.jheemR Documentation

Run a JHEEM Model

Description

Run a JHEEM Model

Usage

run.jheem(
  jheem,
  start.year,
  end.year,
  keep.years = start.year:end.year,
  prior.run.results = NULL,
  verbose = T,
  print.warnings = T,
  max.run.time.seconds = Inf,
  atol = 1e-06,
  rtol = 1e-06
)

Arguments

jheem

A fully initialized and set up jheem object

start.year, end.year

The years between which to run the model (inclusive)

keep.years

Which years to save results from

prior.run.results

An object of class jheem.results, if starting values for this run should be taken from a prior run. If NULL, starting values will be taken from the initial state specified by the JHEEM object

verbose

Whether to print detailed status updates

Value

An object of class jheem.results


tfojo1/jheem documentation built on Oct. 7, 2022, 1:24 p.m.