Skip to content

Releases: EarthByte/predicting-sediment-thickness

v2.0

15 Apr 03:50
Compare
Choose a tag to compare

This release significantly reduces running time and memory usage.

Other changes include:

  • Can generate costly distance grids faster using a lower internal resolution (eg, 1 degree).
    • Then upscale to a higher resolution (eg, 0.1 degrees).
  • Can specify maximum memory usage (to avoid out-of-memory crashes).
  • Input parameters easier to configure.
    • Eg, specifying age grid filename format (where time is in the filename and how many decimal places).
  • Can specify a non-zero reference frame (eg, if age grids are in a non-zero mantle frame).

v1.1

30 Aug 07:06
d9be942
Compare
Choose a tag to compare

This release contains the sediment thickness workflow with an updated calibration.

Here, the relationship for sedimentation rate and thickness was based on the calibration of the:

v1.0

29 Aug 04:47
dd372bb
Compare
Choose a tag to compare

This release contains the original sediment thickness workflow from Dutkiewicz et al. (2017).

The relationship for sedimentation rate and thickness was based on the calibration of the:

It also includes updates to make this code compatible with Python 3