Skip to content

a toy model for a stochastic stratigraphic filter in depositional systems

License

Notifications You must be signed in to change notification settings

sededu/stratigraphic_filter

Repository files navigation

The Stratigraphic Filter

This module explores the erosional stratigraphic filter on stratigraphy with a simple one-dimensional model of surface elevation over time.

This repository is also linked into the SedEdu suite of education modules, and can be accessed there as well.

demo_png

Installation and running the module

Visit the section of the text below for more information on installing and executing the stratigraphic_filter_toy program on your computer.

Requirements

This module depends on Python3, and the libraries numpy and matplotlib.

Anaconda installation

It is recommended that you install Anaconda, which is an open source distribution of Python. It comes with many basic scientific libraries, some of which are used in the module. Anaconda can be downloaded at https://www.anaconda.com/download/ for Windows, macOS, and Linux. Please follow the instruction provided in the website as to how to install and setup Python on your computer.

Custom Python installation

If you want a more flexible and lightweight Python distribution, you can use whatever your favorite package manager is distributing (e.g., homebrew or apt), check the Windows downloads here, or compile from source.

Whatever method you choose, you will need to install the dependencies. installation by pip is easiest, and probably supported if you used anything but compiling from source.

Download the module

install with pip

pip install git+https://github.com/sededu/stratigraphic_filter.git

grab the zip

You can download this entire repository as a .zip by clicking the "Clone or download button on this page", or by clicking here to get a .zip folder. Unzip the folder in your preferred location.

git

If you have installed git and are comfortable working with it, you can simply clone the repository to your preferred location.

https://github.com/sededu/stratigraphic_filter_toy.git

Run the module

Run the module by command line, with

python3 <path-to-the-repo-folder>/src/stratigraphic_filter_toy.py

Module worksheet information

Worksheets are being written to accompany the GUI module. The aim of the worksheets is to help guide a discussion about flooding on deltas or rivers, as may be discussed in Earth Science courses. The modules currently available are targeted at specific age groups:

  • theory behind the model

Educators: please let me know if you used this module, and if there are any ways you can see for us to help facilitate this sort of module in the future. Your feedback is very much appreciated. Email to Andrew Moodie, amoodie@rice.edu.

Disclaimer

The module was created by Andrew J. Moodie as part of the SedEdu project. AJM was supported by an NSF Graduate Research Fellowship under Grant No. 1450681. Any opinion, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

About

a toy model for a stochastic stratigraphic filter in depositional systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages