Veronica Tamsitt

Results 6 issues of 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...

Added GLORYS 1/4 degree BGC dataset metadata to Copernicus.jl A couple of things: 1) There is no inpainting for sea ice variables because zeros are physical, not missing values'. This...

data wrangling

I'd like to add the Copernicus 1/4 degree NEMO-PISCES [Global Biogeochemical Hindcast](https://data.marine.copernicus.eu/product/GLOBAL_MULTIYEAR_BGC_001_029/description) to the DataWrangling tools to use for restoring boundary conditions. It could make sense to fold this into...

There's not currently support for `OrthogonalSphericalShellGrids` in `NetCDFWriter` such that calling `NetCDFWriter` for [this](https://github.com/CliMA/ClimaOcean.jl/blob/main/experiments/one_degree_simulation/one_degree_simulation.jl) ClimaOcean experiment, for example, will yield the following error in [OceananigansNCDatasetsExt.jl](https://github.com/CliMA/Oceananigans.jl/blob/main/ext/OceananigansNCDatasetsExt.jl). From a super quick look...