Skip to content

Releases: Alerovere/Paleo-SL-utilities

Paleo SL Utilities

20 Oct 16:55
Compare
Choose a tag to compare

Paleo sea level utilities (Ver 1.5)

15 Oct 15:03
f161141
Compare
Choose a tag to compare

Small updates of previously created folders, and addition to the "Sea level curves" folder, with data and script to plot them.

1.4

03 Jul 08:43
Compare
Choose a tag to compare
1.4

Updates to the ESL Calculations folder.

v1.3

09 Jun 09:49
f78736d
Compare
Choose a tag to compare

Paleo sea level utilities

This repository contains a variety of sea level calculation utilities related to paleo sea level changes, used in different papaers published or in preparation.

Folder "VLM Simple"

This folder contains a simple Jupyter notebook that calculates long-term vertical land motion (VLM) rates from four inputs:

  1. An eustatic sea level (ESL) estimate for a given time period (interval, with max-min)
  2. The time interval (Time) (interval, max-min)
  3. GIA corrections for the same time period (mean and standard deviation)
  4. Observed Relative sea level (RSL) for the same period (mean and standard deviation)

With these inputs, the script calculates long-term uplift rates with the following rationale:

  1. The ESL estimate and Time are sampled randomly, with no assumptions on their probability distribution
  2. GIA and RSL are sampled as normally distributed
  3. The calculation of the rate is iterated 1.000.000 times with the formula (RSL − GIA − ESL)/Time

A histogram plot is then drawn, together with percentile bounds.

Version 1.3 of this script was used to calculate values for the discussion of some sea level data vs VLM in Hearty et al. (2020), https://doi.org/10.1029/2019PA003835

Folder "ESL Calculations"

Work in progress, script to calculate ESL given RSL, GIA and tectonic corrections.

VERSION 1.3 README

Script VLM Simple.

  • Fixed a sign in the GIA prediction.
  • Edited script markdown to fix some inconsistencies.
  • This is the final version used in Hearty et al., 2020 (https://doi.org/10.1029/2019PA003835)

Script ESL Calculations

  • Started folder and script with some dummy examples.

Version 1.1

27 Feb 11:44
29fa04d
Compare
Choose a tag to compare

First version in Zenodo

Version 1.0

27 Feb 11:40
29fa04d
Compare
Choose a tag to compare

Added script VLM_simple