Welcome to eWaterCycle-HBV’s documentation!
HBV (Hydrologiska Byråns Vattenbalansavdelning) is a conceptual hydrological model. For more information on it’s history, see this paper.
This current implementation is without a snow reservoir.
This package is based on the Leaky bucket & is a wrapper for the HBV-bmi model designed for the eWaterCycle platform.
Installation
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
Implementing your own model
For more information on how this plugin works, and on how to implement your own model see the plugin guide
Changelog
Changes can be found in CHANGELOG.md on GitHub
License
This is a ewatercycle-plugin & thus this is distributed under the
same terms as the template: the
Apache-2.0 license.