SAGA 9.6.1 | Tool Library Documentation

Successive Flow Routing


Description

Calculation of flow accumulation, aka upslope contributing area, with the multiple flow direction method after Freeman (1991).


This tool implements suggested code examples from the text book Quantitative Modeling of Earth Surface Processes (Pelletier 2008) and serves as demonstration on code adaptions for the SAGA API. Note that this tool may be of limited use for operational purposes!


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputDEMgrid, inputDEM--
OutputFlowgrid, outputFLOW--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Iterationsinteger numberITERATIONS-Minimum: 1 Default: 100
Runofffloating point numberRUNOFF-Minimum: 0.000000 Default: 1.000000
Manning's Roughnessfloating point numberMANNING-Default: 0.200000

Command Line


Usage: saga_cmd sim_qm_of_esp 3 [-DEM ] [-FLOW ] [-ITERATIONS ] [-RUNOFF ] [-MANNING ]
  -DEM:       	DEM
	grid, input
  -FLOW:      	Flow
	grid, output
  -ITERATIONS:	Iterations
	integer number
	Minimum: 1
	Default: 100
  -RUNOFF: 	Runoff
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -MANNING:	Manning's Roughness
	floating point number
	Default: 0.200000