# Root Development

The amount of total plant biomass partitioned to the root system is 30-50% in seedlings and decreases to 5-20% in mature plants (Jones, 1985). SWAT+ varies the fraction of total biomass in roots from 0.40 at emergence to 0.20 at maturity. The daily root biomass fraction is calculated with the equation:

&#x20;         $$fr\_{root}=0.40-0.20\*fr\_{PHU}$$                                                                   5:2.1.21

where $$fr\_{root}$$ is the fraction of total biomass partitioned to roots on a given day in the growing season, and $$fr\_{PHU}$$ is the fraction of potential heat units accumulated for the plant on a given day in the growing season.

&#x20;       Calculation of root depth varies according to plant type. SWAT+ assumes perennials and trees have roots down to the maximum rooting depth defined for the soil throughout the growing season:

&#x20;            $$z\_{root}=z\_{root,mx}$$                                                                                         5:2.1.22

where $$z\_{root}$$ is the depth of root development in the soil on a given day (mm), and $$z\_{root,mx}$$ is the maximum depth for root development in the soil (mm). The simulated root depth for annuals varies linearly from 10.0 mm at the beginning of the growing season to the maximum rooting depth at $$fr\_{PHU}$$= 0.40 using the equation:

&#x20;       $$z\_{root}=2.5\*fr\_{PHU}\*z\_{root,mx}$$   if  $$fr\_{PHU}  \le 0.40$$                                 5:2.1.23

&#x20;       $$z\_{root}=z\_{root,mx}$$                             if $$fr\_{PHU} > 0.40$$                                  5:2.1.24

where $$z\_{root}$$ is the depth of root development in the soil on a given day (mm), $$fr\_{PHU}$$ is the fraction of potential heat units accumulated for the plant on a given day in the growing season, and $$z\_{root,mx}$$ is the maximum depth for root development in the soil (mm). The maximum rooting depth is defined by comparing the maximum potential rooting depth for the plant from the plant growth database (RDMX in crop.dat), and the maximum potential rooting depth for the soil from the soil input file (SOL\_ZMX in .sol—if no value is provided for this variable the model will set it to the deepest depth specified for the soil profile). The shallower of these two depths is the value used for $$z\_{root,mx}$$.


---

# 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/root-development.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.
