Parameter a recalculation formula (Subsidence Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:


* <math>a_{y}</math> = The a parameter for the current year.
* <math>a_{y}</math> = The a parameter for the current year.
* <math>a_{0}</math> = The a parameter value at the start of the calculation, defined by [[Parameter a (Subsidence Overlay)|Parameter a]].
* <math>a_{0}</math> = The a parameter value at the start of the calculation, defined by [[Parameter a (Subsidence Overlay)|PARAMETER_A]].
* <math>y_{y}</math> = The current year.
* <math>y_{y}</math> = The current year.
* <math>y_{start}</math> = The start year of the simulation, defined by [[Climate start year (Subsidence Overlay)|CLIMATE_START_YEAR]].
* <math>y_{start}</math> = The start year of the simulation, defined by [[Climate start year (Subsidence Overlay)|CLIMATE_START_YEAR]].

Revision as of 15:24, 8 February 2021

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:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta{T}=(T_{final}-T_{start}) \cdot \frac{y_{y}-y_{start}}{y_{final}-y_{start}} \cdot f_{st} }

Delta micro activity is calculated as:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta{MA}=Q_{10}^{\Delta{T}/ 10.0} - 1.0}

Delta subsidence is calculated as:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta{S}=\Delta{MA} \cdot f_{ox}}

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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_y = a_0 \cdot ( 1.0 + \Delta{S} )}

  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_{y}} = The a parameter for the current year.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_{0}} = The a parameter value at the start of the calculation, defined by PARAMETER_A.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y_{y}} = The current year.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y_{start}} = The start year of the simulation, defined by CLIMATE_START_YEAR.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y_{end}} = The final year of the simulation, defined by the addition of the start year and YEARS.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle T_{start}} = The average temperature of the start year, defined by CLIMATE_START_TEMP.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle T_{final}} = The average temperature of the final year, defined by CLIMATE_FINAL_TEMP.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{10}} = The Q10 factor, configured as 3. This value is currently not adjustable.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_{st}} = Soil temperature factor, defined by CLIMATE_SOIL_TEMP_FACTOR.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_{ox}} = Oxidation factor, defined by CLIMATE_OXIDATION.