Community growth adjustment by environmental and seasonal factors
The functions limit the growth of all plant species without any species-specific reduction:
The growth is adjusted for environmental and seasonal factors
with the radiation
Radiation influence
The growth reducer due to too much radiation
controls the steepness of the linear decrease in radiation use efficiency for high values [ha MJ⁻¹] threshold value of from which starts a linear decrease in radiation use efficiency [MJ ha⁻¹]
Visualization
steepness of the reduction γ_RAD_1 | 4.45e-6 | |
PAR at which the growth is reduced γ_RAD_2 | 50000 |
API
GrasslandTraitSim.radiation_reduction! Function
radiation_reduction!(; container, PAR)
Reduction of radiation use efficiency at high radiation levels.
Temperature influence
The growth reduction factor due to too low or too high temperature
Equation are from Jouven et al. (2006) and theses are based on Schapendonk et al. (1998).
minimum temperature for growth [°C] lower limit of optimum temperature for growth [°C] upper limit of optimum temperature for growth [°C] maximum temperature for growth [°C]
Visualization
minimum temperature for growth ω_TEMP_T1 | 4 | |
lower limit of optimum temperature for growth ω_TEMP_T2 | 10 | |
upper limit of optimum temperature for growth ω_TEMP_T3 | 20 | |
maximum temperature for growth ω_TEMP_T4 | 35 |
API
GrasslandTraitSim.temperature_reduction! Function
temperature_reduction!(; container, T)
Reduction of the growth if the temperature is low or too high.
Seasonal effect
The seasonal growth adjustment factor
This empirical function was developed by Jouven et al. (2006).
threshold of the yearly accumulated temperature, above which the seasonality factor decreases from to [°C] threshold of the yearly accumulated temperature, above which the seasonality factor is set to [°C] minimum value of the seasonal effect [-] maximum value of the seasonal effect [-]
Visualization
ζ_ST₁ | 775 | |
ζ_ST₂ | 1450 | |
minimum value of the seasonal effect ζ_SEAmin | 0.7 | |
maximum value of the seasonal effect ζ_SEAmax | 1.3 |
API
GrasslandTraitSim.seasonal_reduction! Function
seasonal_reduction!(; container, ST)
Adjustment of growth due to seasonal effects.