From 336ec560396184fb1867d29c1bcc10af8b3e58b4 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:53:01 +0100 Subject: [PATCH] Tutorials: add back missing runtime sections This partially reverts #5744. These empty runtime sections are needed to allow users to run the workflow after adding the `get_observations` runtime --- cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc b/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc index 5356e113973..cc6f38be4dc 100644 --- a/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc +++ b/cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc @@ -30,5 +30,9 @@ """ [runtime] + [[consolidate_observations]] + [[forecast]] + [[get_rainfall]] + [[post_process_exeter]] %include 'etc/python-job.settings'