View source: R/get_req_nutrients.R
get_req_nutrients | R Documentation |
Get required nutrients for stable biomass growth.
get_req_nutrients(bg_biomass, ag_biomass, parameters)
bg_biomass , ag_biomass |
Numeric with starting bg and ag biomass. |
parameters |
List with all model parameters. |
Returns a list with starting values for i) the nutrients_pool and ii) the detritus_pool, which allow stable seagrass growth if no fish individuals are present.
This means that both pools contain exactly the amount to balance the sloughed bg_biomass and ag_biomass each time step.
list
get_req_nutrients(bg_biomass = default_starting$bg_biomass,
ag_biomass = default_starting$ag_biomass, parameters = default_parameters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.