Skip to content

Species-specific growth adjustment - Soil water

The water stress growth reducer WATtxys [-] is defined as:

WATtxys={0if Wp,txy=01/(1+exp(βW,RSA(Wp,txyx0,W,RSA)))if 0<Wp,txy<11if Wp,txy>=1x0,W,RSA=1βW,RSA(δW,RSA(TRSAtxys(1δW,RSAlog(1αW,RSA,05αW,RSA,05)+ϕRSA)))+0.5TRSAtxys=BB,txysBtxysRSAsWp,txy=WtxyPWPxyWHCxyPWPxy
  • ϕRSA reference trait value [m² g⁻¹]

  • βW,RSA slope of response function [-]

  • αW,RSA,05 response at Wp,txy=0.5 for species with the reference trait value[-]

  • δW,RSA scales the difference in the growth reducer between species [g m⁻²]

Visualization

  • scaling of the soil water content in the rooting zone by permanent wilting point and water holding capacity
permanent wilting point (PWP)
water holding capacity (WHC)
  • growth reducer
response at Wₚ = 0.5 for species with the reference trait value (α_WRSA05)
(strong to weak growth reduction)
difference between species (δ_WAT_rsa)
(no to strong difference)
10
slope of response (β_WAT_rsa)
reference trait value (ϕ_TRSA)

API

GrasslandTraitSim.water_reduction! Function
julia
water_reduction!(; container, W, PWP, WHC)

Reduction of growth based on the plant available water and the root surface area per belowground biomass.

source