issp: Calculate Indice Standardisé des Sécheresses Pluviométriques...

Description Usage Arguments Value Author(s) References See Also Examples

Description

Calculate ISSP with rainfall anomaly with the mean rainfall by month with the length, the drought type and the intensity

Usage

1
issp(monthly_data)

Arguments

monthly_data

[zoo] rainfall monthly data in zoo class with date in %Y-%m-%d

Value

List that contains

Author(s)

Florine Garcia (florine.garcia@gmail.com)

Pierre L'Hermite (pierrelhermite@yahoo.fr)

References

Pita, M.F. (2000) Un nouvel indice de sécheresse pour les domaines méditerranéens. Application au bassin de Guadalquivir (sud-ouest de l'Espagne). Plubications de l'Association Internationale de Climatologie, 13, 225-234. https://idus.us.es/xmlui/bitstream/handle/11441/32523/nice_2000_actes.pdf?sequence=1

See Also

plot_trend plot the index

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Loading data
data("dailyPrec_bv1")

## Index
result <- issp(dailyPrec)

## Plot index
plot_trend(result$issp, trend = TRUE, data_kind = "Precipitation",
name = PluvioData$PluvioName, axis_name_x = "Date",
axis_name_y = Monthly precipitation [mm/month], midvalue = 0)

flogrc/piflow documentation built on May 24, 2019, 7:34 a.m.