Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions src/CSET/cset_workflow/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -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) %}
Expand Down Expand Up @@ -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]]
Expand Down