Calculate sum of effective temperatures (SET)
calc_sumefftemp(x, cf_temp, cf_start, cf_end, cf_limit, set, a, b)SpatRaster with sum of effective temperatures.
SpatRaster list (tmean, tmax, tmin) - numeric - with time attribute
character - "tmean" for cold days and "tmin" for frost days
Date - start of cold/frost timeseries
Date - end of cold/frost timeseries
numeric - threshold under which a day is defined as cold/frost day
function - x is cold/frost days, a and b are parameter i.e. function (x, a, b) a + b*x
numeric - parameter for set function
numeric - parameter for set function
Other Models:
calc_degreedays(),
calc_mortality(),
calc_phenology()