Groundwater level formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Groundwater level is calculated per cell. | Groundwater level is calculated per cell. | ||
: | : <math>WH_underground = \fract{W_sat}{WSP}</math> | ||
: | : <math>WL_underground = WH_underground + H_surface - GBDM</math> | ||
Where: | Where: |
Revision as of 14:32, 10 July 2020
Groundwater level is calculated per cell.
- Failed to parse (unknown function "\fract"): {\displaystyle WH_underground = \fract{W_sat}{WSP}}
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.
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