Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 643 Bytes

HBV on DAFNI

release build

This DAFNI model runs an HBV simulation using preprocessed input data.

Usage

docker build -t hbv-dafni .
docker run -v "<absolute_path_of_data_directory>:/data" --name hbv-dafni hbv-dafni

or

python run.py

Documentation

hbv-dafni.md

To build the documentation:

cd docs
python build_docs.py