cdd.th: Cooling Degree Day (CDD)

View source: R/indices.R

cdd.thR Documentation

Cooling Degree Day (CDD)

Description

Symmetrical to the Heating Degree Day index (HDD), the CDD index is used for illustrating energy demand for cooling.

Usage

cdd.th(tn, tx, tm, th = 22, na.rm = TRUE)

Arguments

tn

Matrix or vector with minimum temperature data

tx

Matrix or vector with maximum temperature data

tm

Matrix or vector with mean temperature data

th

Threshold value (Defalut is 22º)

na.rm

Logical.

Author(s)

M. Iturbide

References

Spinoni, J., Vogt, J., and Barbosa, P. European degree-day climatologies and trends for the period 1951–2011. Int. J. Climatol. 35, 25–36. doi:10.1002/joc.3959.

Spinoni, J., Vogt, J. V, Barbosa, P., Dosio, A., McCormick, N., Bigano, A., et al. Changes of heating and cooling degree-days in Europe from 1981 to 2100. Int. J. Climatol. 38, e191–e208. doi:10.1002/joc.5362.


SantanderMetGroup/climate4R.indices documentation built on July 3, 2023, 11:02 p.m.