suite.rc
#!jinja2
[cylc]
UTC mode = True # Ignore DST
abort if any task fails = True
[scheduling]
initial cycle point = 20130601T00Z
final cycle point = 20130603T00Z
[[dependencies]]
[[[R1]]]
graph = """
fcm_make_navigate => navigate
write_start_position => navigate
"""
[[[PT3H]]]
graph = navigate[-PT3H] => navigate
[runtime]
[[root]]
script = rose task-run --verbose
[[[job]]]
execution time limit = PT3H
[[[events]]]
mail events = submission timeout, execution timeout
submission timeout = P1D
[[fcm_make_navigate]]
[[navigate]]
[[[environment]]]
POS_FPATH = $CYLC_SUITE_SHARE_PATH/position
TIME_INTERVAL_HRS = 3
[[write_start_position]]
script = echo '50.0 -3.0' > $CYLC_SUITE_SHARE_PATH/position