An error occurred while loading the file. Please try again.
-
Guillaume Perréal authored
... et ouvre la page de doc dans le navigateur.
4c1b46fc
This project manages its dependencies using Composer.
Learn more
README.md 470 bytes
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