From 8833e3ac89cd53cbbdc0da1c43fe477c86f9bddf Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:34:39 +0100 Subject: [PATCH] respond to @joehickson comments (#5744) Return tutorial workflow to a state where the student must make changes to have it work. --- .../etc/tutorial/runtime-tutorial/flow.cylc | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc b/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc index 4593c75a68e..5356e113973 100644 --- a/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc +++ b/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc @@ -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 = """ @@ -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'