improver.cli.uv_index module

Script to run the UV index plugin.

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

Calculate the UV index using the data in the input cubes.

Calculate the uv index using the radiation flux in UV downward at surface.

Parameters:
  • uv_flux_down (iris.cube.Cube) – Cube of radiation flux in UV downwards at surface.

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

Returns:

Processed Cube.

Return type:

iris.cube.Cube