1D sediment column #246
Replies: 2 comments 1 reply
-
Hi @stanleesocca, thank you for your interest in OceanBioME! We don't currently have any 1D sediment models but I think it wouldn't be too hard to implement one with the sediment infrastructure we've built. I'm currently rewriting the sediment module here, which is nearly done. After that, I think you would be able to make a 1D model by defining a sediment biogeochemistry and writing new methods for these functions: OceanBioME.jl/src/Sediments/compute_tendencies.jl Lines 31 to 50 in b92d540 and OceanBioME.jl/src/Sediments/timesteppers.jl Lines 15 to 28 in b92d540 If this was something you were interested in doing, I would be happy to help and we could think about moving something like |
Beta Was this translation helpful? Give feedback.
-
Hi @jagoosw Thanks for the reply. yes, I would be interested in having a 1D sediment model here. I think we can start by first testing with a rather simple 1D model with one or two species before hitting the multi-component diagenetic models as in the literature. Bear in the mind, these sediment biogeochemical models are highly stiff and from the way I see it, Oceananigans/OceanBioME seems to have made deliberate design choice in not using the suite of solvers from SciML. I already have a test-like OMEXDIA julia code integrated with Chris's SciML. If needed I can share that with you. In any case, I will need to study the OceanBioME/oceananigans code a bit to understand how things are called. Perhaps you can help with guiding me through the maze here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jagoosw and the rest. Thanks for the package. I have been testing it lately and assessing its capabilities. I see there is a sediment model included in the model. However, it seems to be only a reflective boundary or 0D box model. Is it possible for OceanBioME to have a 1D sediment model (some like the classic OMEXDIA model)?
How difficult would it be to get it integrated in the oceananigans/OceanBioMe framework?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions