An algorithm to determine grass cut dates if none are provided. This uses empirical data for Switzerland to determine the first and last cut dates of the season from meteorological data. The number of cuts is inferred from Huguenen et al. and these cut events are distributed equally between first and last cut dates.
References
Huguenin-Elie I, Mosimann E, Schlegel P, Lüscher A, Kessler W, Jeangros B (2017). “Grundlagen für die Düngung landwirtschaftlicher Kulturen in der Schweiz (GRUD), Kapitel 9: Düngung von Grasland.” Agrarforschung Schweiz. https://www.agrarforschungschweiz.ch/2017/06/9-duengung-von-grasland-grud-2017/.
Super class
growR::Autocut
-> PhenologicalAutocut
Methods
Inherited methods
Method new()
Constructor
Valid cut dates are calculated upon initialization.
Usage
PhenologicalAutocut$new(MVS)
Arguments
MVS
The ModvegeSite object for which cuts shall be determined.
Method determine_cut()
Does a cut occur on DOY?
Check if DOY is in self$cut_DOYs
. If so, return TRUE
. Return
FALSE
otherwise.