#### Documentation objects
#' Configurations
#'
#' The various model configurations that are
#' shipped with the MEMC package, such as:
#' \code{BAMS_config}, \code{COMISSION_config},
#' \code{CORPSE_config}, \code{MEND_config},
#' \code{MIMCS_config}, and \code{MEMS_config}.
#' All supported model configurations are listed
#' in \code{memc_all_configs}.
#'
#' These model configurations can be used with the \code{memc_solve} function to
#' complete the desired model simulations.
#' @name configurations
#' @seealso dynamics, fluxes
#'
#' @examples
#' ## Using memc_solve with the MEND_config configuration.
#' out <- memc_solve(mod = MEND_config, time = 0:10)
NULL
#' MEMC supported SOM flux dynamics
#'
#' These identifiers correspond to the various dynamics users can select
#' from when setting up a model configuration using the \code{\link{memc_configure}} function.
#'
#' @section Dynamics:
#' \describe{The MEMC package allows users to select the dynamics used for DOMuptake, POMdecomp, and
#' MBdecay from the following list:
#' \item{MM}{Michaelis–Menten kinetics}
#' \item{RMM}{Reverse Michaelis-Menten kinetics, as in (Schimel and Weintraub, 2003) and (Sulman et al. 2014)}
#' \item{ECA}{Equilibrium Chemistry Approximation, based on RESOM (Tang and Riley, 2014)}
#' \item{DD}{Density Dependent decomposition (only applicable for MB decay)}
#' \item{LM}{Linear odel, as in (Robertson et al. 2019)}
#' }
#' @name dynamics
#' @references \href{doi:10.1016/s0038-0717(03)00015-4}{Schimel, J. P., and M. N. Weintraub (2003), The implications of exoenzyme activity on microbial carbon and nitrogen limitation in soil: A theoretical model, Soil Biol. Biochem., 35(4), 549–563, doi:10.1016/s0038-0717(03)00015-4}
#' @references \href{doi:10.1038/nclimate2436}{Sulman, B. N., R. P. Phillips, A. C. Oishi, E. Shevliakova, and S. W. Pacala (2014), Microbe-driven turnover offsets mineral-mediated storage of soil carbon under elevated CO2, Nat. Clim. Change, 4(12), 1099–1102, doi:10.1038/nclimate2436.}
#' @references \href{https://doi.org/10.1038/nclimate2438}{Tang, J., Riley, W. Weaker soil carbon–climate feedbacks resulting from microbial and abiotic interactions. Nature Clim Change 5, 56–60 (2015). https://doi.org/10.1038/nclimate2438}
#' @references \href{https://doi.org/10.5194/bg-16-1225-2019}{Robertson, A. D., Paustian, K., Ogle, S., Wallenstein, M. D., Lugato, E., and Cotrufo, M. F.: Unifying soil organic matter formation and persistence frameworks: the MEMS model, Biogeosciences, 16, 1225–1248, https://doi.org/10.5194/bg-16-1225-2019, 2019.}
#' @seealso configurations, fluxes
NULL
#' Flexible SOM fluxes
#'
#' Description of the flexible SOM fluxes that users may change with \code{\link{memc_configure}} function.
#'
#' \describe{The MEMC package supports flexible definitions for the following SOM fluxes:
#' \item{DOMuptake}{dissolved organic uptake by microbial biomass, the flux describing the DOM that is broken down for microbial biomoass uptake.}
#' \item{POMdecomp}{particulate oranic matter decomposition, the flux describing the POM that is broken down into DOM.}
#' \item{MBdecay}{microbial biomass decay, the flux descirbing the micorbial biomass mortality/turn over.}
#' }
#' @name fluxes
#' @seealso configurations, fluxes, dynamics
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.