Skip to content

Commit

Permalink
Merge pull request #6454 from wxtim/remove_UTC_mode_from_examples
Browse files Browse the repository at this point in the history
Remove `UTC mode` from tutorial workflows
  • Loading branch information
markgrahamdawson authored Nov 19, 2024
2 parents c4ec05b + 6ae970b commit 791c0ce
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions cylc/flow/etc/tutorial/consolidation-tutorial/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!jinja2
[scheduler]
UTC mode = True

[scheduling]
# Start the workflow 7 hours before now ignoring minutes and seconds
# * previous(T-00) takes the current time ignoring minutes and seconds.
Expand Down
2 changes: 0 additions & 2 deletions cylc/flow/etc/tutorial/cylc-forecasting-workflow/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!jinja2
[scheduler]
UTC mode = True
[task parameters]
# A list of the weather stations we will be fetching observations from.
station = camborne, heathrow, shetland, aldergrove
Expand Down
3 changes: 0 additions & 3 deletions cylc/flow/etc/tutorial/retries-tutorial/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[scheduler]
UTC mode = True # Ignore DST

[scheduling]
[[graph]]
R1 = start => roll_doubles => win
Expand Down
2 changes: 0 additions & 2 deletions cylc/flow/etc/tutorial/runtime-introduction/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!jinja2
[scheduler]
UTC mode = True
[scheduling]
initial cycle point = 2000-01-01T00Z
final cycle point = 2000-01-01T06Z
Expand Down
1 change: 0 additions & 1 deletion cylc/flow/etc/tutorial/runtime-tutorial/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!jinja2
[scheduler]
UTC mode = True
allow implicit tasks = True # TODO: remove at end of exercise

[scheduling]
Expand Down

0 comments on commit 791c0ce

Please sign in to comment.