Groundwater level formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "Groundwater level is calculated per cell. : ''WH<sub>underground</sub> = W<sub>sat</sub> / WSP'' : ''WL<sub>underground</sub> = WH<sub>underground</sub> + H<sub>surface</sub>...")
 
No edit summary
Line 4: Line 4:


Where:
Where:
* WL<sub>underground</sub> = The groundwater level, relative to {{datum}}.
* WL<sub>underground</sub> = The groundwater level, relative to [[Datum|datum]].
* WH<sub>underground</sub> = The height (column) of the saturated zone.
* WH<sub>underground</sub> = The height (column) of the saturated zone.


* W<sub>sat</sub> = 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.
* W<sub>sat</sub> = 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.
* H<sub>surface</sub> = The terrain height in the cell, relative to {{datum}}.
* H<sub>surface</sub> = The terrain height in the cell, relative to {{datum}}.
* GBDM = The {{inlink|GROUND_BOTTOM_DISTANCE_M}} (effectively available height in the underground model).
* GBDM = The [[Ground bottom distance m model attribute (Water Overlay)|GROUND_BOTTOM_DISTANCE_M]] (effectively available height in the underground model).
* WSP = The {{inlink|WATER_STORAGE_PERCENTAGE}} of the underground terrain type.
* WSP = The [[Water storage percentage (Terrain) (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type.


{{Template:WaterOverlay_nav}}
{{Template:WaterOverlay_nav}}

Revision as of 12:11, 4 April 2019

Groundwater level is calculated per cell.

WHunderground = Wsat / WSP
WLunderground = WHunderground + Hsurface - GBDM

Where:

  • WLunderground = The groundwater level, relative to datum.
  • WHunderground = The height (column) of the saturated zone.
  • Wsat = 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.
  • Hsurface = The terrain height in the cell, relative to datum.
  • GBDM = The GROUND_BOTTOM_DISTANCE_M (effectively available height in the underground model).
  • WSP = The WATER_STORAGE_PERCENTAGE of the underground terrain type.

Template:WaterOverlay nav