getNodeRanking: Sorting of the nodes from upstream to downstream for RunModel...

View source: R/getNodeRanking.R

getNodeRankingR Documentation

Sorting of the nodes from upstream to downstream for RunModel and Calibration

Description

Sorting of the nodes from upstream to downstream for RunModel and Calibration

Usage

getNodeRanking(griwrm)

Arguments

griwrm

[object of class GRiwrm] see CreateGRiwrm for details

Details

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.

Value

A character vector containing ordered node ids

See Also

CreateGRiwrm()


inrae/airGRiwrm documentation built on Sept. 27, 2024, 6:08 p.m.