For each species, returns the rate at which somatic biomass is produced by all individuals of that species.
Details
The somatic production rate \(P_{s.i}\) is calculated as
$$P_{s.i} = \int_{w_0}^{w_{max}} g_i(w) N_i(w) dw$$
where \(g(w)\) is the somatic growth rate of an individual of species \(i\)
and weight \(w\) (calculated with getEGrowth
)
and \(N_i(w)\) is the number density of species \(i\) at weight \(w\).
See also
Other rate functions:
getConsumption()
,
getDietMatrix()
,
getEcotrophicEfficiency()
,
getGonadicProduction()
,
getM0B()
,
getM2B()
,
getMetabolicRespiration()
,
getOffspringProduction()
,
getProduction()
,
getReproductiveLoss()
,
getRespiration()
,
getTotalProduction()
,
getUnassimilated()
,
getZB()