Skip to content

Plant height dynamics

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

Ht+1xys=Htxys(1+AtxysGact,txysBA,txysMOWtxysBA,txysGRZtxysBA,txys)Atxys=(BA,txysBtxys)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