Convert biomass to Nf and Ns
biomass_to_Nf.Rd
B = (N_f + N_s)/Q_min Q_rel = Q_min * (1 + N_s/N_f)
Arguments
- biomass
whether dry (default) or wet biomass is provided, mg m-3
- Q_int
Non-dimensionalised internal nutrient quotient
- Q_rel
the non-dimensionalised relative internal nutrient quotient (\(Q_{rel}\)). If neither of Q_int and Q_rel are provided the default Q_rel of 0.5 will be used.
- spec_params
a vector of named numbers. Must include:
DWWW
(if dry = F), the conversion from dry weight to wet weightQ_min
, the minimum internal nutrient quotient (mg gDW-1)Q_max
, the maximum internal nutrient quotient
- dry
logical, return dry or wet biomass. If dry = F, spec_params'DWWW' must be provided