View source: R/model_component.R
memc_solve | R Documentation |
Solve a MEMC configuration
memc_solve(mod, time, params = NULL, state = NULL, ...)
mod |
model object, for example one of the list entries returned
by |
time |
daily time steps for model run |
params |
default set to NULL, will then use the parameter table
read in with the |
state |
default set to NULL, will then use the state read read
in with the |
... |
additional arguments passed to |
A long-formatted data.table
of the
simulation results, with columns:
time |
Time point, days |
variable |
Name of model carbon pool |
value |
Value of the pool |
units |
Units of the pool value |
name |
Model name used |
memc_configure
out <- memc_solve(MEND_config, time = 0:10)
plot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.