View source: R/getNodeRanking.R
getNodeRanking | R Documentation |
Sorting of the nodes from upstream to downstream for RunModel and Calibration
getNodeRanking(griwrm)
griwrm |
[object of class |
The sort is done by searching upstream nodes in the networks recursively.
Ungauged node clusters are processed by cluster and the algorithm tries to
process ungauged nodes which receive their parameters from upstream or
sibling node after their donor node.
Use options(debug = TRUE)
to get details on how the sort is performed.
A character vector containing ordered node ids
CreateGRiwrm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.