Skip to content

adcirc/gahm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generalized Asymmetric Holland Model (GAHM)

A standalone version of the Generalized Asymmetric Holland Model, GAHM, which is used as NWS=20 in ADCIRC

Repository Metrics

CircleCI Codacy Badge Coverage Status

Under Construction

Note that this library is under construction and is not currently in a working state

Building GAHM

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

Documentation is provided via Doxygen and Github Pages here.

Sample build command

mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=g++
make -j4
make test

About

Generalized Asymmetric Holland Model Implementation

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors