climdex.cw: Cold-wet days

View source: R/indices.R

climdex.cwR Documentation

Cold-wet days

Description

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

Usage

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

Arguments

ci

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

Details

This function computes the climdex index CW.

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.