Ground transpiration formula (Water Overlay)
Conceptually, water can transpire from the ground via crops, tree and plant foliage. This is called evapotranspiration. The amount a plant can evaporate depends on the saturation and ground water level, as well as the root structure. The factor by which roots can extract water from the ground is modeled using the Feddes trapezium, based on the root depths (Building or Terrain).

The amount a plant, crop or tree evaporates also depends on its growth season. Therefore, the species-specific transpiration factor can be set as four seasonal values.
Last but not least, the calculated evapotranspiration factor is multiplied with the evaporation amount at time , which is configured for a Weather.
The transpired amount is first drawn from the unsaturated zone and then, when the expected amount is not yet reached, from the saturated zone.
Formulas
This transpiration is calculated per cell. For all ground transpiration calculation, the ground water depth at time t is used.
Feddes oxygen stress factor:
Feddes saturated zone root update factor:
Seasonal transpiration factor:
Max potential transpiration:
Transpiration unsaturated:
Potential transpiration saturated:
Transpiration saturated zone:
Transpiration total is the sum of transpiration in the saturated and unsaturated zone:
where
- = the datum height of the surface of cell c, set by the elevation or a Terrain elevation prequel.
- = the ground water level (datum height) at time t.
- = the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.
- = the transpiration factor at current season c, of the buildings (plants) on the surface, or the surface terrain's transpiration factor if none present.
- = the transpiration factor at coming season n, of the buildings (plants) on the surface, or the surface terrain's transpiration factor if none present.
- = Season fraction. Used for interpolating the transpiration factor.
- = Can be supplied as four values; it is an interpolated value based on the current and next season.
- = the evaporation rate of the weather at time t.
- = the calculated Feddes oxygen stress factor, based on the 3rd and 4th root depths (Building or Terrain), the Feddes trapezium interpolation model, and the ground water depth.
- = the calculated Feddes saturated zone root update factor, based on the 1st and 2nd root depths (Building or Terrain), the Feddes trapezium interpolation model, and the ground water depth.
- = the computational timestep in seconds.
- = The ground bottom distance of the cell c, defined by a Bottom distance prequel or a general GROUND_BOTTOM_DISTANCE_M of the Water Overlay.
- = the total thickness (column height) of the saturated zone.
- = the nth root depth value, defined by building attributes or terrain attributes.
- = the amount of water in the unsaturated zone.
- = the potential max transpiration.
- = the transpired amount in the unsaturated zone.
- = the potential transpiration in the saturated zone.
- = The WATER_STORAGE_PERCENTAGE of the ground terrain type, used here as a fraction.
- = the transpired in the saturated zone.
- = the total transpired from the ground.
Related
The following topics are related to this formula.
- Formulas
- Groundwater level formula (Water Overlay)
- Models
- Ground model (Water Overlay)
- Evapotranspiration model (Water Overlay)
Notes
- The ground water level cannot be lowered further than the defined root depth by evapotranspiration.




