@@ -537,6 +537,10 @@ A list of times, separated by semicolons, can be provided, e.g.
537
537
brackets, and if more than one is given, the major time unit in each (hours
538
538
or minutes) should be of the same type.
539
539
540
+ .. note ::
541
+
542
+ In this context ``T-00 `` "-" is a placeholder for the hours column.
543
+
540
544
If an offset from the specified datetime is required, this should be
541
545
of the form ``previous(Thh:mm) +/- PxTy `` as is used
542
546
for determining cycle periods, e.g.
@@ -2017,7 +2021,7 @@ lowest-valued point with :term:`active` or :term:`incomplete` tasks present.
2017
2021
2018
2022
The runahead limit can be set with :cylc:conf: `[scheduling]runahead limit `,
2019
2023
to an integer interval (for datetime or integer cycling workflows) or to
2020
- a datetime interval (datetime cycling only).
2024
+ a datetime interval (datetime cycling only).
2021
2025
2022
2026
The integer format ``Pn `` is an interval that spans ``n+1 `` consecutive cycle
2023
2027
points, regardless of how the cycle point values increment from one point to
@@ -2041,8 +2045,8 @@ finishes and allows the runahead limit to move on:
2041
2045
[[graph]]
2042
2046
P2 = foo # cycle points 1, 3, 5, 7, 9, ...
2043
2047
2044
- The active cycle points in this workflow, at some point during the run,
2045
- might be ``29, 31, 33, 35 ``, for example.
2048
+ The active cycle points in this workflow, at some point during the run,
2049
+ might be ``29, 31, 33, 35 ``, for example.
2046
2050
2047
2051
.. code-block :: cylc
2048
2052
@@ -2074,7 +2078,7 @@ they might be ``2060, 2061, 2062, 2063, 2064``.
2074
2078
.. note ::
2075
2079
2076
2080
To restrict activity to a single cycle point at a time (just the base point)
2077
- use a null runahead interval: ``P0 `` or (e.g.) ``PT0H ``.
2081
+ use a null runahead interval: ``P0 `` or (e.g.) ``PT0H ``.
2078
2082
2079
2083
2080
2084
.. note ::
0 commit comments