Skip to content

Commit

Permalink
respond to @joeHickson comments (#5744)
Browse files Browse the repository at this point in the history
Return tutorial workflow to a state where the student must make changes to have it work.
  • Loading branch information
wxtim authored Oct 27, 2023
1 parent 8a0b98e commit 8833e3a
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 8833e3a

Please sign in to comment.