-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve flow.cylc
reference docs
#4846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Jotted some thoughts down.
- Built docs locally.
cylc/flow/cfgspec/workflow.py
Outdated
If ``True``, the workflow will use UTC as the time zone for | ||
cycle points and timestamps in the logs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible alt, take or leave.
If ``True``, the workflow will use UTC as the time zone for | |
cycle points and timestamps in the logs. | |
If ``True``, the workflow logs will use UTC as the time zone for | |
cycle points and timestamps. | |
If ``False`` System time will be used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually when I think about it, UTC mode only affects the log timestamps ever since #4457. Updated this description accordingly
cylc/flow/cfgspec/workflow.py
Outdated
|
||
If instead you only want to set a time zone for cycle points, | ||
leaving log timestamps to use the local/system time zone, | ||
see :cylc:conf:`flow.cylc[scheduler]cycle point time zone`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see :cylc:conf:`flow.cylc[scheduler]cycle point time zone`. | |
see :cylc:conf:`flow.cylc[scheduler]cycle point time zone`. | |
(`cycle point time zone` defaults to UTC.) |
this to ``False``. | ||
.. admonition:: Cylc 7 compatibility mode | ||
|
||
In :ref:`Cylc_7_compat_mode`, implicit tasks are still |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have I missed a discussion about this?
There's a slight inconsistency in that I thought that we were going to allow implicit tasks in compatibility mode, unless a rose-suite.conf is present (since Rose 2019 had behaviour equivalent to implicit tasks = False
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, that was never updated in the docs
This is a small change with no associated Issue.
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.