smash.PrecipitationIndices#

class smash.PrecipitationIndices(data=None)[source]#

Represents precipitation indices computation result.

See also

precipitation_indices

Compute precipitation indices of the Model object.

Attributes:
stdnumpy.ndarray

The precipitation spatial standard deviation.

d1numpy.ndarray

The first scaled moment [Zoccatelli et al., 2011].

d2numpy.ndarray

The second scaled moment [Zoccatelli et al., 2011].

vgnumpy.ndarray

The vertical gap [Emmanuel et al., 2015].

hgnumpy.ndarray

The horizontal gap [Emmanuel et al., 2015].

Methods

to_numpy([axis])

Convert the PrecipitationIndices object to a numpy.ndarray.