cfdm.Domain.climatological_time_axes

Domain.climatological_time_axes()[source]

Return all axes which are climatological time axes.

This is ascertained by inspecting the values returned by each coordinate construct’s is_climatology method.

New in version (cfdm): 1.8.9.0

Returns
set

The keys of the domain axis constructs that are climatological time axes.

Examples

>>> d = cfdm.example_domain(0)
>>> d.climatological_time_axes()
set()