Skip to content

awosiji/Backstripping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backstripping

1D Airy Isostasy Backstripping Tool

Stanford EPS 251 - Sedimentary Basins

Developed by Victor Awosiji (Stanford University)
Created for EPS 251: Sedimentary Basins, taught by Prof. Stephan Graham


Overview

Backstripping is a foundational technique used to reconstruct the tectonic subsidence history of sedimentary basins by progressively removing the effects of sediment loading and compaction.

This repository provides an automated Python backstripping tool implemented in Jupyter Notebook form. It allows students, researchers, and basin analysts to input custom stratigraphic data and instantly compute:

  • Decompacted sediment thicknesses
  • Progressive burial and basin geometry
  • Tectonic subsidence curves
  • Depth-to-basement evolution through time

The tool follows 1D Airy isostasy backstripping, consistent with the methodology presented in:

  • Allen & Allen (2013) – Basin Analysis
  • Standard compaction relationships and example data from COST-B2 well
  • Earlier excel tool developed by Brian Romans (Virginia Tech)

Quick Demo

  1. Enter stratigraphic units (ages, depths).
  2. Run all cells in backstripping_tool.ipynb.
  3. Inspect tectonic subsidence and depth-to-basement curves.

Conceptual Workflow

Input Stratigraphy (ages, unit, depths)
          |
          v
   Decompact Units
          |
          v
  Remove Water + Sediment Loads
          |
          v
  Compute Tectonic Subsidence
          |
          v
  Build Depth-to-Basement Curve
          |
          v
      Plot Results vs Time

About

1D Airy isostasy backstripping tool for reconstructing tectonic subsidence in sedimentary basins.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors