Giter VIP home page Giter VIP logo

landscape-evolution-model-linear-stability-analysis's Introduction

Landscape Evolution Model (LEM) Stability Analysis

  • This is a Python code to numerically compute the solution of the linear stability analysis problem for the detachment-limited landscape evolution model (LEM).
  • Using the developed code, the role of m and n (exponents of the specific drainage area and slope, respectively in the fluvial erosion term of the model) on the onset and selection of regular valley spacing can be examined.

Publication

The peer-reviewed publication can be found here: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2022JF006716.

Installation

  • numpy and scipy are the required python libraries.

  • This repository contains the code as a jupyter notebook, which can be installed using pip as pip install notebook or using Conda conda install -c conda-forge notebook.

  • Files s200.mat and w200.mat in the repository contain 200 Quadrature Points and Weight Functions, respectively, for the numerical solver.

Code structure

Each number written in the list below explains the operations and functions for the particular Cell of the Jupyter Notebook.

  1. Import relevant packages from numpy and scipy libraries.
  2. Import quadrature points and weight functions arrays (s200.mat and w200.mat), define Python functions for trial and test functions used in the weak formulation, and define Python functions to numerically obtain the slope and its derivatives for generic values of m and n.
  3. Select values of parameters (CI,m,n,L,U,k), global variables and arrays used in the solver.
  4. For every Channelization Index (CI) and wavenumber (k), solve the eigenvalue problem using the spectral Galerkin technique with numerical quadrature.
  5. Extract the critical Channelization Index CIcr and the corresponding fastest growing (positive) spatial frequency (kcr).
  6. Save relevant arrays for plotting and further investigations.

Contact Us

For more information about this research, you can reach out to me: Shashank Kumar Anand.

Other Links

Well-commented Python code for the numerical simulations of the Landscape Evolution Model (LEM) by the same author is available at github.com/ShashankAnand1996/LEM. The developed code has been tested to provide efficient and accurate solutions for the LEM in detachment-limited conditions. The published manuscript is also available: Linear layout of multiple flow-direction networks for landscape-evolution simulations.

landscape-evolution-model-linear-stability-analysis's People

Contributors

shashankanand1996 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jtqin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.