Replies: 1 comment
-
|
Hi Kalina, Thank you for reaching out! This sounds a bit strange. I just noticed that the documentation is missing a P in the Its a bit strange that you have to add the other processes to get it to match because the code is the same as the docs: OceanBioME.jl/src/Models/AdvectedPopulations/LOBSTER/biology.jl Lines 154 to 170 in 8c4a080 OceanBioME.jl/src/Models/AdvectedPopulations/LOBSTER/biology.jl Lines 346 to 353 in 8c4a080 (Thinking about it now I'm not sure if the alkalinity should include an ammonia uptake term. This formulation was from this paper but maybe it needs an additional term?) As for the DOM/sPOM/bPOM, I think the docs are correct, e.g. sPOM: OceanBioME.jl/src/Models/AdvectedPopulations/LOBSTER/detritus.jl Lines 149 to 153 in 8c4a080 OceanBioME.jl/src/Models/AdvectedPopulations/LOBSTER/biology.jl Lines 243 to 256 in 8c4a080 But there might be a discrepancy somewhere. Do you have the sinking term in your box model? I think we have no advection in our box model so if you are sinking particles out and box.jl isn't then maybe thats causing the increased Sorry I couldn't be more helpful, let me know if you have more questions! If you don't mind sharing your code maybe that would help me spot the differences. Jago |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all and @jagoosw,
I am trying to build my own box model based on the LOBSTER equations to first amend some processes in a simplified environment before integrating it into OceanBioME. Therefore, I have been following the LOBSTER documentation here and comparing my box model with the Box Model example code (Box.jl). As I compare the two models, I see major differences that I am needing to amend for the alkalinity equation, and what I assume is, remineralization processes.
In LOBSTER (carbonate_system.jl), it looks like the main alkalinity equations are only accounting for nutrient uptake via nitrate (+1 Alk) and calcite uptake (-2 Alk). However, to get my model to match the Box.jl model, I have to add in processes such as remineralization, nitrification, and ammonium uptake. Are there other ways Alkalinity is altered after the source code and is there documentation to show what other processes are being considered?
Similarly, my model agrees pretty well for the first 75 days. However, after 75 days, it looks like Box.jl shows remineralization with an increasing NH4 peak. I cannot simulate this using just the LOBSTER equations. Are there remineralization processes included in the DOM, sPOM, and/or bPOM that are not included in the current documentation?
Thank you for any updated documentation you can share with the complete equations written out! I appreciate the quick correspondence and informative discussions!
Cheers,
Kalina
Beta Was this translation helpful? Give feedback.
All reactions