gordias.config.equalize_global_attributes#

gordias.config.equalize_global_attributes(cubes: CubeList) list[str]#

Remove global attributes that are different between all cubes.

A list is returned containing the set of removed attributes names and values.

Parameters:

cubes (iris.cube.CubeList) – A list of cubes.

Returns:

A list of string containing the names and values of the removed global attributes.

Return type:

list[str]