Calculate the Mean Annual Temperature (MAT) from Growing Degree Days above 0 °C (GDD0) and Mean Temperature of the Coldest Month (MTCO).

mat(gdd0, mtco)

Arguments

gdd0

Numeric vector with Growing Degree Days above 0 °C (GDD0) data.

mtco

Numeric vector with Mean Temperature of the Coldest Month (MTCO) data.

Value

Numeric vector with Mean Annual Temperature (MAT) data.