Skip to content

Daafip/ewatercycle-hbv

Repository files navigation

eWaterCycle plugin - HBV

Python package docs badge PyPI github license badge fair-software badge Quality Gate Status

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.

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

Documentation

Some basic documentation can be found here

Changelog

Changes can be found in CHANGELOG.md on GitHub

Implementing your own model

For more information on how this plugin works, and on how to implement your own model see the plugin guide

License

This is a ewatercycle-plugin & thus this is distributed under the same terms as the template: the Apache-2.0 license.