climdex.csu: Consecutive Summer Days

View source: R/indices.R

climdex.csuR Documentation

Consecutive Summer Days

Description

This function takes a climdexInput object as input and computes the climdex index csu: the annual (or at different periods) count of consecutive summer days (TX >25C)

Usage

climdex.csu(ci, freq = c("monthly", "annual", "halfyear", "seasonal"),
  spells.can.span.years = FALSE)

Arguments

ci

Object of type climdexInput. Here the daily maximum temperature.

freq

Time frequency to aggregate to. Allowed only monthly, annual, halfyear, seasonal.

spells.can.span.years

Default FALSE

Value

A vector containing a timeseries of the number of consecutive summer days in a given period (freq).

Author(s)

Christiana Photiadou (KNMI)

References

http://www.ecad.eu/documents/atbd.pdf


ECA-D/climind documentation built on Nov. 26, 2022, 10:20 a.m.