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 24: Line 24:
\end{cases}
\end{cases}
</math>
</math>
Seasonal transpiration factor:
<math> f_{ts} = (1.0 - f_{se}) \cdot f_{ts,c} + f_{se} * f_{ts,n}</math>


Max potential evaporation:
Max potential evaporation:


<math>E_{max} = f_t \cdot e_{w,t} \cdot f_o</math>
<math>E_{max} = f_{ts} \cdot e_{w,t} \cdot f_o</math>


Evaporation unsaturated:
Evaporation unsaturated:
Line 58: Line 61:
: <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.
: <math>f_t</math> = 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.
: <math>s_{c}</math> = Current season. Used for interpolating the transpiration factor.
: <math>s_{n}</math> = Next season. Used for interpolating the transpiration factor.
: <math>f_{se}</math> = Season fraction. Used for interpolating the transpiration factor.
: <math>f_{ts}</math> = 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. Can be supplied as four values; it is an interpolated value based on the current and next season.
: <math>e_{w,t}</math> = the [[Evaporation_m_(Water_Overlay)|evaporation rate]] of the [[weather]] at time t
: <math>e_{w,t}</math> = the [[Evaporation_m_(Water_Overlay)|evaporation rate]] of the [[weather]] at time t
: <math>f_o</math> = the calculated feddes oxygen stress factor, calculated using the 3rd and 4th [[Root_depth_m_(Water_Overlay)|root depths]] and the feddes trapezium interpolation model and the ground water depth.
: <math>f_o</math> = the calculated feddes oxygen stress factor, calculated using the 3rd and 4th [[Root_depth_m_(Water_Overlay)|root depths]] and the feddes trapezium interpolation model and the ground water depth.

Revision as of 10:07, 27 February 2024

Ground evaporation is calculated per cell.

For all ground 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

Seasonal transpiration factor: fts=(1.0fse)fts,c+fse*fts,n

Max potential evaporation:

Emax=ftsew,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,dsfws,drfws))

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.
sc = Current season. Used for interpolating the transpiration factor.
sn = Next season. Used for interpolating the transpiration factor.
fse = Season fraction. Used for interpolating the transpiration factor.
fts = the transpiration factor of the buildings (plants) on the surface, or the surface terrain's transpiration factor if none present. Can be supplied as four values; it is an interpolated value based on the current and next season.
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.
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
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
fws = The WATER_STORAGE_PERCENTAGE of the ground terrain type, used here as a fraction.
Es = the evaporation in the saturated zone
Eg = the total evaporation from the ground.


Related

The following topics are related to this formula.

Formulas
Groundwater level formula (Water Overlay)
Models
Ground model (Water Overlay)
Evaporation model (Water Overlay)