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 3: Line 3:
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,c} - w_{g,t}</math>
<math>d_{gw,t} = B_{c} - w_{g,t}</math>


Feddes oxygen stress factor:
Feddes oxygen stress factor:
Line 40: Line 40:
Potential evaporation saturated:
Potential evaporation saturated:


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


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


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


where  
where  
: <math>b_{s,c}</math> = the datum height of the surface of cell c, set by the [[Elevation (Water Overlay)|elevation]] or a [[Terrain elevation prequel (Water Overlay)|Terrain elevation prequel]].
: <math>B_{c}</math> = the datum height of the surface of cell c, set by the [[Elevation (Water Overlay)|elevation]] or a [[Terrain elevation prequel (Water Overlay)|Terrain elevation prequel]].
: <math>w_{g,t}</math> = the ground water level (datum height) at time t.
: <math>w_{g,t}</math> = the ground water level (datum height) at time t.
: <math>d_{gw,t}</math> = the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.
: <math>d_{gw,t}</math> = the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.

Revision as of 12:39, 25 January 2024

Underground evaporation is calculated per cell.

For all underground evaporation calculation, the ground water depth at time t is used.

dgw,t=Bcwg,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(Bcdb,c)

dr=max(0.0,wg,t(Bcdr,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:

Eg=Eu+Es

where

Bc = the datum height of the surface of cell c, set by the elevation or a Terrain elevation prequel.
wg,t = the ground water level (datum height) at time t.
dgw,t = the depth of the ground water level, which is equal to the column height of the unsaturated zone at time t.
ft = the transpiration factor of the buildings (plants) on the surface, or the surface terrain's transpiration factor if none present.
ew,t = the evaporation rate of the weather at time t
fo = 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.
fs = 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.
dr,n = the nth root depth value.
hu = the amount of water in the unsaturated zone.
Emax = the potential max evaporation
Eu = the evaporation in the unsaturated zone
Ep,s = the potential evaporation in the saturated zone
Es = the evaporation in the saturated zone
Eg = the total evaporation from the underground.
db,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.
ds = 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