Groundwater level formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
 
Line 8: Line 8:
: <math>f_{ws}</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the ground terrain type, used here as a fraction.
: <math>f_{ws}</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the ground terrain type, used here as a fraction.
: <math>w_g</math> = The groundwater level, relative to {{datum}}. Also known as the [[Ground watertable result type (Water Overlay)|watertable]].
: <math>w_g</math> = The groundwater level, relative to {{datum}}. Also known as the [[Ground watertable result type (Water Overlay)|watertable]].
: <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>B_c</math> = the datum height of the surface of cell c, set by the [[Elevation model (Water Overlay)|elevation]] or a [[Terrain elevation prequel (Water Overlay)|Terrain elevation prequel]].
: <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_{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.  



Latest revision as of 11:33, 5 May 2026

Groundwater level is calculated per cell.

hs=Vsfws
wg=hs+Bcdb,c

Where:

hs = The height (column) of the saturated zone.
Vs = The amount of water in the saturated zone. The height of the water column if the equivalent amount of water was placed on the surface.
fws = The WATER_STORAGE_PERCENTAGE of the ground terrain type, used here as a fraction.
wg = The groundwater level, relative to datum. Also known as the watertable.
Bc = the datum height of the surface of cell c, set by the elevation or a Terrain elevation prequel.
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.