For each species, returns the rate at which biomass is produced by all
individuals of that species. This includes both somatic and gonadic
production, which can be obtained individually with getSomaticProduction()
and getGonadicProduction()
. This differs from the Ecopath definition of
production, see getProduction()
.
Details
Used by matchConsumption()
to calculate how much assimilated energy is left
over after production, in order to estimate the required metabolic loss.
See also
Other rate functions:
getConsumption()
,
getDietMatrix()
,
getEcotrophicEfficiency()
,
getGonadicProduction()
,
getM0B()
,
getM2B()
,
getMetabolicRespiration()
,
getOffspringProduction()
,
getProduction()
,
getReproductiveLoss()
,
getRespiration()
,
getSomaticProduction()
,
getUnassimilated()
,
getZB()