Sequence Sequence

Sequence is a modular 2D (i.e., profile) sequence stratigraphic model that is written in Python and implemented within the Landlab framework. Sequence represents time-averaged fluvial and marine sediment transport via differential equations. The modular code includes components to deal with sea level changes, sediment compaction, local or flexural isostasy, and tectonic subsidence and uplift.

Sequence

Installing Sequence#

If you are new to Sequence, you can install it following the directions in our Basic Installation Guide but, in brief, it should be

conda install sequence-model -c conda-forge
pip install sequence-model

If you would like to modify the source code or contribute to the project, you should follow our Developer Installation Guide.

Running Sequence#

Visit the Tutorials Section to get started with some simple examples.