Skip to content

Plant height dynamics

The dynamics of the plant height of the species Hts [m] are described by:

Ht+1s=Hts(1+AtsGact,tsBA,tsMOWtsBA,tsGRZtsBA,ts)Ats=(BA,tsBts)abps

If the plants are taller than their maximum height maxheights, their height is set to their maximum height.

none

API

GrasslandTraitSim.height_dynamic! Function
julia
height_dynamic!(
;
    container,
    actual_height,
    above_biomass,
    allocation_above
)

Caculates the change in the plant height of each species during one time step.

source