Description Usage Arguments Details Value Examples
Derivation of palaeo-air temperature characteristics from palaeo-active-layer thickness with the magnitude of annual air temperature oscillations defined by the air temperature range (Aa), that is, the difference between the mean air temperature of the warmest and coldest month.
1 |
xi |
Palaeo-active-layer thickness [m] |
phi |
Volumetric ground moisture content [–] |
rho |
Dry ground bulk density [kg/m3] |
q |
Ground quartz content [–] |
fc |
Ground grain-size class [–] |
nt |
Ground-surface thawing n-factor [–] |
Aa |
Annual air temperature range [degC] |
showInputs = TRUE |
Should the inputs be included among the outputs (TRUE by default)? |
All the numerical inputs (except of the quartz content) must be greater than 0. The moisture and quartz contents must be given as a decimal number with a maximum value of 1. A maximum allowed value for the bulk density is set at 2700 kg/m3.
MAAT |
Mean annual air temperature [degC] |
MATWM |
Mean air temperature of the warmest month [degC] |
MATCM |
Mean air temperature of the coldest month [degC] |
MATTS |
Mean air temperature of the thawing season [degC] |
MATFS |
Mean air temperature of the freezing season [degC] |
Ita |
Air thawing index [degC.d] |
Ifa |
Air freezing index [degC.d] |
Lt |
Length of the thawing season [d] |
Lf |
Length of the freezing season [d] |
Its |
Ground-surface thawing index [degC.d] |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Example code run with sample data:
PERICLIMv1.0::Aa(xi = 0.5, phi = 0.3, rho = 1500, q = 0.4, fc = 'fine', nt = 1.2, Aa = 20, showInputs = TRUE)
# If executed correctly, the output and input variables should be:
# MAAT = -8.0980590885793
# MATWM = 1.9019409114207
# MATCM = -18.0980590885793
# MATTS = 1.25954769501061
# MATFS = -10.4312117065219
# Ita = 91.7503875413873
# Ifa = -3047.54195487283
# Lt = 72.8439168320769
# Lf = 292.156083167923
# Its = 110.100465049665
# xi = 0.5
# phi = 0.3
# rho = 1500
# q = 0.4
# fc = 'fine'
# kt = 1.31666362819073
# nt = 1.2
# Aa = 20
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.