Skip to content

0D driver

jornbr edited this page Oct 18, 2016 · 13 revisions

FABM's 0D driver

The 0d driver allows you to run FABM models in a "fully-mixed box", under arbitrary (time-varying) environmental forcing.

CMake setting value
Source directory <FABMDIR>/src/drivers/0d
Additional required arguments GOTM_BASE=<GOTMDIR>
Optional arguments FABM_USE_NetCDF=OFF to disable NetCDF support (ON by default)

For instance, on Linux:

mkdir -p ~/build/fabm-0d && cd ~/build/fabm-0d
make <FABMDIR>/src/drivers/0d -DGOTM_BASE=<GOTMDIR>
make install