Description Usage Arguments Details Value See Also
Calculates the detritus biomass at the next timestep from the current detritus biomass.
1 2 3 4 5 6 7 8 9 10 11 12 |
detritus_external |
Rate of change from external sources |
detritus_proportion |
Proportion of consumption by fish that flows into the detritus component. |
... |
Arguments passed on to
|
The equation for the time evolution of the detritus biomass B is assumed to be of the form
dB/dt = inflow - consumption * B + external
where
inflow
comes from feces, calculated as a proportion
detritus_proportion
of the biomass consumed by all consumers.
consumption
is by detritivorous species, where the encounter rate is
specified by rho[, "detritus", ]
.
external
is an influx from external sources. It can be negative in which
case it represents a loss to external sources.
This equation is solved analytically to
B(t+dt) = B(t) exp(-consumption * dt) +(inflow + external)/(consumption) * (1 - exp(-consumption * dt)).
This avoids the stability problems that would arise if we used the Euler method to solve the equation numerically.
A single number giving the biomass of detritus at next time step
Other resource dynamics functions:
carrion_dynamics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.