**DO+BGC** is a `FABM` model for Dissolved Oxygen Dynamics plus simple biogeochemistry.
***DO+BGC*** is a `FABM` model for Dissolved Oxygen Dynamics plus simple biogeochemistry.
## Description
This model simulates
This is based on [Holzwarth and Wirtz, 2018](https://doi.org/10.1016/j.ecss.2018.01.020).
This model simulates Dissolved Oxygen dynamics plus a simplified biogeochemistry pelagic model based on [Holzwarth and Wirtz, 2018](https://doi.org/10.1016/j.ecss.2018.01.020), replacing depth-averaged formulations by depth-explicit processes.
Specifically, reaeration rates is changed to surface flow formulation similar to the used in `ERSEM`.
This model includes:
* Dissolved Oxygen.
* Three nutrient species (nitrogen, phosphorus, and silicon).
* Two algal species, one depending on silicon.
* Two types of Particular Organic Matter.
* One type of Dissolved Organic Matter.
* Inorganic silicon.
## Installation and usage
* This model requires the nutrient and detritus models available in `fabm/src/models/examples`.
* Remember to add this repository in the compilation flags (the `cmake`) in the `Makefile`.
* Here I include a testcase using `GETM 2D` as physical driver for Tidal Elbe + Elbe Estuary (2011).
## Testcase
Here I include a testcase using `GETM 2D` as physical driver for Tidal Elbe + Elbe Estuary in 2011.
Just soft link the files `./testcase/rivers.u_020e-2.bgc.nc` as `rives.nc` and `fabm.dobgcp.yaml` as `fabm.yaml` into the `GETM 2D` setup.
## To do
[ ] Is the `meteo.nc` file available.
[ ] Are the boundary files properly formatted (`bdy*.nc`)?