R/compute_EC_user_defined_intervals.R
    compute_EC_user_defined_intervals.RdCompute the environmental covariates based on the daily weather
table of an environment (Year x Location), and over day-windows which can be
defined by the user for each environment (based for instance on observed
phenological dates) in a table provided as input in create_METData().
compute_EC_user_defined_intervals( table_daily_W, intervals_growth_manual = NULL, base_temperature = 10, capped_max_temperature = F, max_temperature = 35, method_GDD_calculation = c("method_b"), ... )
| table_daily_W | 
 | 
|---|---|
| intervals_growth_manual | 
 
 | 
| base_temperature | 
 | 
| method_GDD_calculation | 
 | 
An object of class data.frame with
10 x number_total_fixed_windows + 1 last column (IDenv):
mean_TMIN: number_total_fixed_windows columns, indicating the average minimal temperature over the respective day-window.
mean_TMAX: number_total_fixed_windows columns, indicating the average maximal temperature over the respective day-window.
mean_TMEAN: number_total_fixed_windows columns, indicating the average mean temperature over the respective day-window.
freq_TMAX_sup30: number_total_fixed_windows columns, indicating the frequency of days with maximum temperature over 30°C over the respective day-window.
freq_TMAX_sup35: number_total_fixed_windows columns, indicating the frequency of days with maximum temperature over 35°C over the respective day-window.
sum_GDD: number_total_fixed_windows columns, indicating the growing degree days over the respective day-window.
sum_PTT: number_total_fixed_windows columns, indicating the accumulated photothermal time over the respective day-window.
sum_P: number_total_fixed_windows columns, indicating the accumulated precipitation over the respective day-window.
sum_et0: number_total_fixed_windows columns, indicating the cumulative reference evapotranspiration over the respective day-window.
freq_P_sup10: number_total_fixed_windows columns, indicating the frequency of days with total precipitation superior to 10 mm over the respective day-window.
sum_solar_radiation: number_total_fixed_windows columns, indicating the accumulated incoming solar radiation over the respective day-window.
mean_vapr_deficit: number_total_fixed_windows columns, indicating the mean vapour pressure deficit over the respective day-window.
IDenv character ID of the environment (Location_Year)
Cathy C. Westhues cathy.jubin@uni-goettingen.de