Skip to content

Commit cef3828

Browse files
Correct graph
install_env_file should only run on first cycle
1 parent 9c59eac commit cef3828

File tree

1 file changed

+3
-3
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow

1 file changed

+3
-3
lines changed

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
medium = ensclus, heatwaves_coldwaves
88

99
[scheduling]
10-
initial cycle point = 2023-12-28
10+
initial cycle point = 2023-12-31
1111
[[graph]]
12-
P1D = "@wall_clock => install_env_file"
13-
R1 = """install_env_file => get_esmval => configure
12+
R1 = "install_env_file => get_esmval"
13+
P1D = """@wall_clock => get_esmval => configure
1414
configure => process<medium> => compare<medium>
1515
configure => process<fast> => compare<fast>"""
1616

0 commit comments

Comments
 (0)