diff --git a/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/quick_start.rst b/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/quick_start.rst index a6985c768f..5e2f189f6e 100644 --- a/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/quick_start.rst +++ b/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/quick_start.rst @@ -12,11 +12,28 @@ Quick Start cd ESMValTool/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow rose edit -* Run the |RTW| at the Met Office, where ```` is a unique run name - relevant to the current configuration:: +* Run the |RTW|: - cylc install --run-name= -O metoffice - cylc play recipe_test_workflow/ + * at the Met Office:: + + export CYLC_VERSION=8 + cylc vip -O metoffice + + * on JASMIN: + + * add the following line to your ``~/.bashrc`` file to ensure the Cylc and + Rose executables can be found:: + + export PATH=/apps/jasmin/metomi/bin:$PATH + + * SSH to the Rose and Cylc server:: + + ssh -X cylc + + * run the RTW on JASMIN:: + + export CYLC_VERSION=8 + cylc vip -O jasmin * Browse the logs using `Cylc Review`_, a web service for browsing logs via an HTTP interface.