Clam_pop_RKsolver: Solves the Clam bioenergetic balance for population with a...

View source: R/Clam_pop_RKsolver.R

Clam_pop_RKsolverR Documentation

Solves the Clam bioenergetic balance for population with a 4th order Runge Kutta method

Description

Solves the Clam bioenergetic balance for population with a 4th order Runge Kutta method

Usage

Clam_pop_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


RAC documentation built on May 2, 2023, 5:12 p.m.