Calculate thermal time using cardinal temperatures
thermal_time(
mint,
maxt,
x_temp = canola$get("phenology.thermal_time.x"),
y_temp = canola$get("phenology.thermal_time.y"),
method = "3hr"
)The minimum temperature
The maximum temperature
The cardinal temperatures using to calculate thermal time. The default values are c(2, 30, 35) defined in canola$get("phenology.thermal_time.x").
The effective thermal time at the corresponding cardinal temperatures. The default values are c(0, 28, 0) defined in canola$get("phenology.thermal_time.y").
The method to calculate thermal time. The default method is "3hr", which uses the three hour temperature method. The other option is "default", which uses the default method ( maxt + mint ) / 2 - base.
The thermal time.
The daily thermal time is calculated by interpolating the effective thermal time at three hour intervals between the daily minimum and maximum temperatures, and then averaging these values to get the daily thermal time. For more information about the canola phenology model, see the APSIM Next Generation Canola Documentation.