Skip to content

Commit

Permalink
#3060: Update quick start documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Oct 18, 2023
1 parent 24a8e3b commit 49ac5ad
Showing 1 changed file with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``<run-name>`` is a unique run name
relevant to the current configuration::
* Run the |RTW|:

cylc install --run-name=<run-name> -O metoffice
cylc play recipe_test_workflow/<run-name>
* 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.

0 comments on commit 49ac5ad

Please sign in to comment.