Browse wiki
From CSDMS
Single Processor +
Creation date"Creation date" is a predefined property that corresponds to the date of the first revision of a subject and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
15:24:18, 7 June 2020 +
grid : ModelGrid<br>
A Landlab squar … grid : ModelGrid<br></br>A Landlab square cell raster grid object</br></br>latero_mech : string, optional (defaults to UC)<br></br>Lateral erosion algorithm, choices are "UC" for undercutting-slump model and "TB" for total block erosion</br></br>alph : float, optional (defaults to 0.8)<br></br>Parameter describing potential for deposition, dimensionless</br></br>Kv : float, node array, or field name<br></br>Bedrock erodibility in vertical direction, 1/years</br></br>Kl_ratio : float, optional (defaults to 1.0)<br></br>Ratio of lateral to vertical bedrock erodibility, dimensionless</br></br>solver : string<br></br>Solver options:<br></br>(1) 'basic' (default): explicit forward-time extrapolation. Simple but will become unstable if time step is too large or if bedrock erodibility is </br>very high.<br></br>(2) 'adaptive': subdivides global time step as needed to prevent slopes from reversing.</br></br>inlet_node : integer, optional<br></br>Node location of inlet (source of water and sediment)</br></br>inlet_area : float, optional<br></br>Drainage area at inlet node, must be specified if inlet node is "on", m^2</br></br>qsinlet : float, optional<br></br>Sediment flux supplied at inlet, optional. m3/year</br></br>flow_accumulator : Instantiated Landlab FlowAccumulator, optional<br></br>When solver is set to "adaptive", then a valid Landlab FlowAccumulator must be passed. It will be run within sub-timesteps in order to update the flow </br>directions and drainage area.tor must be passed. It will be run within sub-timesteps in order to update the flow
directions and drainage area. +
"drainage_area":
{
"dtype": float,
"inten … "drainage_area": </br>{</br>"dtype": float,</br>"intent": "in",</br>"optional": False,</br>"units": "m**2",</br>"mapping": "node",</br>"doc": "Upstream accumulated surface area contributing to the node's discharge",</br>}</br></br>"flow__receiver_node": </br>{</br>"dtype": int,</br>"intent": "in",</br>"optional": False,</br>"units": "-",</br>"mapping": "node",</br>"doc": "Node array of receivers (node that receives flow from current node)",</br>}</br></br>"flow__upstream_node_order": </br>{</br>"dtype": int,</br>"intent": "in",</br>"optional": False,</br>"units": "-",</br>"mapping": "node",</br>"doc": "Node array containing downstream-to-upstream ordered list of node IDs",</br>}</br></br>"lateral_erosion__depth_increment": </br>{</br>"dtype": float,</br>"intent": "out",</br>"optional": False,</br>"units": "m",</br>"mapping": "node",</br>"doc": "Change in elevation at each node from lateral erosion during time step",</br>}</br></br>"sediment__flux": </br>{</br>"dtype": float,</br>"intent": "out",</br>"optional": False,</br>"units": "m3/y",</br>"mapping": "node",</br>"doc": "Sediment flux (volume per unit time of sediment entering each node)",</br>}</br></br>"topographic__elevation": </br>{</br>"dtype": float,</br>"intent": "inout",</br>"optional": False,</br>"units": "m",</br>"mapping": "node",</br>"doc": "Land surface topographic elevation",</br>}</br></br>"topographic__steepest_slope": </br>{</br>"dtype": float,</br>"intent": "in",</br>"optional": False,</br>"units": "-",</br>"mapping": "node",</br>"doc": "The steepest *downhill* slope",</br>}</br></br>"volume__lateral_erosion": </br>{</br>"dtype": float,</br>"intent": "out",</br>"optional": False,</br>"units": "m3",</br>"mapping": "node",</br>"doc": "Array tracking volume eroded at each node from lateral erosion",</br>}oded at each node from lateral erosion",
} +
Only maintenance +
2,020 +
Landlab component that finds a neighbor node to laterally erode and calculates lateral erosion. +
Abigail +
Has query"Has query" is a predefined property that represents meta information (in form of a <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Subobject">subobject</a>) about individual queries and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
ASCII +
Last editor is"Last editor is" is a predefined property that contains the page name of the user who created the last revision and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
0 +
Terrestrial +
LandLab +
As code +
https://github.com/landlab/landlab/issues +
Tool +
https://landlab.github.io +
Modification date"Modification date" is a predefined property that corresponds to the date of the last modification of a subject and is provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a>.
02:15:04, 17 September 2020 +
-- +
Laterally erode neighbor node through fluvial erosion. +
ASCII +
66506 +
false +
false +
Processing error"Processing error" is a predefined property provided by <a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.semantic-mediawiki.org/wiki/Help:Special_properties">Semantic MediaWiki</a> and represents errors that appeared in connection with improper value annotations or input processing.
BSD or MIT X11 +
Python +
Through web repository +
https://github.com/landlab/landlab/tree/master/landlab +
2019 +