Skip to content

Commit dda5db9

Browse files
committed
Move parbake runtime configuration into family
1 parent b5b7483 commit dda5db9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/CSET/cset_workflow/flow.cylc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ final cycle point = {{CSET_TRIAL_END_DATE}}
100100
[[[environment]]]
101101
ANALYSIS_LENGTH = {{ANALYSIS_LENGTH}}
102102

103+
[[PARBAKE]]
104+
script = rose task-run -v --app-key=parbake_recipes
105+
execution time limit = PT5M
106+
[[[environment]]]
107+
ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}}
108+
103109
[[METPLUS]]
104110
[[[environment]]]
105111
{% if METPLUS_GRID_STAT|default(False) %}
@@ -155,17 +161,12 @@ final cycle point = {{CSET_TRIAL_END_DATE}}
155161

156162
[[parbake_recipes]]
157163
# Parbake all the recipes for this cycle.
158-
script = rose task-run -v --app-key=parbake_recipes
159-
execution time limit = PT5M
160-
[[[environment]]]
161-
ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}}
164+
inherit=PARBAKE
162165

163166
[[parbake_aggregation_recipes]]
164167
# Parbake all the aggregation recipes.
165-
script = rose task-run -v --app-key=parbake_recipes
166-
execution time limit = PT5M
168+
inherit=PARBAKE
167169
[[[environment]]]
168-
ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}}
169170
DO_CASE_AGGREGATION = True
170171

171172
[[bake_recipes]]

0 commit comments

Comments
 (0)