climpred.classes.PredictionEnsemble.chunksizes

property PredictionEnsemble.chunksizes: Mapping[Hashable, Tuple[int, ...]]

Return chunksizes of PredictionEnsemble.

Mapping from dimension names to block lengths for this dataset’s data, or None if the underlying data is not a dask array. Cannot be modified directly, but can be modified by calling .chunk(). Same as chunks().

See also

chunksizes()