Ground evaporation formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
For all underground evaporation calculation, the ground water depth at time t is used. | For all underground evaporation calculation, the ground water depth at time t is used. | ||
<math>d_{gw,t} = b_{s} - w_{g,t}</math> | <math>d_{gw,t} = b_{s} - w_{g,t}</math> | ||
Feddes oxygen stress factor: | Feddes oxygen stress factor: | ||
<math>f_o = | <math>f_o = | ||
\begin{cases} | \begin{cases} | ||
Line 14: | Line 16: | ||
Feddes saturated zone root update factor: | Feddes saturated zone root update factor: | ||
<math>f_s = | <math>f_s = | ||
\begin{cases} | \begin{cases} | ||
Line 23: | Line 26: | ||
Max potential evaporation: | Max potential evaporation: | ||
<math>E_{max} = f_t \cdot E_w \cdot f_o</math> | <math>E_{max} = f_t \cdot E_w \cdot f_o</math> | ||
Evaporation unsaturated: | Evaporation unsaturated: | ||
<math>E_{u} = | <math>E_{u} = | ||
\begin{cases} | \begin{cases} | ||
Line 34: | Line 39: | ||
Evaporation saturated: | Evaporation saturated: | ||
<math>h_{s} = w_{g,t} - ( b_{s} - d_{gb} )</math> | <math>h_{s} = w_{g,t} - ( b_{s} - d_{gb} )</math> | ||
Line 43: | Line 49: | ||
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: | ||
<math>E = E_u + E_s</math> | <math>E = E_u + E_s</math> | ||
Revision as of 13:03, 25 February 2021
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:
Failed to parse (unknown function "\begin{cases}"): {\displaystyle E_{u} = \begin{cases} 0.0 & \text{if } d_{us} \text{ is } <= 0.0} \\ min(E_{max}, h_u \cdot \frac{d_{r,1}}{d_{gw,t}})& \text{otherwise} \\ \end{cases} }
Evaporation saturated:
Evaporation total is the sum of evaporation in the saturated and unsaturated zone:
where
- is the datum height of the surface.
- is the underground water level.
- is the column height of the unsaturated zone.
- is the transpiration factor of the buildings (plants) on the surface, or the surface terrain's
[Terrain_water_evaporation_factor_(Water_Overlay)|transpiration factor]] if none present.
- is the evaporation rate of the weather at time t
- is the feddes oxygen stress factor, calculated using the 3rd and 4th root depths and the feddes trapezium interpolation model and the ground water depth.
Related
The following topics are related to this formula.
- Formulas
- Groundwater level formula
- Models
- Underground model
- Evaporation model