This package is based on the Leaky bucket & is a wrapper for the HBV-bmi model.
HBV (Hydrologiska Byråns Vattenbalansavdelning) is a conceptual hydrological model. For more information on its history, see this paper. The actual model implemented here sit looks most like the original model from 1976. See documentation for schematic of model layout.
Install this package alongside your eWaterCycle installation
pip install ewatercycle-hbv
Then HBV becomes available as one of the eWaterCycle models
from ewatercycle.models import HBV
Some basic documentation can be found here
Changes can be found in CHANGELOG.md on GitHub
For more information on how this plugin works, and on how to implement your own model see the plugin guide
This is a ewatercycle-plugin
& thus this is distributed under the same terms as the template: the Apache-2.0 license.