Software
Download
- export FABMDIR=$HOME/tools/fabm/code
- git clone git://github.com/fabm-model/fabm.git $FABMDIR
- export GOTMDIR=$HOME/tools/gotm/code
- git clone git://github.com/gotm-model/code.git $GOTMDIR
- export GETMDIR=$HOME/tools/getm/code
- git clone git://git.code.sf.net/p/getm/code $GETMDIR
- git clone git://git.code.sf.net/p/getm/getm-setups $GETMDIR/../setups
Installation
- cmake $GETMDIR/src -DCMAKE_INSTALL_PREFIX=`pwd` -DGETM_EMBED_VERSION=ON -DGETM_USE_PARALLEL=ON -DGETM_USE_FABM=ON [-DGETM_USE_STATIC=ON] -DGOTM_BASE=$GOTMDIR -DFABM_BASE=$FABMDIR [-DCMAKE_Fortran_COMPILER=...] [-DCMAKE_Fortran_FLAGS=...] [-DGETM_FLAGS=...]
Setup configuration
Tools (namelists, plotting, gui, utils)
- git clone --recursive git://github.com/BoldingBruggeman/bbpy.git
- (cd bbpy/xmlstore && python setup.py install --user)
- (cd bbpy/xmlplot && python setup.py install --user)
- (cd bbpy/gotmgui && python setup.py install --user)
- (cd bbpy/editscenario && python setup.py install --user)
- ### add $HOME/.local/bin to your PATH
- git clone git://git.code.sf.net/p/getm-utils/git $GETMDIR/../utils