Ground evaporation formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 40: Line 40:
Potential evaporation saturated:
Potential evaporation saturated:


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


<math>d_{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>
Line 69: Line 69:
: <math>E_{s}</math> is the evaporation in the saturated zone
: <math>E_{s}</math> is the evaporation in the saturated zone
: <math>E_{g}</math> is the total evaporation from the underground.
: <math>E_{g}</math> is the total evaporation from the underground.
: <math>d_{gb}</math> is the [[Ground bottom distance m (Water Overlay)|ground bottom distance]]
: <math>d_{b,c}</math> = The ground bottom distance of the cell c, defined by a [[Bottom distance prequel (Water Overlay)|Bottom distance prequel]] or a general [[Ground_bottom_distance_m_(Water_Overlay)|GROUND_BOTTOM_DISTANCE_M]] of the Water Overlay.
: <math>d_{s}</math> is the column height of the saturated zone covered by the roots  
: <math>d_{s}</math> is the column height of the saturated zone covered by the roots  



Revision as of 12:16, 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:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_s = \begin{cases} 0.0 & \text{if } d_{gw,t} \text{ is } \geq d_{r,1} \\ 1.0 - \frac{d_{gw,t} - d_{r,2}}{d_{r,1} - d_{r,2}} & \text{if } d_{gw,t} \text{ is } \geq d_{r,2} \\ 1.0 & \text{otherwise} \end{cases} }

Max potential evaporation:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{max} = f_t \cdot e_{w,t} \cdot f_o}

Evaporation unsaturated:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{u} = \begin{cases} 0.0 & \text{if } d_{gw,t} \text{ is } \leq 0.0 \\ min(E_{max}, h_u \cdot \frac{d_{r,1}}{d_{gw,t}}) & \text{otherwise} \\ \end{cases} }

Potential evaporation saturated:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{s} = w_{g,t} - ( b_{s,c} - d_{b,c} )}

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{r} = max( 0.0 , w_{g,t} - ( b_{s} - d_{r,1} ))}

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{p,s} = (E_{max} - E_{u}) \cdot f_s}

Evaporation saturated zone:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{s} = max (0.0 , min ( E_{p,s}, d_{s}\cdot f_{gw}, d_r \cdot f_{gw}) ) }

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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_g = E_u + E_s}

where

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b_{s}} is the datum height of the surface.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_{g,t}} is the ground water level (datum height) at time t.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{gw,t}} is the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_t} is the transpiration factor of the buildings (plants) on the surface, or the surface terrain's transpiration factor if none present.
is the evaporation rate of the weather at time t
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_o} is 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.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_s} is 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.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{r,n}} is the nth root depth value.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h_u} is the amount of water in the unsaturated zone.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{max}} is the potential max evaporation
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{u}} is the evaporation in the unsaturated zone
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{p,s}} is the potential evaporation in the saturated zone
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{s}} is the evaporation in the saturated zone
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E_{g}} is the total evaporation from the underground.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{b,c}} = 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.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{s}} 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