Open sashahafner opened 1 year ago
That means adjusting CO2_aer:COD ratio too. See https://github.com/sashahafner/ABM-paper/blob/main/COD_conversion/conversion_calcs.pdf
Table 3.1 has a few values, we could use an average.
Make fs0_aer or whatever it is called an input argument.
We don't have it as input argument, instead it is hardcoded into the resulting stoichiometric equations. See note in the stoich.R line 69. More information about how it is calculated is found in our recent paper with CO2 respiration.
We have some internal inconsistency where we use a "yield" of 0.1 here:
in rates, but then xa_aer goes into dead pool, while 0.1 reflects ultimate non-degradable stuff. So we should switch 0.1 to fs0
See Teams chat from earlier today