Groundwater level formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
* GBDM = The [[Ground bottom distance m model attribute (Water Overlay)|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 [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type. | * WSP = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type. | ||
==Related models== | |||
* [[Underground model (Water Overlay)|Underground model]] | |||
{{Template:WaterOverlay_nav}} | {{Template:WaterOverlay_nav}} | ||
{{Water Module buttons}} | {{Water Module buttons}} |
Revision as of 13:10, 14 June 2019
Groundwater level is calculated per cell.
- WHunderground = Wsat / WSP
- WLunderground = WHunderground + Hsurface - GBDM
Where:
- WLunderground = The groundwater level, relative to datum. Also known as the watertable.
- 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 surface 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.