R/vernalisation_time.R
vernalisation_days.RdCalculate vernalisation time using cardinal temperatures
vernalisation_days(
mint,
maxt,
x_temp = fababean$get("phenology.vernalisation_time.x"),
y_temp = fababean$get("phenology.vernalisation_time.y")
)The minimum temperature
The maximum temperature
The cardinal temperatures used to calculate vernalisation time. The default values are defined in fababean$get("phenology.vernalisation_time.x").
The effective vernalisation time at the corresponding cardinal temperatures. The default values are defined in fababean$get("phenology.vernalisation_time.y").
The vernalisation time (days).
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 fababean phenology model, see the APSIM Next Generation fababean Documentation.