Welcome to eWaterCycle-Lorenz’s documentation!

This package is based on the Leaky bucket & is a wrapper for the lorenz-bmi model designed for the eWaterCycle platform.

The Lorenz-96 model as defined by Edward Lorenz (in 1996) is known for its chaotic behavior and thus often used in data assimilation.

This is the main reason for implementation on a hydrology platform: to test data assimilation techniques.

Installation

Install this package alongside your eWaterCycle installation

pip install ewatercycle-lorenz

Then HBV becomes available as one of the eWaterCycle models

from ewatercycle.models import Lorenz

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

Changelog can be found here

License

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