Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ MAP_FILE=map.html
MAP_TEMPLATE=map-template.html
SPLINE_LEVEL=0

CYLC_TASK_CYCLE_POINT=20171101T0000Z
CYLC_TASK_CYCLE_POINT=20251105T0000Z
RESOLUTION=0.2
DOMAIN=-12,48,5,61
215 changes: 150 additions & 65 deletions metomi/rose/etc/tutorial/test-data/rainfall.csv

Large diffs are not rendered by default.

65 changes: 0 additions & 65 deletions metomi/rose/etc/tutorial/test-data/wind_20171101T0000Z_x.csv
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We wave goodbye to that storm from 2017 👋

This file was deleted.

65 changes: 0 additions & 65 deletions metomi/rose/etc/tutorial/test-data/wind_20171101T0000Z_y.csv

This file was deleted.

150 changes: 150 additions & 0 deletions metomi/rose/etc/tutorial/test-data/wind_20251105T1100Z_x.csv

Large diffs are not rendered by default.

150 changes: 150 additions & 0 deletions metomi/rose/etc/tutorial/test-data/wind_20251105T1100Z_y.csv

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions sphinx/tutorial/rose/suites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Using a Rose workflow configuration with Cylc 8
[template variables]
station="camborne", "heathrow", "shetland", "aldergrove"
RESOLUTION=0.2
DOMAIN=-12,48,5,61
DOMAIN=-12,46,12,61

Note that template variable strings must be quoted.

Expand Down Expand Up @@ -520,16 +520,18 @@ Rose Applications In Rose Suite Configurations

#. **View output in Cylc Review.**

.. note::
Navigate to your site's Cylc Review page (ask your local expert if
one has been set up).

``cylc review`` replaces the Rose Bush utility. It is a Cylc 7
command that can view Cylc 7 and Cylc 8 workflows.
.. note:: Manually starting Cylc Review
Copy link
Contributor Author

@wxtim wxtim Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rose-bush's rebrand was 7 Years ago! cylc/cylc-flow#2614


Either navigate to your site's Cylc Review page if one has been set up, or
start a Cylc Review server by running the following command and open
the printed URL::
``cylc review`` is a Cylc 7 utility which can view Cylc 8 workflows.

If you have Cylc 7 installed you can start a Cylc Review server by
running the following command and opening the printed URL::

CYLC_VERSION=7 cylc review start

cylc review start

Navigate to your latest rose-suite-tutorial run and click
the "task jobs list".
Expand Down