SAGA-GIS Tool Library Documentation (v7.2.0)

Tool Flow Accumulation (Flow Tracing)

Flow tracing algorithms for calculations of flow accumulation and related parameters. These algorithms trace the flow of each cell in a DEM separately until it finally leaves the DEM or ends in a sink.
The Rho 8 implementation (Fairfield & Leymarie 1991) adopts the original algorithm only for the flow routing and will give quite different results.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationGrid (input)ELEVATION--
Sink Routes (*)Grid (optional input)SINKROUTE--
Weights (*)Grid (optional input)WEIGHTS--
Input for Mean over Catchment (*)Grid (optional input)VAL_INPUT--
Material for Accumulation (*)Grid (optional input)ACCU_MATERIAL--
Accumulation TargetGrid (input)ACCU_TARGET--
OutputFlow AccumulationGrid (output)FLOW--
Mean over CatchmentGrid (output)VAL_MEAN--
Accumulated Material (*)Grid (optional output)ACCU_TOTAL--
Accumulated Material (Left Side) (*)Grid (optional output)ACCU_LEFT--
Accumulated Material (Right Side) (*)Grid (optional output)ACCU_RIGHT--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
StepIntegerSTEPFor testing purposes. Only generate flow at cells with step distance (each step row/column).Minimum: 1
Default: 1
Flow Accumulation UnitChoiceFLOW_UNIT-Available Choices:
[0] number of cells
[1] cell area
Default: 1
m_MethodChoiceMETHOD-Available Choices:
[0] Rho 8
[1] Kinematic Routing Algorithm
[2] DEMON
Default: 1
Flow CorrectionBooleanCORRECT-Default: 1
DEMON - Min. DQVFloating pointMINDQVDEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubesMinimum: 0.000000
Maximum: 1.000000
Default: 0.000000
(*) optional

Command-line

Usage: saga_cmd ta_hydrology 2 [-ELEVATION <str>] [-SINKROUTE <str>] [-WEIGHTS <str>] [-FLOW <str>] [-VAL_INPUT <str>] [-VAL_MEAN <str>] [-ACCU_MATERIAL <str>] [-ACCU_TARGET <str>] [-ACCU_TOTAL <str>] [-ACCU_LEFT <str>] [-ACCU_RIGHT <str>] [-STEP <num>] [-FLOW_UNIT <str>] [-METHOD <str>] [-CORRECT <str>] [-MINDQV <double>]
  -ELEVATION:<str>    	Elevation
	Grid (input)
  -SINKROUTE:<str>    	Sink Routes
	Grid (optional input)
  -WEIGHTS:<str>      	Weights
	Grid (optional input)
  -FLOW:<str>         	Flow Accumulation
	Grid (output)
  -VAL_INPUT:<str>    	Input for Mean over Catchment
	Grid (optional input)
  -VAL_MEAN:<str>     	Mean over Catchment
	Grid (output)
  -ACCU_MATERIAL:<str>	Material for Accumulation
	Grid (optional input)
  -ACCU_TARGET:<str>  	Accumulation Target
	Grid (input)
  -ACCU_TOTAL:<str>   	Accumulated Material
	Grid (optional output)
  -ACCU_LEFT:<str>    	Accumulated Material (Left Side)
	Grid (optional output)
  -ACCU_RIGHT:<str>   	Accumulated Material (Right Side)
	Grid (optional output)
  -STEP:<num>         	Step
	Integer
	Minimum: 1
	Default: 1
  -FLOW_UNIT:<str>    	Flow Accumulation Unit
	Choice
	Available Choices:
	[0] number of cells
	[1] cell area
	Default: 1
  -METHOD:<str>       	m_Method
	Choice
	Available Choices:
	[0] Rho 8
	[1] Kinematic Routing Algorithm
	[2] DEMON
	Default: 1
  -CORRECT:<str>      	Flow Correction
	Boolean
	Default: 1
  -MINDQV:<double>    	DEMON - Min. DQV
	Floating point
	Minimum: 0.000000
	Maximum: 1.000000
	Default: 0.000000