Skip to content

Commit 49ac5ad

Browse files
committed
#3060: Update quick start documentation
1 parent 24a8e3b commit 49ac5ad

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

Diff for: esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/quick_start.rst

+21-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,28 @@ Quick Start
1212
cd ESMValTool/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
1313
rose edit
1414

15-
* Run the |RTW| at the Met Office, where ``<run-name>`` is a unique run name
16-
relevant to the current configuration::
15+
* Run the |RTW|:
1716

18-
cylc install --run-name=<run-name> -O metoffice
19-
cylc play recipe_test_workflow/<run-name>
17+
* at the Met Office::
18+
19+
export CYLC_VERSION=8
20+
cylc vip -O metoffice
21+
22+
* on JASMIN:
23+
24+
* add the following line to your ``~/.bashrc`` file to ensure the Cylc and
25+
Rose executables can be found::
26+
27+
export PATH=/apps/jasmin/metomi/bin:$PATH
28+
29+
* SSH to the Rose and Cylc server::
30+
31+
ssh -X cylc
32+
33+
* run the RTW on JASMIN::
34+
35+
export CYLC_VERSION=8
36+
cylc vip -O jasmin
2037

2138
* Browse the logs using `Cylc Review`_, a web service for browsing logs via an
2239
HTTP interface.

0 commit comments

Comments
 (0)