clam_ind_RKsolver: Solves the Clam individual bioenergetic balance with a 4th...

View source: R/Clam_ind_RKsolver.R

clam_ind_RKsolverR 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


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