-
Here is my understanding from the wiki page. I want to know if there is anything redundant. I am not comfortable with how the directory is structured with my method: Does 0d driver belong to fabm? or should 0d and gotm be separated from fabm? My building and compiling steps:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It will depend on what you need. This compiles and install pyfabm, which you need if you want to use FABM from Python:
This compiles and installs the 1D GOTM water column model, with FABM integrated:
And this compiles and installs the 0d FABM box model:
All of these have their uses, but you're unlikely to need them all at once. The last snippet only compiles the FABM library for different hosts and does not serve a purpose as far as I can see, since the above hosts all already have FABM integrated:
|
Beta Was this translation helpful? Give feedback.
It will depend on what you need. This compiles and install pyfabm, which you need if you want to use FABM from Python:
This compiles and installs the 1D GOTM water column model, with FABM integrated:
And this compiles and installs the 0d FABM box model: