improver.cli.wet_bulb_temperature_integral module

Script to calculate wet bulb temperature integral.

process(wet_bulb_temperature, *, model_id_attr=None)[source]

Module to calculate wet bulb temperature integral.

Calculate the wet-bulb temperature integral using the input wet bulb temperature data. The integral will be calculated at the height levels on which the wet bulb temperatures are provided.

Parameters:
  • wet_bulb_temperature (iris.cube.Cube) – Cube of wet bulb temperatures on height levels.

  • model_id_attr (str) – Name of the attribute used to identify the source model for blending.

Returns:

Processed Cube of wet bulb integrals.

Return type:

iris.cube.Cube