Skip to content

Species-specific growth adjustment - Nutrients

The nutrient stress growth reducer NUTts [-] is defined as:

NUTts=max(NUTAMC,ts,NUTRSA,ts)

The growth reducers based on arbuscular mycorrhizal colonisation rate NUTAMC,ts and the root surface area NUTRSA,ts are described below. The maximum of both response curves is used for the nutrient reduction function. It is assumed that the plants needs either many fine roots per above ground biomass or have a strong symbiosis with mycorrhizal fungi. Both functions use the calculation of the plant available nutrients.

Growth reducers

  • the nutrient stress growth reducer based on the arbuscular mycorrhizal colonisation rate NUTAMC,ts [-] is defined as:
NUTAMC,ts={0if R=01/(1+exp(βNUT,amc(Np,tsx0,N,AMC)))if 0<R<11if R>=1x0,N,AMC=1βNUT,amc(δNUT,amc(TAMCts(1δNUT,amclog(1αNUT,amc,05αNUT,amc,05)+ϕTAMC)))+0.5TAMCts=BB,tsBtsamcs
  • the nutrient stress growth reducer based on the root surface area NUTRSA,ts [-] is defined as:
NUTRSA,ts={0if R=01/(1+exp(βNUT,rsa(Np,tsx0,N,RSA)))if 0<R<11if R>=1x0,N,RSA=1βNUT,rsa(δNUT,rsa(TRSAts(1δNUT,rsalog(1αNUT,rsa,05αNUT,rsa,05)+ϕTRSA)))+0.5TRSAts=BB,tsBtsrsas
  • ϕTAMC reference trait value [-]

  • βNUT,amc slope of response function [-]

  • αNUT,amc,05 response at Np,ts=0.5 for species with the reference trait value [-]

  • δNUT,amc scales the difference in the growth reducer between species [-]

  • ϕTRSA reference trait value [m² g⁻¹]

  • βNUT,rsa slope of response function [-]

  • αNUT,rsa,05 response at Np,ts=0.5 for species with the reference trait value [-]

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

Visualization

  • growth reducer based on root surface area per total biomass:
response at Np = 0.5 for species with the reference trait value α_NUT_rsa_05
(strong to weak growth reduction)
0.9
difference between species δ_NUT_rsa
(no to strong difference)
10
slope of response β_NUT_rsa7
reference trait value ϕ_TRSA0.15

  • growth reducer based on arbuscular mycorrhizal colonisation rate per total biomass:
response at Np = 0.5 for species with the reference trait value α_NUT_amc_05
(strong to weak growth reduction)
0.9
difference between species δ_NUT_amc
(no to strong difference)
10
slope of response β_NUT_amc7
reference trait value ϕ_TAMC0.2

API

GrasslandTraitSim.nutrient_reduction! Function
julia
nutrient_reduction!(; container, nutrients, total_biomass)

Reduction of growth based on plant available nutrients and the traits arbuscular mycorrhizal colonisation and root surface area per belowground biomass.

source

Plant available nutrients

The plant available nutrients Np,ts [-] are described by:

Np,ts=(1exp(ωNUT,NNωNUT,FF))NUTadj,tsNUTadj,ts=αNUT,maxadjexp(log(1αNUT,maxadj)i=1STSs,iBtiαNUT,TSB)TS=[1TS1,2TS1,STS2,11TSS,11]TS=1TDmax(TD)TDs,i=(RSAnorm,sRSAnorm,i)2+(AMCnorm,sAMCnorm,i)2RSAnorm,s=rsasmean(RSA)sd(RSA)AMCnorm,s=amcsmean(AMC)sd(AMC)
  • ωNUT,N controls the influence of the total soil nitrogen on the nutrient index [kg gN⁻¹]

  • ωNUT,F controls the influence of the fertilization rate on the nutrient index [kg N⁻¹]

  • αNUT,maxadj maximum nutrient adjustment factor [-]

  • αNUT,TSB reference value, at αNUT,TSB=TSs,iBti is the nutrient adjustment factor NUTadj,ts=1 [kg ha⁻¹]

Visualization

maximum nutrient adjustment factor α_NUT_maxadj
reference value for ∑ TS ⋅ B α_NUT_TSB

API

GrasslandTraitSim.similarity_matrix! Function
julia
similarity_matrix!(; container)

Calculates the similarity between plants concerning their investment in fine roots and collaboration with mycorrhiza.

source
GrasslandTraitSim.nutrient_competition! Function
julia
nutrient_competition!(; container, total_biomass)

Models the density-dependent competiton for nutrients between plants.

source
GrasslandTraitSim.input_nutrients! Function
julia
input_nutrients!(; container)

Calculates nutrient index based on total soil nitrogen and fertilization.

source