cf.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_climatologymethod.New in version (cfdm): 1.8.9.0
- Returns
setThe keys of the domain axis constructs that are climatological time axes.
Examples
>>> d = cf.example_domain(0) >>> d.climatological_time_axes() set()