Ground evaporation formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
Evaporation saturated zone: | Evaporation saturated zone: | ||
<math>E_{s} = max (0.0 , min ( E_{p,s}, d_{s}\cdot f_{ | <math>E_{s} = max (0.0 , min ( E_{p,s}, d_{s}\cdot f_{ws}, d_r \cdot f_{ws}) ) </math> | ||
Evaporation total is the sum of evaporation in the saturated and unsaturated zone: | Evaporation total is the sum of evaporation in the saturated and unsaturated zone: | ||
Line 69: | Line 69: | ||
: <math>E_{u}</math> = the evaporation in the unsaturated zone | : <math>E_{u}</math> = the evaporation in the unsaturated zone | ||
: <math>E_{p,s}</math> = the potential evaporation in the saturated zone | : <math>E_{p,s}</math> = the potential evaporation in the saturated zone | ||
: <math>f_{ | : <math>f_{ws}</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type, used here as a fraction. | ||
: <math>E_{s}</math> = the evaporation in the saturated zone | : <math>E_{s}</math> = the evaporation in the saturated zone | ||
: <math>E_{g}</math> = the total evaporation from the underground. | : <math>E_{g}</math> = the total evaporation from the underground. |
Revision as of 13:11, 25 January 2024
Underground evaporation is calculated per cell.
For all underground evaporation calculation, the ground water depth at time t is used.
Feddes oxygen stress factor:
Feddes saturated zone root update factor:
Max potential evaporation:
Evaporation unsaturated:
Potential evaporation saturated:
Evaporation saturated zone:
Evaporation total is the sum of evaporation 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 of the buildings (plants) on the surface, or the surface terrain's transpiration factor if none present.
- = the evaporation rate of the weather at time t
- = the calculated feddes oxygen stress factor, calculated using the 3rd and 4th root depths and the feddes trapezium interpolation model and the ground water depth.
- = the calculated feddes saturated zone root update factor, calculated using the 1st and 2nd root depths and the feddes trapezium interpolation model and the ground water depth.
- = 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 column height of the saturated zone covered by the roots
- = the nth root depth value.
- = the amount of water in the unsaturated zone.
- = the potential max evaporation
- = the evaporation in the unsaturated zone
- = the potential evaporation in the saturated zone
- = The WATER_STORAGE_PERCENTAGE of the underground terrain type, used here as a fraction.
- = the evaporation in the saturated zone
- = the total evaporation from the underground.
Related
The following topics are related to this formula.
- Formulas
- Groundwater level formula
- Models
- Underground model
- Evaporation model