We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Document a use case we occasionally see at our site where a workflow must cycle over an irregular list of dates.
Illustrative example:
#!jinja2 {% set dates = ['2000-01-01', '2022-01-05', '2024-01-07', '2024-01-10'] %} [scheduling] initial cycle point = 1000-01-01 [[graph]] {% for date in dates %} R1/{{date}} = "task1" {% endfor %}
These workflows are often used for "case studies":
The text was updated successfully, but these errors were encountered:
Not dissimilar to https://github.com/wxtim/workflows/blob/cylc-8/strange-parameters/flow.cylc which uses a custom prime number cycling.
Sorry, something went wrong.
Closed by #6349
oliver-sanders
No branches or pull requests
Document a use case we occasionally see at our site where a workflow must cycle over an irregular list of dates.
Illustrative example:
These workflows are often used for "case studies":
The text was updated successfully, but these errors were encountered: