Skip to content

Commit

Permalink
Correct graph
Browse files Browse the repository at this point in the history
install_env_file should only run on first cycle
  • Loading branch information
alistairsellar committed Jan 3, 2024
1 parent 9c59eac commit cef3828
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<medium> => compare<medium>
configure => process<fast> => compare<fast>"""

Expand Down

0 comments on commit cef3828

Please sign in to comment.