ClamF_ind_RKsolver {RAC} | R Documentation |
Solves the Clam bioenergetic balance (alternative version) with a 4th order Runge Kutta method
Description
Solves the Clam bioenergetic balance (alternative version) with a 4th order Runge Kutta method
Usage
ClamF_ind_RKsolver(Param, times, IC, Tint, Chlint)
Arguments
Param |
a vector containing model parameters |
times |
integration extremes and integration timestep |
IC |
initial condition |
Tint |
the interpolated water temperature time series |
Chlint |
the interpolated chlorophyll a time series |
Value
a list containing the clam weights, temperature limitation functions and metabolic rates
[Package RAC version 1.5.5 Index]