We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c59eac commit cef3828Copy full SHA for cef3828
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc
@@ -7,10 +7,10 @@
7
medium = ensclus, heatwaves_coldwaves
8
9
[scheduling]
10
- initial cycle point = 2023-12-28
+ initial cycle point = 2023-12-31
11
[[graph]]
12
- P1D = "@wall_clock => install_env_file"
13
- R1 = """install_env_file => get_esmval => configure
+ R1 = "install_env_file => get_esmval"
+ P1D = """@wall_clock => get_esmval => configure
14
configure => process<medium> => compare<medium>
15
configure => process<fast> => compare<fast>"""
16
0 commit comments