Solves the Clam bioenergetic balance for population with a 4th order Runge Kutta method
Clam_pop_RKsolver(
Param,
times,
IC,
Tint,
Phyint,
DTint,
POCint,
POMint,
TSSint
)
a list containing the clam weights, temperature limitation functions and metabolic rates
a vector containing model parameters
integration extremes and integration timestep
initial condition
the interpolated water temperature time series
the interpolated phytoplankton time series
the interpolated detritus time series
the interpolated POC time series
the interpolated POM time series
the interpolated TSS time series