clam_ind_RKsolver {RAC} | R Documentation |
Solves the Clam individual bioenergetic balance with a 4th order Runge Kutta method
Description
Solves the Clam individual bioenergetic balance with a 4th order Runge Kutta method
Usage
clam_ind_RKsolver(
Param,
times,
IC,
Tint,
Phyint,
DTint,
POCint,
POMint,
TSSint
)
Arguments
Param |
a vector containing model parameters |
times |
integration extremes and integration timestep |
IC |
initial condition |
Tint |
the interpolated water temperature time series |
Phyint |
the interpolated phytoplankton time series |
DTint |
the interpolated detritus time series |
POCint |
the interpolated POC time series |
POMint |
the interpolated POM time series |
TSSint |
the interpolated TSS time series |
Value
a list containing the clam weights, temperature limitation functions and metabolic rates
[Package RAC version 1.5.5 Index]