Models
theory · the physiological strategies
A strategy tells plant how an individual tree behaves. Given the tree’s size and environment, the strategy calculates its current rates of growth, seed production, and mortality. The size-structured PDE then uses those rates to describe how the population changes through time.
This separation is useful: the population-level machinery stays the same, while the biological assumptions can change. Choosing a different strategy therefore changes the biology without changing the population framework.
Four strategies are documented here:
- FF16 — the default trait-based model (Falster et al. 2016). It calculates growth using leaf photosynthesis and a functional-balance allocation scheme. Four traits—leaf mass per area (LMA), wood density, seed mass, and maximum height—are commonly used to configure linked parts of the strategy.
- K93 — Kohyama’s 1993 model, where growth, fecundity, and mortality depend directly on stem diameter and stand basal area. It is a compact example of a strategy that does not model the underlying plant physiology.
- TF24 — builds on FF16 by adding explicit plant hydraulics and stomatal optimisation. The model chooses stomatal conductance to maximise carbon gain after accounting for the hydraulic cost of transpiration.
- TF24f — uses the same physiology as TF24, but allows the plant’s hydraulic operating point to adjust gradually when the environment changes. It is documented alongside TF24.
If you are new to these models, start with FF16. It introduces the shared growth and allocation framework. TF24 then shows how explicit photosynthesis and hydraulics extend that framework, while K93 provides a useful contrast.
When saving or comparing simulation results, also read Scientific versioning of models. It explains how to tell a change in the model’s science from a change only to the software.
To implement your own, see implementing a new strategy.