Skip to content

Home

WcFlow a library for creating weather and climate workflows from a yaml format inspired by cylc using AiiDA as workflow engine.

Install

To install it please use

pip install -e .

Developer tools

To manage the repo we use [hatch]{.title-ref} please install it

pip install hatch
hatch test              # run tests
hatch test -- -n auto   # run tests in parallel (faster)
hatch fmt               # run formatting
hatch run docs:build    # build docs
hatch run docs:serve    # live preview of doc for development

Resources