ewatercycle-lorenz

Implementation of the lorenz-96 model for eWaterCycle


Keywords
Data, Assimilation, ewatercycle, hydrology
License
Apache-2.0
Install
pip install ewatercycle-lorenz==0.1.1

Documentation

eWaterCycle plugin - Lorenz

docs badge PyPI github license badge fair-software badge

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

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

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.