improver.cli.aggregate_reliability_tables module

CLI to aggregate reliability tables.

process(*cubes, coordinates=None)[source]

Aggregate reliability tables.

Aggregate multiple reliability calibration tables and/or aggregate over coordinates within the table(s) to produce a new reliability calibration table.

Parameters:
  • cubes (list of iris.cube.Cube) – The cube or cubes containing the reliability calibration tables to aggregate.

  • coordinates (list) – A list of coordinates over which to aggregate the reliability calibration table using summation. If the list is empty and a single cube is provided, this cube will be returned unchanged.

Returns:

Aggregated reliability table.

Return type:

iris.cube.Cube