Skip to content

OpenCLIM/hbv-dafni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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