Skip to content

Developer Guide

Emma Hogan edited this page Feb 20, 2023 · 33 revisions

Cylc recommendations

See the Cylc: Workflow Design Guide.

Run the tests locally

  • Run the workflow tests; navigate to the directory containing the user workflow:
    cd <path_to>/CMEW/CMEW
    
    then run:
    export CYLC_VERSION=8
    cylc vip -O metoffice -O test
    

Build the documentation locally

  • Build the documentation:
    cd <path_to>/CMEW/doc
    make html
    
  • View the documentation:
    gio open build/html/index.html
    

Validate the workflow locally

Clone this wiki locally