From cef38288064c170f4680b17ef43e74f15e38a33b Mon Sep 17 00:00:00 2001 From: "alistair.sellar" Date: Wed, 3 Jan 2024 08:50:05 +0000 Subject: [PATCH] Correct graph install_env_file should only run on first cycle --- .../recipe_test_workflow/recipe_test_workflow/flow.cylc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc index fb4c30ae17..1081ee7dca 100644 --- a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc +++ b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc @@ -7,10 +7,10 @@ medium = ensclus, heatwaves_coldwaves [scheduling] - initial cycle point = 2023-12-28 + initial cycle point = 2023-12-31 [[graph]] - P1D = "@wall_clock => install_env_file" - R1 = """install_env_file => get_esmval => configure + R1 = "install_env_file => get_esmval" + P1D = """@wall_clock => get_esmval => configure configure => process => compare configure => process => compare"""