Mowing and grazing
Biomass losses due to management
Mowing
The mown biomass
none
API
GrasslandTraitSim.mowing! Function
julia
mowing!(
;
container,
mowing_height,
above_biomass,
actual_height
)Simulate the mown biomass of each plant species.
sourceGrazing
The grazed biomass
The equation is partly based on Moulin et al. (2021).
maximum consumption of biomass per livestock and day [kg ha⁻¹] controls when the farmer starts to supply additional fooder [-] plant parts below this height are not accessible to grazers. [m] scales the influence of the leaf nitrogen content on the preference of the grazers [-] 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 and trampling for each species.
source