Ground water depth formula (Subsidence Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
<math>\Delta{d_{inc}} = - \Delta{d_{a,y}} - s_{y-1}</math>
<math>\Delta{d_{inc}} = - \Delta{d_{a,y}} - s_{y-1}</math>


<math>d_{w,adj} = d{w} + \Delta{d_{inc}}</math>
<math>d_{a,adj} = d{a} + \Delta{d_{inc}}</math>


<math>\Delta{d_{low}} = 0.6 \cdot (\max(0.0, min(0.6, d_{w,adj})- max(0.0, min(0.6, d{w}))</math>
<math>\Delta{d_{low}} = 0.6 \cdot (\max(0.0, min(0.6, d_{a,adj})- max(0.0, min(0.6, d{a}))</math>


<math>\Delta{d_{mid}} = \frac{\max(0.6, min(1.0, d_{w,adj}))+ max(0.6, min(1.0, d{w}))}{2.0} \cdot ((\max(0.6, min(1.0, d_{w,adj}))- (max(0.6, min(1.0, d{w})))</math>
<math>\Delta{d_{mid}} = \frac{\max(0.6, min(1.0, d_{a,adj}))+ max(0.6, min(1.0, d{a}))}{2.0} \cdot ((\max(0.6, min(1.0, d_{a,adj}))- (max(0.6, min(1.0, d{a})))</math>


<math>\Delta{d_{high}} = 1.0 \cdot (\max(0.0, d_{w,adj}- max(0.0, d{w})</math>
<math>\Delta{d_{high}} = 1.0 \cdot (\max(0.0, d_{a,adj}- max(0.0, d{a})</math>

Revision as of 12:47, 9 February 2021

At the start of a simulation, the ground water depth is initialized with the ground water depth geotiff (if provided) and is optionally overwritten by (managed) water level areas' water level. Furthermore, the ground water level can be managed with drainages (provided as underground buildings), either actively or passively.

Additionally the terrain height can change due to subsidence that occurred in previous years and due to actions taken that raised the terrain. Managed water level areas can react to these changes when indexation is configured. For indexation, see indexation formula.

where

  • is the calculated ground water depth of a grid cell at year y.
  • is the ground water depth actively maintained by a drainage
  • is the ground water depth of the managed water level area.
  • is the area water level adjustment for year y.
  • is the ground water level passively maintained by drainages.
  • is the ground water level increase calculated based on the are water level adjustment due to indexation and the subsidence in the previous year.

The ground water level increase is calculated based on the indexation on the managed water level of the surface water and the calculated subsidence of the previous year. This adjustment is rarely the adjustment of the managed water level. Therefore, the following formula is used to calculate the increase of the ground water level.