Description Usage Arguments Value See Also Examples
This function runs the coral-Symbiodinium bioenergetic model in a constant environment until it reaches a steady state.
1  | run_coral_ss(env, pars = def_pars(), dt = 0.1)
 | 
env | 
 A list defining the constant environment in which to run model to steady state, with three named elements: 
  | 
pars | 
 A list of (named) parameter values to use in the simulation.
Parameter names must match those returned by   | 
dt | 
 The time step (in days) to use in the numerical analysis. Values > 0.1 are not recommended.  | 
A list with the following named elements:
A list of the environment (L, N, X) used in the simulation
A list of the parameter values used in the simulation
A tibble of all host biomass-specific model fluxes at each time step
A tibble of all symbiont biomass-specific model fluxes at each time step
1  | ssrun <- run_coral_ss(env=list(L=20, N=1e-7, X=0), pars=def_pars(), dt=0.1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.