File tree 1 file changed +21
-4
lines changed
esmvaltool/utils/recipe_test_workflow/doc/source/user_guide
1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,28 @@ Quick Start
12
12
cd ESMValTool/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
13
13
rose edit
14
14
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 |:
17
16
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
20
37
21
38
* Browse the logs using `Cylc Review `_, a web service for browsing logs via an
22
39
HTTP interface.
You can’t perform that action at this time.
0 commit comments