-
Hi, I am trying to couple FABM 0d driver with the FABM-DEB model. Should I specify the driver (0d) that the DEB model should be compiled to? This somehow wiped out the links to all default biogeochemistry models (e.g. npzd.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To build the 0D driver you only need a single cmake command. You can make it include additional biogeochemical models such as fabm-deb with command line options
However, |
Beta Was this translation helpful? Give feedback.
To build the 0D driver you only need a single cmake command. You can make it include additional biogeochemical models such as fabm-deb with command line options
-DFABM_INSTITUTES
and-DFABM_DEB_BASE
as you have been doing. In your case, this may work:However,
FABM_INSTITUTES
specifies the full set of biogeochemical models that need …