"SWC" or "REW"
: A column named "SWC"
should be present, containing soil moisture content in percent volume. When type="REW"
, observed values are divided by the 90% quantile, which is assumed to be the moisture content at field capacity.
"ETR"
or "SE+TR"
: A column named "ETR"
should be present, containing stand's evapotranspiration in mm/day (or mm/week, mm/month, etc, depending on the temporal resolution). If type="ETR"
observed values will be compared against modelled evapotranspiration (i.e. sum of transpiration, soil evaporation and interception loss), whereas if type= "SE+TR"
observed values will be compared against the sum of transpiration and soil evaporation only.
"E"
: For each plant cohort whose transpiration is to be evaluated, a column starting with "E_"
and continuing with a cohort name (e.g. "E_T1_68"
) with transpiration in L/m2/day on a leaf area basis (or L/m2/week, L/m2/month, etc, depending on the temporal resolution).
"LFMC"
: For each plant cohort whose transpiration is to be evaluated, a column starting with "FCM_"
and continuing with a cohort name (e.g. "FMC_T1_68"
) with fuel moisture content as percent of dry weight.
"WP"
: For each plant cohort whose transpiration is to be evaluated, two columns, one starting with "PD_"
(for pre-dawn) and the other with "MD_"
(for midday), and continuing with a cohort name (e.g. "PD_T1_68"
). They should contain leaf water potential values in MPa. These are compared against sunlit water potentials.
"BAI"
: For each plant cohort whose growth is to be evaluated, a column starting with "BAI_"
and continuing with a cohort name (e.g. "BAI_T1_68"
) with basal area increment in cm2/day, cm2/week, cm2/month or cm2/year, depending on the temporal resolution.
"DI"
: For each plant cohort whose growth is to be evaluated, a column starting with "DI_"
and continuing with a cohort name (e.g. "DI_T1_68"
) with basal area increment in cm/day, cm/week, cm/month or cm/year, depending on the temporal resolution.
"DBH"
: For each plant cohort whose growth is to be evaluated, a column starting with "DBH_"
and continuing with a cohort name (e.g. "DBH_T1_68"
) with DBH values in cm.
"Height"
: For each plant cohort whose growth is to be evaluated, a column starting with "Height_"
and continuing with a cohort name (e.g. "Height_T1_68"
) with Height values in cm.
Additional columns may exist with the standard error of measured quantities. These should be named as the referred quantity, followed by "_err"
(e.g. "PD_T1_68_err"
), and are used to draw confidence intervals around observations.