Groundwater level formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Groundwater level is calculated per cell.
Groundwater level is calculated per cell.
: <math>WH_{underground} = \frac{W_{sat}}{WSP}</math>
: <math>h_u = \frac{\Delta w_{sat}}{sp}</math>
: <math>WL_{underground} = WH_{underground} + H_{surface} - GBDM</math>
: <math>l_u = h_u + z - \Delta B</math>


Where:
Where:
* <math>WL_{underground}</math> = The groundwater level, relative to {{datum}}. Also known as the watertable.
* <math>l_u</math> = The groundwater level, relative to {{datum}}. Also known as the watertable.
* <math>WH_{underground}</math> = The height (column) of the saturated zone.
* <math>h_u</math> = The height (column) of the saturated zone.


* <math>W_{sat}</math> = 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.
* <math>\Delta w_{sat}</math> = 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.
* <math>H_{surface}</math> = The [[terrain height (Water Overlay)|surface height]] in the cell, relative to {{datum}}.
* <math>z</math> = The [[terrain height (Water Overlay)|surface height]] in the cell, relative to {{datum}}.
* <math>GBDM</math> = The [[Ground bottom distance m model attribute (Water Overlay)|GROUND_BOTTOM_DISTANCE_M]] (effectively available height in the underground model).
* <math>\Delta B</math> = The [[Ground bottom distance m model attribute (Water Overlay)|GROUND_BOTTOM_DISTANCE_M]] (effectively available height in the underground model).
* <math>WSP</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type.
* <math>sp</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type, used here as a fraction.


==Related==
==Related==

Revision as of 14:41, 10 July 2020

Groundwater level is calculated per cell.

Where:

  • = The groundwater level, relative to datum. Also known as the watertable.
  • = The height (column) of the saturated zone.
  • = 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.
  • = The surface height in the cell, relative to datum.
  • = The GROUND_BOTTOM_DISTANCE_M (effectively available height in the underground model).
  • = The WATER_STORAGE_PERCENTAGE of the underground terrain type, used here as a fraction.

Related

The following topics are related to this formula.

Features
Groundwater
Formulas
Underground flow formula
Underground evaporation formula
Surface infiltration formula
Underground infiltration formula
Models
Surface model
Evaporation model
Infiltration model

Related models

Template:WaterOverlay nav