A standalone version of the Generalized Asymmetric Holland Model, GAHM, which is used as NWS=20 in ADCIRC
Note that this library is under construction and is not currently in a working state
GAHM is built using the CMake build system, C++14, Boost, and SWIG. GAHM can be built as either static or shared library. The library contains interfaces for C++, Fortran, and Python. The SWIG library is used to generate a Python interface to GAHM as an option.
Documentation is provided via Doxygen and Github Pages here.
mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=g++
make -j4
make test