The resulting Cube, is now as expected:
>>> print cube
air_temperature (time: 3; latitude: 145; longitude: 192)
Dimension coordinates:
time x - -
latitude - x -
longitude - - x
Scalar coordinates:
height: 1.5 m
Attributes:
NCO: 4.1.0
original_name: mo: m01s03i236
Cell methods:
mean: time
Clearly this example exposes an area where Cube merge requires to be extended i.e. merging similar Cubes over a common and an already existing dimension.
My expectation is that users from the netCDF community would benefit greatest once this capability is available.
Hope this helps.
Regards,
-Bill
cube.attributes # local attributes, as at presernt
cube.globals # or cube.global_attributes
cubes = iris.load_cubes(filenames, callback, inherit_global_metadata=False)