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:

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.