Ground evaporation formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
Max potential evaporation: | Max potential evaporation: | ||
<math>E_{max} = f_t \cdot | <math>E_{max} = f_t \cdot E_{w,t} \cdot f_o</math> | ||
Evaporation unsaturated: | Evaporation unsaturated: | ||
Line 33: | Line 33: | ||
<math>E_{u} = | <math>E_{u} = | ||
\begin{cases} | \begin{cases} | ||
0.0 & \text{if } d_{ | 0.0 & \text{if } d_{gw,t} \text{ is } \geq 0.0 \\ | ||
min(E_{max}, h_u \cdot \frac{d_{r,1}}{d_{gw,t}}) & \text{otherwise} \\ | min(E_{max}, h_u \cdot \frac{d_{r,1}}{d_{gw,t}}) & \text{otherwise} \\ | ||
\end{cases} | \end{cases} | ||
</math> | </math> | ||
Potential evaporation saturated: | |||
<math> | <math>d_{s} = w_{g,t} - ( b_{s} - d_{gb} )</math> | ||
<math> | <math>d_{r} = max( 0.0 , w_{g,t} - ( b_{s} - d_{r,1} ))</math> | ||
<math>E_{ | <math>E_{p,s} = (E_{max} - E_{u}) \cdot f_s</math> | ||
<math>E_{s} = max (0.0 , min ( E_{ | Evaporation saturated zone | ||
<math>E_{s} = max (0.0 , min ( E_{p,s}, d_{s}\cdot f_{gw}, d_r \cdot f_{gw}</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 54: | Line 55: | ||
where | where | ||
: <math>b_{s}</math> is the datum height of the surface. | : <math>b_{s}</math> is the datum height of the surface. | ||
: <math>w_{g}</math> is the | : <math>w_{g,t}</math> is the ground water level (datum height) at time t. | ||
: <math> | : <math>d_{gw,t}</math> is the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t. | ||
: <math>f_t</math> is the [[Water evaporation factor (Water Overlay)|transpiration factor]] of the buildings (plants) on the surface, or the surface terrain's | : <math>f_t</math> is the [[Water evaporation factor (Water Overlay)|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. | [Terrain_water_evaporation_factor_(Water_Overlay)|transpiration factor]] if none present. | ||
: <math>E_{w,t}</math> is the [[Evaporation_m_(Water_Overlay)|evaporation rate]] of the [[weather]] at time t | : <math>E_{w,t}</math> is the [[Evaporation_m_(Water_Overlay)|evaporation rate]] of the [[weather]] at time t | ||
: <math> | : <math>f_o</math> is the feddes oxygen stress factor, calculated using the 3rd and 4th [[root depths (Water Overlay)|root depths]] and the feddes trapezium interpolation model and the ground water depth. | ||
: <math>f_s</math> is the feddes saturated zone root update factor, calculated using the 1st and 2nd [[root depths (Water Overlay)|root depths]] and the feddes trapezium interpolation model and the ground water depth. | |||
: <math>d_{r,n}</math> is the nth [[root depths (Water Overlay)|root depth value]]. | |||
: <math>E_{max}</math> is the potential max evaporation | |||
: <math>E_{u}</math> is the evaporation in the unsaturated zone | |||
: <math>E_{p,s}</math> is the potential evaporation in the saturated zone | |||
: <math>E_{s}</math> is the evaporation in the saturated zone | |||
: <math>d_{gb}</math> is the [[ground bottom distance]] | |||
: <math>d_{s}</math> is the column height of the saturated zone covered by the roots | |||
==Related== | ==Related== |
Revision as of 13:33, 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:
Potential evaporation saturated:
Evaporation saturated zone
Evaporation total is the sum of evaporation in the saturated and unsaturated zone:
where
- is the datum height of the surface.
- is the ground water level (datum height) at time t.
- is the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.
- 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.
- is the 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.
- is the nth root depth value.
- is the potential max evaporation
- is the evaporation in the unsaturated zone
- is the potential evaporation in the saturated zone
- is the evaporation in the saturated zone
- is the ground bottom distance
- is the column height of the saturated zone covered by the roots
Related
The following topics are related to this formula.
- Formulas
- Groundwater level formula
- Models
- Underground model
- Evaporation model