GDD: Calculate ecologically relevant temperature parameters

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

Description

Calculate ecologically relevant temperature parameters

Usage

1
2
3
4
5
GDD(tmax, tmin, base = 10)

Gsum(tmean, base = 5)

Coldsum(tmean, base = 0)

Arguments

tmax

Numeric. Daily max temperatures

tmin

Numeric. Daily min temperatures

base

Numeric. Base temperature to which the parameters will be calculated

tmean

Numeric. Daily mean temperatures

Value

A Vector with calculated parametes with the same length as the input

Note

See aggregateClimate to aggregate the results to weeks, months, years

Author(s)

Hanna Meyer

See Also

aggregateClimate

Examples

1
2
GDD(tmax=c(5,6,10,17),tmin=c(4,5,6,13))
Gsum(tmean=c(5,11,10,17))

environmentalinformatics-marburg/metTools documentation built on May 26, 2019, 3:31 a.m.