Unlike getTotalProduction()
, this function follows the Ecopath definition
whereby the production rate in a
mass-balanced model is equal to the rate at which biomass is removed by
mortality. Thus the production rate includes the somatic production rate
that is due to growth of individuals and it includes the rate at which
offspring biomass is produced during reproduction. It does not include the
full rate of gonad production because most of that is lost during the
inefficient reproduction process.
The Ecopath production rate is the sum of the somatic production rate
obtained with getSomaticProduction
and the rate of production
of offspring biomass obtained with getOffspringProduction
.
See also
Other rate functions:
getConsumption()
,
getDietMatrix()
,
getEcotrophicEfficiency()
,
getGonadicProduction()
,
getM0B()
,
getM2B()
,
getMetabolicRespiration()
,
getOffspringProduction()
,
getReproductiveLoss()
,
getRespiration()
,
getSomaticProduction()
,
getTotalProduction()
,
getUnassimilated()
,
getZB()