Mussel_spatial_RKsolver: Solves the Mussel individual bioenergetic balance with a 4th...

View source: R/Mussel_spatial_RKsolver.R

Mussel_spatial_RKsolverR Documentation

Solves the Mussel individual bioenergetic balance with a 4th order Runge Kutta method for spatialized model

Description

Solves the Mussel individual bioenergetic balance with a 4th order Runge Kutta method for spatialized model

Usage

Mussel_spatial_RKsolver(
  Param,
  times,
  IC,
  Tint,
  Phyint,
  DTint,
  POCint,
  Ccont,
  Ncont,
  Pcont,
  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

Ccont

the C/C content of the POC

Ncont

the N/C content of POC

Pcont

the P/C content of POC

POMint

the interpolated POM time series

TSSint

the interpolated TSS time series

Value

a list containing the weights of the mussel, the excreted CNP, the mussel CNP, temperature limitation functions, metabolic rates, oxygen consumption


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