.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/cd-pypi.yml
.github/workflows/ci.yml
.github/workflows/label-public-prs.yml
.github/workflows/python-pull-request.yml
.github/workflows/readthedocs-pr-update.yml
.github/workflows/test-pypi.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installing.rst
docs/overview.rst
docs/api/fluent.rst
docs/api/inference.rst
docs/usage/datasets.rst
docs/usage/inference.rst
src/earthkit/workflows/plugins/anemoi/__init__.py
src/earthkit/workflows/plugins/anemoi/_version.py
src/earthkit/workflows/plugins/anemoi/fluent.py
src/earthkit/workflows/plugins/anemoi/inference.py
src/earthkit/workflows/plugins/anemoi/input.py
src/earthkit/workflows/plugins/anemoi/runner.py
src/earthkit/workflows/plugins/anemoi/types.py
src/earthkit_workflows_anemoi.egg-info/PKG-INFO
src/earthkit_workflows_anemoi.egg-info/SOURCES.txt
src/earthkit_workflows_anemoi.egg-info/dependency_links.txt
src/earthkit_workflows_anemoi.egg-info/not-zip-safe
src/earthkit_workflows_anemoi.egg-info/requires.txt
src/earthkit_workflows_anemoi.egg-info/top_level.txt
tests/__init__.py
tests/test_datasets.py
tests/test_fluent.py
tests/test_inference.py
tests/checkpoints/.gitignore
tests/checkpoints/full_atmo.yaml
tests/checkpoints/pressure.yaml
tests/checkpoints/simple.yaml
tests/checkpoints/surface.yaml
tests/configs/simple.yaml