calc_tim_mean# mhm_tools.post.taylor_diagram.calc_tim_mean(da: DataArray) → DataArray[source]# Return the spatial mean time series (mean over lat/lon) of a DataArray. Raises: ValueError – If the input lacks a ‘time’ dimension or has <= 1 time step.