Mussel_pop_equations: Mussel bioenergetic population model differential equations

View source: R/Mussel_pop_equations.R

Mussel_pop_equationsR Documentation

Mussel bioenergetic population model differential equations

Description

Mussel bioenergetic population model differential equations

Usage

Mussel_pop_equations(
  Param,
  N,
  Tint,
  Phyint,
  DTint,
  POCint,
  Ccont,
  Ncont,
  Pcont,
  POMint,
  TSSint,
  Wb,
  R,
  t,
  trip
)

Arguments

Param

a vector containing model parameters

N

the number of individuals at time t

Tint

the interpolated water temperature at time t

Phyint

the interpolated phytoplankton at time t

DTint

the interpolated detritus at time t

POCint

the interpolated POC at time t

Ccont

the C/C content of the POC at time t

Ncont

the N/C content of POC at time t

Pcont

the P/C content of POC at time t

POMint

the interpolated POM at time t

TSSint

the interpolated TSS at time t

Wb

the somatic tissue dry weight at time t

R

the gondadic tissue dry weight at time t

t

the time

trip

vector containing the flags with resting periods

Value

the outputs at time t


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