Ground evaporation formula (Water Overlay): Difference between revisions

From Tygron Preview Support Wiki
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 E_w \cdot f_o</math>
<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_{us} \text{ is } \geq 0.0 \\
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>


Evaporation saturated:
Potential evaporation saturated:


<math>h_{s} = w_{g,t} - ( b_{s} - d_{gb} )</math>
<math>d_{s} = w_{g,t} - ( b_{s} - d_{gb} )</math>


<math>h_{r} = max( 0.0 ,  w_{g,t} - ( b_{s} - d_{r,1} ))</math>
<math>d_{r} = max( 0.0 ,  w_{g,t} - ( b_{s} - d_{r,1} ))</math>


<math>E_{sp} = (E_{max} - E_{u}) \cdot f_s</math>
<math>E_{p,s} = (E_{max} - E_{u}) \cdot f_s</math>


<math>E_{s} = max (0.0 , min ( E_{sp}, h_{s}\cdot f_{gw}, h_r \cdot f_{gw}</math>
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 underground water level.
: <math>w_{g,t}</math> is the ground water level (datum height) at time t.
: <math>d</math> is the column height of the unsaturated zone.
: <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>f_0</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_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.

dgw,t=bswg,t

Feddes oxygen stress factor:

fo={1.0if dgw,t is dr,3dgw,tdr,4dr,3dr,4if dgw,t is dr,40.0otherwise

Feddes saturated zone root update factor:

fs={0.0if dgw,t is dr,11.0dgw,tdr,2dr,1dr,2if dgw,t is dr,21.0otherwise

Max potential evaporation:

Emax=ftEw,tfo

Evaporation unsaturated:

Eu={0.0if dgw,t is 0.0min(Emax,hudr,1dgw,t)otherwise

Potential evaporation saturated:

ds=wg,t(bsdgb)

dr=max(0.0,wg,t(bsdr,1))

Ep,s=(EmaxEu)fs

Evaporation saturated zone Es=max(0.0,min(Ep,s,dsfgw,drfgw

Evaporation total is the sum of evaporation in the saturated and unsaturated zone:

E=Eu+Es

where

bs is the datum height of the surface.
wg,t is the ground water level (datum height) at time t.
dgw,t is the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.
ft 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.

Ew,t is the evaporation rate of the weather at time t
fo 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.
fs 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.
dr,n is the nth root depth value.
Emax is the potential max evaporation
Eu is the evaporation in the unsaturated zone
Ep,s is the potential evaporation in the saturated zone
Es is the evaporation in the saturated zone
dgb is the ground bottom distance
ds 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