run.jheem | R Documentation |
Run a JHEEM Model
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 )
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 |
An object of class jheem.results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.