Veronica Tamsitt
Veronica Tamsitt
I'm interested in implementing updated gas transfer velocity (k) parameterisations (at the very least, Wanninkhof 1992 is outdated and could be replaced by [Wanninkhof 2014](https://aslopubs.onlinelibrary.wiley.com/doi/abs/10.4319/lom.2014.12.351)). It would be great to...
1. At minimum this requires adding a `biogeochemistry` kwarg to the `ocean_simulation` [function](https://github.com/CliMA/ClimaOcean.jl/blob/514135fc9a1016ec0c32081fe3914e789b3d35ca/src/OceanSimulations/OceanSimulations.jl#L55) (the BGC model can be initialised beforehand with the grid): https://github.com/CliMA/ClimaOcean.jl/blob/514135fc9a1016ec0c32081fe3914e789b3d35ca/src/OceanSimulations/OceanSimulations.jl#L55-L68 3. A way to pass BGC...
This PR addresses #107 by adding a `biogeochemistry` kwarg to `ocean_simulation`, adding user input `boundary_conditions` as a kwarg and moves `tracer` to be explicitly spelled out be the user as...