Skip to content

Commit ca904e8

Browse files
committed
Pass histogram method through recipes
1 parent c1514bc commit ca904e8

10 files changed

+11
-0
lines changed

src/CSET/recipes/generic_level_histogram_series.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ steps:
3434
# stamp_coordinate and single_plot optional and only required for ensemble data
3535
stamp_coordinate: "realization"
3636
single_plot: False
37+
histogram_method: $HISTOGRAM_METHOD
3738

3839
- operator: write.write_cube_to_nc
3940
overwrite: True

src/CSET/recipes/generic_level_histogram_series_case_aggregation_all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ steps:
3535

3636
- operator: plot.plot_histogram_series
3737
sequence_coordinate: realization
38+
histogram_method: $HISTOGRAM_METHOD
39+
3840

3941
- operator: write.write_cube_to_nc
4042
overwrite: True

src/CSET/recipes/generic_level_histogram_series_case_aggregation_hour_of_day.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ steps:
4141
# stamp_coordinate and single_plot optional and only required for ensemble data
4242
stamp_coordinate: "realization"
4343
single_plot: False
44+
histogram_method: $HISTOGRAM_METHOD
4445

4546
- operator: write.write_cube_to_nc
4647
overwrite: True

src/CSET/recipes/generic_level_histogram_series_case_aggregation_lead_time.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ steps:
3838
# stamp_coordinate and single_plot optional and only required for ensemble data
3939
stamp_coordinate: "realization"
4040
single_plot: False
41+
histogram_method: $HISTOGRAM_METHOD
4142

4243
- operator: write.write_cube_to_nc
4344
overwrite: True

src/CSET/recipes/generic_level_histogram_series_case_aggregation_validity_time.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ steps:
3838
# stamp_coordinate and single_plot optional and only required for ensemble data
3939
stamp_coordinate: "realization"
4040
single_plot: False
41+
histogram_method: $HISTOGRAM_METHOD
4142

4243
- operator: write.write_cube_to_nc
4344
overwrite: True

src/CSET/recipes/generic_surface_histogram_series.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ steps:
4848

4949
- operator: plot.plot_histogram_series
5050
sequence_coordinate: $SEQUENCE
51+
histogram_method: $HISTOGRAM_METHOD

src/CSET/recipes/generic_surface_histogram_series_case_aggregation_all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ steps:
3939

4040
- operator: plot.plot_histogram_series
4141
sequence_coordinate: realization
42+
histogram_method: $HISTOGRAM_METHOD

src/CSET/recipes/generic_surface_histogram_series_case_aggregation_hour_of_day.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ steps:
4242

4343
- operator: plot.plot_histogram_series
4444
sequence_coordinate: hour
45+
histogram_method: $HISTOGRAM_METHOD

src/CSET/recipes/generic_surface_histogram_series_case_aggregation_lead_time.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ steps:
3939

4040
- operator: plot.plot_histogram_series
4141
sequence_coordinate: forecast_period
42+
histogram_method: $HISTOGRAM_METHOD

src/CSET/recipes/generic_surface_histogram_series_case_aggregation_validity_time.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ steps:
3939

4040
- operator: plot.plot_histogram_series
4141
sequence_coordinate: time
42+
histogram_method: $HISTOGRAM_METHOD

0 commit comments

Comments
 (0)