diff --git a/src/CSET/cset_workflow/flow.cylc b/src/CSET/cset_workflow/flow.cylc index ceb172712..b41a1d3ef 100644 --- a/src/CSET/cset_workflow/flow.cylc +++ b/src/CSET/cset_workflow/flow.cylc @@ -100,6 +100,12 @@ final cycle point = {{CSET_TRIAL_END_DATE}} [[[environment]]] ANALYSIS_LENGTH = {{ANALYSIS_LENGTH}} + [[PARBAKE]] + script = rose task-run -v --app-key=parbake_recipes + execution time limit = PT5M + [[[environment]]] + ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}} + [[METPLUS]] [[[environment]]] {% if METPLUS_GRID_STAT|default(False) %} @@ -155,17 +161,12 @@ final cycle point = {{CSET_TRIAL_END_DATE}} [[parbake_recipes]] # Parbake all the recipes for this cycle. - script = rose task-run -v --app-key=parbake_recipes - execution time limit = PT5M - [[[environment]]] - ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}} + inherit=PARBAKE [[parbake_aggregation_recipes]] # Parbake all the aggregation recipes. - script = rose task-run -v --app-key=parbake_recipes - execution time limit = PT5M + inherit=PARBAKE [[[environment]]] - ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}} DO_CASE_AGGREGATION = True [[bake_recipes]]