Calculate vernalisation time using cardinal temperatures
Source:R/vernalisation_time.R
vernalisation_days.RdCalculate vernalisation time using cardinal temperatures
Usage
vernalisation_days(
mint,
maxt,
x_temp = canola$get("phenology.vernalisation_time.x"),
y_temp = canola$get("phenology.vernalisation_time.y")
)Arguments
- mint
The minimum temperature
- maxt
The maximum temperature
- x_temp
The cardinal temperatures used to calculate vernalisation time. The default values are defined in canola$get("phenology.vernalisation_time.x").
- y_temp
The effective vernalisation time at the corresponding cardinal temperatures. The default values are defined in canola$get("phenology.vernalisation_time.y").
Details
The daily vernalisation time is calculated by interpolating the effective vernalisation time at three hour intervals between the daily minimum and maximum temperatures, and then averaging these values to get the daily vernalisation time.
For more information about the canola phenology model, see the APSIM Next Generation Canola Documentation.