Mussel_pop_equations {RAC} | R 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
[Package RAC version 1.5.5 Index]