Skip to content

Commit 4d4377d

Browse files
committed
added a note to explain hour placeholder in icp = next (T-??)
1 parent 4091886 commit 4d4377d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,10 @@ A list of times, separated by semicolons, can be provided, e.g.
537537
brackets, and if more than one is given, the major time unit in each (hours
538538
or minutes) should be of the same type.
539539

540+
.. note::
541+
542+
In this context ``T-00`` "-" is a placeholder for the hours column.
543+
540544
If an offset from the specified datetime is required, this should be
541545
of the form ``previous(Thh:mm) +/- PxTy`` as is used
542546
for determining cycle periods, e.g.
@@ -2017,7 +2021,7 @@ lowest-valued point with :term:`active` or :term:`incomplete` tasks present.
20172021

20182022
The runahead limit can be set with :cylc:conf:`[scheduling]runahead limit`,
20192023
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).
20212025

20222026
The integer format ``Pn`` is an interval that spans ``n+1`` consecutive cycle
20232027
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:
20412045
[[graph]]
20422046
P2 = foo # cycle points 1, 3, 5, 7, 9, ...
20432047
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.
20462050

20472051
.. code-block:: cylc
20482052
@@ -2074,7 +2078,7 @@ they might be ``2060, 2061, 2062, 2063, 2064``.
20742078
.. note::
20752079

20762080
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``.
20782082

20792083

20802084
.. note::

0 commit comments

Comments
 (0)