Functional response

The growth of the plants is limited by soil water and nutrients

Water stress

The species differ in the response to water stress by the different specific leaf areas and root surface areas per above ground biomass. The values of both response curves are multiplied to get the growth reduction factor.

It is implemented in Growth.water_reduction!.


Specific leaf area

max_SLA_water_reduction equals 1: Graphical overview of the functional response

max_SLA_water_reduction equals 0.5: Graphical overview of the functional response


Root surface area / aboveground biomass

max_SRSA_water_reduction equals 1: Graphical overview of the functional response

max_SRSA_water_reduction equals 0.5: Graphical overview of the functional response

RegionalGrasslandSim.FunctionalResponse.srsa_responseFunction
srsa_response(;
    SRSA_above,
    mid_SRSA_above = 0.12u"m^2 / g",
    slope_func_parameters = 40u"g / m^2 ",
    min_right_upper_bound = 0.7,
    max_right_upper_bound = 1,
    min_SRSA_half_response = 0.05,
    max_SRSA_half_response = 0.6,
    maximal_reduction)
source

Nutrient stress

The species differ in the response to nutrient availability by different proportion of mycorrhizal colonisations and root surface per above ground biomass. 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.

It is implemented in Growth.nutrient_reduction!.


Arbuscular mycorrhizal colonisation

max_AMC_nut_reduction equals 1: Graphical overview of the AMC functional response

max_AMC_nut_reduction equals 0.5: Graphical overview of the AMC functional response

RegionalGrasslandSim.FunctionalResponse.amc_nut_responseFunction
amc_nut_response(;
    mycorrhizal_colon,
    max_right_upper_bound = 1,
    min_right_upper_bound = 0.7,
    max_AMC_half_response = 0.6,
    min_AMC_half_response = 0.05,
    mid_AMC = 0.35,
    slope = 10,
    maximal_reduction)

Transforms the mycorrhizal colonisation into parameters of the response curve of growth in relation to nutrient availability.

source

Root surface area / aboveground biomass

max_SRSA_nut_reduction equals 1: Graphical overview of the functional response

max_SRSA_nut_reduction equals 0.5: Graphical overview of the functional response