Skip to content

Commit

Permalink
Merge pull request #5792 from cylc/8.2.x-sync
Browse files Browse the repository at this point in the history
🤖 Merge 8.2.x-sync into master
  • Loading branch information
MetRonnie authored Oct 27, 2023
2 parents 8606f93 + 8833e3a commit f768aad
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
UTC mode = True

[scheduling]
# Start the workflow 7 hours before now ignoring minutes and seconds
# * previous(T-00) takes the current time ignoring minutes and seconds.
# * - PT7H subtracts 7 hours from the time.
initial cycle point = previous(T-00) - PT7H
# Stop the workflow 6 hours after the initial cycle point.
final cycle point = +PT6H
# TODO: Set initial cycle point
# TODO: Set final cycle point
[[graph]]
# Repeat every three hours starting at the initial cycle point.
PT3H = """
Expand All @@ -34,13 +30,5 @@
"""

[runtime]
[[get_observations_camborne]]
[[get_observations_heathrow]]
[[get_observations_aldergrove]]
[[get_observations_shetland]]
[[consolidate_observations]]
[[forecast]]
[[get_rainfall]]
[[post_process_exeter]]

{% include 'etc/python-job.settings' %}
%include 'etc/python-job.settings'

0 comments on commit f768aad

Please sign in to comment.