evalhyd

Utility to evaluate deterministic and probabilistic streamflow predictions

Documentation: https://hycar-hydro.gitlab.irstea.page/evalhyd/evalhyd-docs/cpp

How to build

Configure project in debug mode finding libraries in conda environment:

cmake -B build/ -D CMAKE_BUILD_TYPE=Debug -D CMAKE_PREFIX_PATH="$CONDA_PREFIX"

Compile with:

cmake --build build/ --parallel 2

Run tests with:

./build/tests/evalhyd_tests  

How to install

cmake --install build/ --prefix <path>