Skip to content

Species-specific growth adjustment - Nutrients

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

NUTtxys=max(NUTAMC,txys,NUTRSA,txys)

The growth reducers based on arbuscular mycorrhizal colonisation rate NUTAMC,txys and the root surface area NUTRSA,txys 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,txys [-] is defined as:
NUTAMC,txys={0if R=01/(1+exp(βNUT,amc(Np,txysx0,N,AMC)))if 0<R<11if R>=1x0,N,AMC=1βNUT,amc(δNUT,amc(TAMCtxys(1δNUT,amclog(1αNUT,amc,05αNUT,amc,05)+ϕTAMC)))+0.5TAMCtxys=BB,txysBtxysamcs
  • the nutrient stress growth reducer based on the root surface area NUTRSA,txys [-] is defined as:
NUTRSA,txys={0if R=01/(1+exp(βNUT,rsa(Np,txysx0,N,RSA)))if 0<R<11if R>=1x0,N,RSA=1βNUT,rsa(δNUT,rsa(TRSAtxys(1δNUT,rsalog(1αNUT,rsa,05αNUT,rsa,05)+ϕTRSA)))+0.5TRSAtxys=BB,txysBtxysrsas
  • ϕTAMC reference trait value [-]

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

  • αNUT,amc,05 response at Np,txys=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,txys=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,txys [-] are descriped by:

Np,txys=NxyαNUT,NmaxNUTadj,txysNUTadj,txys=αNUT,maxadjexp(log(1αNUT,maxadj)i=1STSs,iBtxyiα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,Nmax maximum total soil nitrogen [g kg⁻¹]

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

  • αNUT,TSB reference value, at αNUT,TSB=TSs,iBtxyi is the nutrient adjustment factor NUTadj,txys=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)

Scale the total soil nitrogen

source