From 34a4d2636eded1da8ded44f740c01500e7b22be7 Mon Sep 17 00:00:00 2001 From: Tim Pillinger Date: Tue, 26 Nov 2024 13:56:45 +0000 Subject: [PATCH] Remove reference to UTC mode (setting now sensibly defaults to true in Cylc) from workflows. --- sphinx/tutorial/rose/furthertopics/command-keys.rst | 2 -- sphinx/tutorial/rose/furthertopics/polling.rst | 2 -- sphinx/tutorial/rose/furthertopics/rose-arch.rst | 1 - sphinx/tutorial/rose/furthertopics/rose-bunch.rst | 2 -- sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst | 4 +--- sphinx/tutorial/rose/suites.rst | 4 ---- 6 files changed, 1 insertion(+), 14 deletions(-) diff --git a/sphinx/tutorial/rose/furthertopics/command-keys.rst b/sphinx/tutorial/rose/furthertopics/command-keys.rst index 0bacfdaa21..a20caa63f6 100644 --- a/sphinx/tutorial/rose/furthertopics/command-keys.rst +++ b/sphinx/tutorial/rose/furthertopics/command-keys.rst @@ -25,8 +25,6 @@ looks like this: .. code-block:: cylc - [scheduler] - UTC mode = True # Ignore DST [scheduling] [[graph]] R1 = gather_ingredients => breadmaker diff --git a/sphinx/tutorial/rose/furthertopics/polling.rst b/sphinx/tutorial/rose/furthertopics/polling.rst index 7551fb7824..bdff66356f 100644 --- a/sphinx/tutorial/rose/furthertopics/polling.rst +++ b/sphinx/tutorial/rose/furthertopics/polling.rst @@ -23,8 +23,6 @@ file that looks like this: .. code-block:: cylc - [scheduler] - UTC mode = True # Ignore DST [scheduling] [[graph]] R1 = """ diff --git a/sphinx/tutorial/rose/furthertopics/rose-arch.rst b/sphinx/tutorial/rose/furthertopics/rose-arch.rst index f63acdb1ba..e1d86ec950 100644 --- a/sphinx/tutorial/rose/furthertopics/rose-arch.rst +++ b/sphinx/tutorial/rose/furthertopics/rose-arch.rst @@ -24,7 +24,6 @@ file that looks like this: .. code-block:: cylc [scheduler] - UTC mode = True # Ignore DST [[events]] abort on workflow timeout = True workflow timeout = PT1H diff --git a/sphinx/tutorial/rose/furthertopics/rose-bunch.rst b/sphinx/tutorial/rose/furthertopics/rose-bunch.rst index 1c461d13ed..7a196d5fe8 100644 --- a/sphinx/tutorial/rose/furthertopics/rose-bunch.rst +++ b/sphinx/tutorial/rose/furthertopics/rose-bunch.rst @@ -54,8 +54,6 @@ file that looks like this: .. code-block:: cylc - [scheduler] - UTC mode = True # Ignore DST [scheduling] [[graph]] R1 = lander diff --git a/sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst b/sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst index 1d54aaf786..d5150c1331 100644 --- a/sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst +++ b/sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst @@ -134,9 +134,7 @@ The ``flow.cylc`` file Next we will look at the ``rose-stem/flow.cylc`` file. -The ``flow.cylc`` file starts off with ``UTC mode = True``, which you -should already be :ref:`familiar with `. -The next part is a Jinja2 block which links the group names the user +The section is a Jinja2 block which links the group names the user can specify with the :term:`graph ` for that group. In this case, the group ``command_spaceship`` gives you the graph: diff --git a/sphinx/tutorial/rose/suites.rst b/sphinx/tutorial/rose/suites.rst index 65bb503120..858b96bd32 100644 --- a/sphinx/tutorial/rose/suites.rst +++ b/sphinx/tutorial/rose/suites.rst @@ -193,8 +193,6 @@ Using a Rose workflow configuration with Cylc 8 .. code-block:: diff + #!jinja2 - [scheduler] - UTC mode = True #. **Write suite metadata** @@ -255,8 +253,6 @@ Using a Rose workflow configuration with Cylc 8 .. code-block:: diff - [scheduler] - UTC mode = True [task parameters] # A list of the weather stations we will be fetching observations from. - station = camborne, heathrow, shetland, aldergrove