Groundwater level formula (Water Overlay): Difference between revisions
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>h_u = \frac{\Delta w_s}{sp}</math> | : <math>h_u = \frac{\Delta w_s}{sp}</math> | ||
: <math> | : <math>gl_u = h_u + B - d_b</math> | ||
Where: | Where: | ||
Line 7: | Line 7: | ||
* <math>\Delta w_s</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_s</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>sp</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type, used here as a fraction. | * <math>sp</math> = The [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] of the underground terrain type, used here as a fraction. | ||
* <math> | * <math>gl_u</math> = The groundwater level, relative to {{datum}}. Also known as the watertable. | ||
* <math>B</math> = The [[terrain height (Water Overlay)|surface height]] in the cell, relative to {{datum}}. | * <math>B</math> = The [[terrain height (Water Overlay)|surface height]] in the cell, relative to {{datum}}. |
Revision as of 14:44, 10 July 2020
Groundwater level is calculated per cell.
Where:
- = 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 WATER_STORAGE_PERCENTAGE of the underground terrain type, used here as a fraction.
- = The groundwater level, relative to datum. Also known as the watertable.
- = The surface height in the cell, relative to datum.
- = The GROUND_BOTTOM_DISTANCE_M (effectively available height in the underground model).
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