climdex.ww: Warm-wet days

View source: R/indices.R

climdex.wwR Documentation

Warm-wet days

Description

This function computes the climdex index WW

This function takes a climdexInput object as input and computes the climdex index WW: the number of days where TG>75 & RR>75 (for wet days: days where precipitation is at least 1mm).

Usage

climdex.ww(ci, freq = c("monthly", "annual", "halfyear", "seasonal"),
  precip.thresh = "q75", precip.op = ">", temp.thresh = "q75",
  temp.op = ">")

Arguments

ci

Object of type climdexInput (representing the daily precipitation [mm] and the averaged daily temperature [C])

freq

Time frequency to aggregate to. Allowed are: "annual","halfyear", "seasonal" or "monthly". Default: "annual".

Value

A vector containing an annual timeseries of precipitation in wet days.


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