Skip to content

C2SM/Sirocco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sirocco

Sirocco is 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 please install it

pip install hatch
hatch test # run tests
hatch fmt # run formatting
hatch run docs:build # build docs
hatch run docs:serve # live preview of doc for development

Resources