Skip to contents

The various model configurations that are shipped with the MEMC package, such as: BAMS_model, COMISSION_model, CORPSE_model, MEND_model, MIMCS_model, and MEMS_model. All supported model configurations are listed in model_configs.

Details

These model configurations can be used with the solve_model function to complete the desired model simulations.

See also

dynamics, fluxes

Examples

## Using solve_model with the MEND_model configuration.
out <- solve_model(mod = MEND_model, time = 0:10)