This function can re-calculate annual mean temperature for an object of class ‘met’
tav_apsim_met(met, by.year = TRUE, na.rm = TRUE)
an object of class ‘met’ with a recalculation of annual mean temperature amplitude
object of class ‘met’
whether to compute tav for each year and then average (default is TRUE)
whether to remove missing values (NAs). Default is TRUE.