Skip to content

Commit

Permalink
Merge pull request #216 from WilhelmusLab/refactor(workflow)--remove-…
Browse files Browse the repository at this point in the history
…implicit-tasks

refactor(workflow): remove implicit dummy tasks and replace with explicit ones
  • Loading branch information
hollandjg authored Jan 24, 2025
2 parents 668af3b + 07782d1 commit 2a024fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!jinja2

[scheduler]
allow implicit tasks = True

[task parameters]
satellite = {{ SATELLITES | join(", ")}}

Expand Down Expand Up @@ -86,6 +83,9 @@

JULIA_DEBUG="Main,IFTPipeline,IceFloeTracker"

[[done]]
script = """exit 0"""

[[INIT]]
[[init_soit]]
inherit = INIT
Expand Down

0 comments on commit 2a024fa

Please sign in to comment.