Subsidence formula (Subsidence Overlay): Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The total subsidence for year y is calculated as:
The total subsidence for year y is calculated as:


<math>S_{y,max} = d_{tl,c} \cdot p_{c} - S{y-1}</math>
<math>S_{y,max} = d_{tl,c} \cdot p_{c} - S_{y-1}</math>


<math>S_{O,y} = min(S_{y,max},S_{O,y})</math>
<math>S_{O,y} = min(S_{y,max},S_{O,y})</math>

Revision as of 11:35, 16 February 2021

The total subsidence for year y is calculated as:

Sy,max=dtl,cpcSy1

SO,y=min(Sy,max,SO,y)

Sy,max=Sy,maxSO,y

SC,y=min(Sy,max,SC,y)

Sy=SO,y+SC,y

where

pc is the peat fraction of the respective grid cell c.
dtl,c is the top layer thickness of the respective grid cell c.
Sy,max is the maximum possible subsidence in year y.
Sy is the total subsidence in year y
SO,y is the subsidence due to oxidation in year y.
SC,y is the subsidence due to compactions in year y.