Welcome to earthkit-workflows-anemoi documentation!
Warning
This documentation is work in progress.
The earthkit-workflows-anemoi package provides a framework for anemoi workflows utilising the earthkit-workflows package.
Quick overview
Earthkit-Workflows-Anemoi is a Python library for connecting anemoi-inference to earthkit-workflows. This allows inference tasks to be run as part of a larger DAG. It provides an API to directly create a graph consisting of initial condition retrieval and model execution, or to run inference off other source nodes which themselves are the initial conditions.
Installing
To install the package, you can use the following command:
pip install earthkit-workflows-anemoi
Get more information in the installing section.
Contributing
git clone ...
cd earthkit-workflows-anemoi
pip install .[dev]
License
earthkit-workflows-anemoi is available under the open source Apache License.