cf.Index.max

Index.max()[source]

The maximum of the data array.

Returns:
Data

The maximum of the data array.

Examples:

>>> f.data
<CF Data(12, 73, 96: [[[236.512756348, ..., 256.93371582]]] K>
>>> f.max() TODO
311.343780518
>>> f.max().data
<CF Data(): 311.343780518 K>