Parameter a recalculation formula (Subsidence Overlay)

From Tygron Preview Support Wiki
Revision as of 16:04, 11 February 2021 by Frank@tygron.nl (talk | contribs)
Jump to navigation Jump to search

The a parameter is recalculated yearly, to account for a changing climate. The new value for the a parameter is obtained by multiplying the original Parameter a is with a factor. This factor is calculated based on an interpolated average temperature for that year, a soil temperature factor, micro activity and an oxidation factor.

The value of the a parameter is updated each year as follows:

Delta temperature is calculated as:

ΔT=(TfinalTstart)yyystartyfinalystartfst

Delta micro activity is calculated as:

ΔMA=Q10ΔT/10.01.0

Delta subsidence is calculated as:

Δssub=ΔMAfox

The new parameter a value for year y is calculated as:

ay=a0(1.0+Δssub)

ay = The a parameter for the current year.
a0 = The a parameter value at the start of the calculation, defined by the model attribute A.
yy = The current year. The first year is defined by START_YEAR.
ystart = The start year of the simulation, defined by CLIMATE_START_YEAR.
yend = The final year of the simulation, defined by the addition of the start year and YEARS.
Tstart = The average temperature of the start year, defined by CLIMATE_START_TEMP.
Tfinal = The average temperature of the final year, defined by CLIMATE_FINAL_TEMP.
Q10 = The Q10 factor, configured as 3. This value is currently not adjustable.
fst = Soil temperature factor, defined by CLIMATE_SOIL_TEMP_FACTOR.
fox = Oxidation factor, defined by CLIMATE_OXIDATION.