Stratigraphic forward model for simulating migration of patches in shallow-water carbonates
Prerequisites:
- MATLAB (tested with versions 2018+)
Installation:
- Clone this repository:
git clone https://github.com/yourusername/Stacker.git cd Stacker
Running the model:
- Open MATLAB and navigate to the
src/directory - Run the model by typing:
stacker - The GUI will open. Use the interface to:
- Load a parameter file (default:
parameters/stackerFaciesMosaic.txt) - Initialize the model
- Run the simulation
- Plot results
- Load a parameter file (default:
Available parameter configurations:
stackerFaciesMosaic.txt- Facies mosaic model configurationstackerFaciesBelt.txt- Facies belt model configuration
Stacker/
├── src/ # Source code and model files
│ ├── stacker.m # Main Stacker model script
│ ├── parameters/ # Input parameter files
│ │ ├── faciesMosaicCloud*.mat # Facies mosaic cloud configurations (1-5)
│ │ ├── initialTopographyShallowRampSmoothedNoise.txt # Initial topography data
│ │ ├── sealevelCurveConstant0m.txt # Sea level curve data
│ │ ├── stackerFaciesBelt.txt # Facies belt configuration
│ │ └── stackerFaciesMosaic.txt # Facies mosaic configuration
│ └── modelResults/ # Output directory for model results
│ └── FaciesMosaic.mat # Example output file
├── docs/ # Documentation
│ └── index.html # Documentation homepage
├── CITATION.cff # Citation information
├── CONTRIBUTING.md # Contribution guidelines
├── LICENSE # Apache 2.0 License
└── README.md # This file
Peter Burgess
University of Liverpool
Web page: www.liverpool.ac.uk/environmental-sciences/staff/peter-burgess
ORCID: 0000-0002-3812-4231
Emilia Jarochowska
Utrecht University
email: e.b.jarochowska [at] uu.nl
Web page: www.uu.nl/staff/EBJarochowska
ORCID: 0000-0001-8937-9405
Xianyi Liu
Utrecht University
email: x.liu6 [at] uu.nl
Web page: www.uu.nl/staff/XLiu6
ORCID: 0000-0002-3851-116X
The manual pages https://mindthegap-erc.github.io/Stacker/ have been generated based on the code using an LLM and reviewed by the author and the maintainers. The latter take responsibility for the contents.
Copyright 2024-2026 University of Liverpool
Apache 2.0 License, see LICENSE file for license text.