View source: R/DifferentialDiffusion.R
DifferentialDiffusion | R Documentation |
Calculate the differential diffusion, as defined in Münch et al. (2007), over a specified depth interval given a diffusion length profile.
DifferentialDiffusion(
dat = NULL,
z00,
z01,
z10,
z11,
P = 650,
T = 228.5,
bdot = 64
)
dat |
a list providing a firn density profile, in order to calculate
diffusion lengths, with two elements: |
z00 |
upper boundary of the first depth interval. |
z01 |
lower boundary of the first depth interval. |
z10 |
upper boundary of the second depth interval. |
z11 |
lower boundary of the second depth interval. |
P |
atmospheric surface pressure in [mbar] to calculate diffusion lengths; default is 650 mbar for Kohnen Station. |
T |
annual mean surface air temperature in [K] to calculate diffusion lengths; default is 228.5 K for Kohnen Station. |
bdot |
annual mean accumulation rate in [kg/m^2/yr] to calculate diffusion lengths; default is 64 kg/m^2/yr for Kohnen Station. |
Mean diffusion lengths are calculated for the depth intervals [z00,
z01]
and [z10, z11]
, and the differential diffusion length is
obtained between these two intervals according to Eq. (2) in Münch et
al. (2017).
a named vector with two elements: oxy
, the differential
diffusion length value for oxygen isotopes; dtr
, the differential
diffusion length value for deuterium.
Thomas Münch
Eq. (2) in Münch et al. (2017)
Münch, T., et al., Constraints on post-depositional isotope modifications in East Antarctic firn from analysing temporal changes of isotope profiles, The Cryosphere, 11(5), 2175-2188, doi:10.5194/tc-11-2175-2017, 2017.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.