Compute system of differential equations representing EcoState dynamics derived from EcoSim.
dBdt(
Time,
State,
Pars,
type_i,
n_species,
F_type = "integrated",
what = "dBdt"
)
An object (list) of ranges. Elements include:
Biomass growth per time
Biomass growth per time per biomass
Consumptive mortality per time
Consumptive mortality per time per biomass
Natural mortality per time
Natural mortality per time per biomass (i.e., m2_i + m0_i)
Consumption per time for prey (rows) by predator (columns)
not used
vector of state variables to integrate
list of parameters governing the ODE
type for each taxon
number of species
whether to integrate catches along with biomass ("integrated"
)
or calculate catches from the Baranov catch equation applied to average
biomass ("averaged"
)
what output to produce
This function has syntax designed to match pracma
solvers.