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>.
17:22:12, 5 June 2020 +
grid : ModelGrid<br>
A grid.
method … grid : ModelGrid<br></br>A grid.</br></br>method : {'D8', 'D4'}, optional<br></br>Routing method ('D8' is the default). This keyword has no effect for a Voronoi-based grid.</br></br>flow_equation : {'default', 'Manning', 'Chezy'}, optional<br></br>If Manning or Chezy, flow is routed according to the Manning or Chezy equation; discharge is allocated to multiple downslope nodes proportional to the </br>square root of discharge; and a water__depth field is returned. If default, flow is allocated to multiple nodes linearly with slope; and the </br>water__depth field is not calculated.</br></br>Chezys_C : float, optional<br></br>Required if flow_equation == 'Chezy'.</br></br>Mannings_n : float, optional<br></br>Required if flow_equation == 'Manning'.gs_n : float, optional<br>
Required if flow_equation == 'Manning'. +
"flow__potential":
{
"dtype": float,
"int … "flow__potential": </br>{</br>"dtype": float,</br>"intent": "out",</br>"optional": False,</br>"units": "m**3/s",</br>"mapping": "node",</br>"doc": "Value of the hypothetical field 'K', used to force water flux to flow downhill",</br>}</br></br>"surface_water__depth": </br>{</br>"dtype": float,</br>"intent": "out",</br>"optional": False,</br>"units": "m",</br>"mapping": "node",</br>"doc": "Depth of water on the surface",</br>}</br></br>"surface_water__discharge": </br>{</br>"dtype": float,</br>"intent": "out",</br>"optional": False,</br>"units": "m**3/s",</br>"mapping": "node",</br>"doc": "Volumetric discharge of surface water",</br>}</br></br>"topographic__elevation": </br>{</br>"dtype": float,</br>"intent": "in",</br>"optional": False,</br>"units": "m",</br>"mapping": "node",</br>"doc": "Land surface topographic elevation",</br>}</br></br>"water__unit_flux_in": </br>{</br>"dtype": float,</br>"intent": "in",</br>"optional": False,</br>"units": "m/s",</br>"mapping": "node",</br>"doc": "External volume water per area per time input to each node (e.g., rainfall rate)",</br>}put to each node (e.g., rainfall rate)",
} +
Active +
This class implements Voller, Hobley, and … This class implements Voller, Hobley, and Paola’s experimental matrix solutions for flow routing. The method works by solving for a potential field at all nodes on the grid, which enforces both mass conservation and flow downhill along topographic gradients. It is order n and highly efficient, but does not return any information about flow connectivity.</br></br>Options are permitted to allow “abstract” routing (flow enforced downslope, but no particular assumptions are made about the governing equations), or routing according to the Chezy or Manning equations. This routine assumes that water is distributed evenly over the surface of the cell in deriving the depth, and does not assume channelization. You will need to back- calculate channel depths for yourself using known widths at each node if that is what you want.ths at each node if that is what you want. +
Daniel +
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 +
LandLab +
multidirectional +, method +, class implements voller +, experimental matrix solutions +, implements voller +, paola ’s experimental +, class implements +, experimental matrix +, matrix solutions +, hobley +, voller +, paola +, flow +, chezy or manning +, routing +, manning equations +, class +, flow path +, flow routing + and potentialityflowrouter +
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:14:11, 17 September 2020 +
-- +
Multidirectional flow routing using a novel method. +
ASCII +
80309 +
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 +
2015 +