Skip to content

Commit

Permalink
Rename parallel to steps in recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo committed Aug 22, 2024
1 parent 15e4a2b commit 613df97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/CSET/recipes/generic_mlevel_spatial_plot_sequence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: $MODEL_NAME $VARNAME $MLEVEL Level Spatial Plot
description: |
Extracts ands plots the $VARNAME from a file at model level $MLEVEL.
parallel:
steps:
- operator: read.read_cubes
constraint:
operator: constraints.combine_constraints
Expand Down
2 changes: 1 addition & 1 deletion src/CSET/recipes/generic_plevel_spatial_plot_sequence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: $MODEL_NAME $VARNAME $PLEVEL Level Spatial Plot
description: |
Extracts ands plots the $PLEVELNAME from $MODEL_NAME at pressure level $PLEVEL.
parallel:
steps:
- operator: read.read_cube
constraint:
operator: constraints.combine_constraints
Expand Down
2 changes: 1 addition & 1 deletion src/CSET/recipes/generic_surface_histogram_series.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
integrates to 1. stacked is set to True so the sum of the histograms is
normalized to 1.
parallel:
steps:
- operator: read.read_cube
constraint:
operator: constraints.combine_constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ category: Time Series
title: $MODEL_NAME Time series of $VARNAME at $LATITUDE_POINT N, $LONGITUDE_POINT E
description: Plots a time series of the surface $VARNAME at a selected gridpoint.

# Parallel steps.
parallel:
steps:
- operator: read.read_cube
constraint:
operator: constraints.combine_constraints
Expand Down
2 changes: 1 addition & 1 deletion src/CSET/recipes/inflow_layer_properties_plot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: $MODEL_NAME Inflow layer properties plot
description: |
Extracts data required for, and calculates the Inflow properties diagnostic, plotting on a spatial map.
parallel:
steps:
- operator: read.read_cubes

- operator: convection.inflow_layer_properties
Expand Down

0 comments on commit 613df97

Please sign in to comment.