Model:ErosionDeposition

From CSDMS
Revision as of 10:11, 6 February 2018 by Cmshobe (talk | contribs) (Created page with "{{Model identity |Model also known as=Landlab ErosionDeposition component |Model type=Single }} {{Start models incorporated}} {{End a table}} {{Model identity2 |ModelDomain=Te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


ErosionDeposition


Metadata

Also known as Landlab ErosionDeposition component
Model type Single
Model part of larger framework
Note on status model
Date note status model
Incorporated models or components:
Spatial dimensions 2D
Spatial extent Continental, Regional-Scale, Landscape-Scale, Watershed-Scale, Reach-Scale
Model domain Terrestrial
One-line model description Landlab component for fluvial erosion/deposition.
Extended model description The Landlab ErosionDeposition component calculates fluvial erosion and deposition of a single substrate as derived by Davy and Lague (2009, Journal of Geophysical Research). Mass is simultaneously conserved in two reservoirs: the bed and the water column. ErosionDeposition dynamically transitions between detachment-limited and transport-limited behavior, but is limited to erosion of a single substrate (e.g., sediment or bedrock but not both).
Keywords:

River Erosion, Sediment Transport, Landscape Evolution,

Name Charles Shobe
Type of contact Model developer
Institute / Organization CIRES and Department of Geological Sciences, University of Colorado
Postal address 1 UCB 399
Postal address 2
Town / City Boulder
Postal code 80309-0399
State Colorado
Country United States
Email address charles.shobe@colorado.edu
Phone
Fax


Supported platforms
Unix, Linux, Mac OS, Windows
Other platform
Programming language

Python

Other program language
Code optimized Single Processor
Multiple processors implemented
Nr of distributed processors
Nr of shared processors
Start year development 2017
Does model development still take place? No
If above answer is no, provide end year model development 2017
Code development status
When did you indicate the 'code development status'?
Model availability
Source code availability
(Or provide future intension)
Through web repository
Source web address https://github.com/landlab/landlab/tree/master/landlab/components/erosion_deposition
Source csdms web address
Program license type BSD or MIT X11
Program license type other
Memory requirements variable
Typical run time variable; minutes to hours


Describe input parameters [[Describe input parameters model::Parameters
       ----------
       grid : ModelGrid
           Landlab ModelGrid object
       K : float
           Erodibility constant for substrate (units vary).
       phi : float
           Sediment porosity [-].
       v_s : float
           Effective settling velocity for chosen grain size metric [L/T].
       m_sp : float
           Drainage area exponent (units vary)
       n_sp : float
           Slope exponent (units vary)
       sp_crit : float
           Critical stream power to erode substrate [E/(TL^2)]
       F_f : float
           Fraction of eroded material that turns into "fines" that do not
           contribute to (coarse) sediment load. Defaults to zero.
       method : string
           Either "simple_stream_power", "threshold_stream_power", or
           "stochastic_hydrology". Method for calculating sediment
           and bedrock entrainment/erosion.
       discharge_method : string
           Either "area_field" or "discharge_field". If using stochastic
           hydrology, determines whether component is supplied with
           drainage area or discharge.
       area_field : string or array
           Used if discharge_method = 'area_field'. Either field name or
           array of length(number_of_nodes) containing drainage areas [L^2].
       discharge_field : string or array
           Used if discharge_method = 'discharge_field'.Either field name or
           array of length(number_of_nodes) containing drainage areas [L^2/T].
       solver : string
           Solver to use. Options at present include:
               (1) 'basic' (default): explicit forward-time extrapolation.
                   Simple but will become unstable if time step is too large.
               (2) 'adaptive': adaptive time-step solver that estimates a 
                   stable step size based on the shortest time to "flattening"
                   among all upstream-downstream node pairs.]]
Input format
Other input format Arguments are passed within Landlab driver script
Describe output parameters Model returns modified 'topographic__elevation', the model grid field holding model node elevations.
Output format
Other output format Landlab grid field
Pre-processing software needed? No
Describe pre-processing software
Post-processing software needed? No
Describe post-processing software
Visualization software needed? No
If above answer is yes
Other visualization software


Describe processes represented by the model Fluvial sediment entrainment and deposition
Describe key physical parameters and equations See Davy and Lague (2009, Journal of Geophysical Research) for full model description.
Describe length scale and resolution constraints Length scale: ~10's of meters to ~1000's of km
Describe time scale and resolution constraints Time scale: Days to millions of years
Describe any numerical limitations and issues


Describe available calibration data sets
Upload calibration data sets if available:
Describe available test data sets
Upload test data sets if available:
Describe ideal data for testing


Do you have current or future plans for collaborating with other researchers?
Is there a manual available? No
Upload manual if available:
Model website if any
Model forum / discussion board
Comments


This part will be filled out by CSDMS staff

OpenMI compliant Not yet"Not yet" is not in the list (Yes, No but planned, No but possible, No not possible) of allowed values for the "Code openmi compliant or not" property.
BMI compliant Not yet"Not yet" is not in the list (Yes, No but planned, No but possible, No not possible) of allowed values for the "Code IRF or not" property.
WMT component Not yet"Not yet" is not in the list (Yes, In progress, No but possible, No not possible) of allowed values for the "Code CMT compliant or not" property.
PyMT component
Is this a data component
Can be coupled with:
Model info
Nr. of publications: --
Total citations: 0
h-index: --"--" is not a number.
m-quotient: 0
Qrcode ErosionDeposition.png
Link to this page


Introduction

History

References




Nr. of publications: --
Total citations: 0
h-index: --"--" is not a number.
m-quotient: 0


Publication(s)YearTypeCited
Error: Table AuthorsMan not found.
. . , , .
[[| (View/edit entry)]]
ErosionDeposition
Related theory Template:SEM 1981481012

Issues

Help

Input Files

Output Files