Allgeier-Lab / arrR

:package: Individual-based simulation model of artificial reefs
https://allgeier-lab.github.io/arrR/
GNU General Public License v3.0
1 stars 0 forks source link

Nutrient and detritus output #87

Closed mhesselbarth closed 2 years ago

mhesselbarth commented 3 years ago

1) Add also detritus output 2) Allow nutrient output to be an absolute number because it's a mechanistic process. Detritus output probably still percentage because it's a microbial process (?)

mhesselbarth commented 3 years ago

cb730b44930a42972d22861cd94e4e6dfcc4c3b5 adds detritus_output parameter.

However, for stable conditions (and get_stable_values, this does not really matter, because when rcpp_nutr_output is called, the detritus_pool will already be zero. Not sure if that's a problem 🤔