Skip to content

Mowing and grazing

Biomass losses due to management Mtxys [kg ha⁻¹] are caused by mowing MOWtxys [kg ha⁻¹] and grazing GRZtxys [kg ha⁻¹]:

Mtxys=MOWtxys+GRZtxys

Mowing

The mown biomass MOWtxys [kg ha⁻¹] is decribed by:

MOWtxys=max(HtxysCUTtxy,0)HtxysBA,txys

none

API

GrasslandTraitSim.mowing! Function
julia
mowing!(
;
    container,
    mowing_height,
    above_biomass,
    actual_height
)

Simulate the mown biomass of each plant species.

source

Grazing

The grazed biomass GRZtxys [kg ha⁻¹] is defined as:

GRZtxys=κGRZLDtxy(BF,txy)2(κGRZLDtxyηGRZ)2+(BF,txy)2LNCGRZ,txysHGRZ,txysBF,txysi=1SLNCGRZ,txyiHGRZ,txyiBF,txyiBF,txys=max(1ηGRZ,HHtxys,0)BA,txysBF,txy=s=1SBF,txysLNCGRZ,txys=(lncsLNCcwm,txy)βGRZ,lncLNCcwm,txy=s=1SBF,txysBF,txylncsHGRZ,txys=(HtxysHcwm,txy)βGRZ,HHcwm,txy=s=1SBF,txysBF,txyHtxys

The equation is partly based on Moulin et al. (2021).

  • κGRZ maximum consumption of biomass per livestock and day [kg ha⁻¹]

  • ηGRZ controls when the farmer starts to supply additional fooder [-]

  • ηGRZ,H plant parts below this height are not accessible to grazers. [m]

  • βGRZ,lnc scales the influence of the leaf nitrogen content on the preference of the grazers [-]

  • βGRZ,H scales the influence of the height on the preference of the grazers [-]

Visualization

  • Graphic of the total grazed biomass (first term of the grazing equation)
Livestock Density (LD)3
Controls when the farmer starts to supply additional fooder (η_GRZ)2
Consumption per livestock and day (κ_GRZ)22

API

GrasslandTraitSim.grazing! Function
julia
grazing!(; container, LD, above_biomass, actual_height)

Simulates the removal of biomass by grazing for each species.

source