Skip to content

Species-specific growth adjustment - Soil water

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

WATts={0if Wp,t=01/(1+exp(βW,RSA(Wp,tx0,W,RSA)))if 0<Wp,t<11if Wp,t>=1x0,W,RSA=1βW,RSA(δW,RSA(TRSAts(1δW,RSAlog(1αW,RSA,05αW,RSA,05)+ϕRSA)))+0.5TRSAts=BB,tsBtsrsasWp,t=WtPWPWHCPWP
  • ϕRSA reference trait value [m² g⁻¹]

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

  • αW,RSA,05 response at Wp,t=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