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:
- std
numpy.ndarray
The precipitation spatial standard deviation.
- d1
numpy.ndarray
The first scaled moment [Zoccatelli et al., 2011].
- d2
numpy.ndarray
The second scaled moment [Zoccatelli et al., 2011].
- vg
numpy.ndarray
The vertical gap [Emmanuel et al., 2015].
- hg
numpy.ndarray
The horizontal gap [Emmanuel et al., 2015].
- std
Methods
to_numpy
([axis])Convert the
PrecipitationIndices
object to anumpy.ndarray
.