R/UR_dynamics.R
UR_dynamics.Rd
This function is called in the project()
loop at each time step to
advance the biomasses of all unstructured resources by one time step.
As a user you do not need to deal with this function directly.
UR_dynamics(params, n, n_pp, n_other, rates, t, dt, ...)
params | A MizerParams object |
---|---|
n | A matrix of current species abundances (species x size) |
n_pp | A vector of current plankton abundance by size |
n_other | List of abundances of other dynamic components |
rates | A list of rates as returned by |
t | Current time |
dt | Time step size |
... | Unused |
A named list with the biomasses of all unstructured resources at the next time step.