View source: R/RecordCompression.R
RecordCompression | R Documentation |
Calculate the compression due to densification with a constant rate during downward-advection of a firn-core record.
RecordCompression(z.start = 0, adv, length.in, rate, res = 1)
z.start |
the depth of the upper end of the firn-core record in [cm]. |
adv |
the amount of downward advection in [cm]. |
length.in |
the initial length of the firn-core record in [cm]. |
rate |
constant rate of firn densification relative to the surface density; in [% per metre]. |
res |
resolution (in [cm]) of the compression calculation, i.e. the size of the individual depth bins of the record ("snow parcels") that are advected downwards. |
the length change of the firn-core record in [cm].
Thomas Münch
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.
Compression
# Length change of trench record for mean estimated densification rate
# (see Münch et al., 2017):
RecordCompression(adv = 50, length.in = 100, rate = 4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.