COMISSION_config | R Documentation |
The COMISSION configuration is based off of Ahrens et al. 2015. The model uses MM for the DOM uptake, RMM for POM decomposition, and LM for MB decay; see dynamics for more details.
COMISSION_config
An object created from memc_configure
, containing the following elements.
COMISSION
table of the dynamics used by this model configuration; see dynamics for more details.
data table of the model parameters; see memc_params for more details.
vector of the initial state values; see memc_initial_state for more details.
Other configurations:
BAMS_config
,
CORPSE_config
,
MEMS_config
,
MEND_config
,
MIMCS_config
## Use memc_solve to run the simulation using this configuration.
print(COMISSION_config)
memc_solve(mod = COMISSION_config, time = 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.