# Modification of Biomass Calculation for Trees

With annuals and perennials, the plants are able to reach full maturity within a single calendar year. With trees, a number of years are needed for a plant to transition from a seedling to a sapling to a fully-developed tree. The parameters in the plant growth database related to radiation-use efficiency represent the annual growth for a fully-developed tree. The heat units to maturity input in the management file is also used to simulate growth within a single year, defining for trees and perennials the period within a year bounded by the development of buds at the beginning of the annual growing season and the maturation of plant seeds at the end of the growing season.

&#x20;       To simulate the smaller amount of biomass accumulation seen in seedlings/saplings, tree growth within a single year is limited to a fixed amount determined by the age of the tree relative to the number of years for the tree species to reach full development. Parameters in the plant growth database define the total number of years for trees to reach full development as well as the biomass of a fully-developed tree. Until the trees in an HRU reach full development, the amount of biomass they can accumulate in a single year is limited to:

&#x20;            $$bio\_{annual}=1000\*(\frac{yr\_{cur}}{yr\_{fulldev}})\*bio\_{fulldev}$$                                                   5:2.1.9

where $$bio\_{annual}$$ is the amount of biomass a tree can accumulate in a single year (kg/ha), $$yr\_{cur}$$ is the current age of the tree (years), $$yr\_{fulldev}$$ is the number of years for the tree species to reach full development (years), $$bio\_{fulldev}$$ is the biomass of a fully developed tree stand for the specific tree species (metric tons/ha), and 1000 is a conversion factor.

&#x20;        Once the total growth in biomass in a year, $$bio$$, reaches the annual limit, $$bio\_{fulldev}$$, no more growth occurs until the next year when a new annual limit is calculated. When a tree stand has reached its biomass limit in a year, the increase in plant biomass for a day,$$\Delta bio\_i$$, is set to 0.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-5-land-cover-plant/optimal-growth/potential-growth/biomass-production/modification-of-biomass-calculation-for-trees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
