OceanBioME / OceanBioME.jl

🌊 🦠 🌿 A fast and flexible modelling environment written in Julia for modelling the coupled interactions between ocean biogeochemistry, carbonate chemistry, and physics
https://oceanbiome.github.io/OceanBioME.jl/
MIT License
40 stars 20 forks source link

Adds `MultiBandPhotosyntheticallyActiveRadiation` #205

Closed jagoosw closed 3 weeks ago

jagoosw commented 4 weeks ago

This PR adds MultiBandPhotosyntheticallyActiveRadiation with default parameters replicating the "Morel" model used in other implementations of PISCES.

It required a small PR into Oceananigans to make it work (https://github.com/CliMA/Oceananigans.jl/pull/3683) which is now merged and just waiting for a release, so this PR currently changes to use Oceananigans main branch instead for now (but this should not be merged into main).

jagoosw commented 3 weeks ago

I'm going to merge this with main when the oceananigans patch is out, and then you can pull main into the PISCES branch because that will probably be less confusing