Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1983 from NaturalGIS/fix_saga_catchment_area
fix saga catchment area modules
  • Loading branch information
pcav committed Apr 9, 2015
2 parents 1973c97 + 4548fbb commit 7d812dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -4,14 +4,14 @@ ParameterRaster|ELEVATION|Elevation|False
ParameterRaster|SINKROUTE|Sink Routes|True
ParameterRaster|WEIGHT|Weight|True
ParameterRaster|MATERIAL|Material|True
ParameterRaster|VAL_INPUT|nput for Mean over Catchment Calculation|True
ParameterRaster|TARGET|Target|True
ParameterNumber|STEP|Step|None|None|1
ParameterSelection|METHOD|Method|[0] Rho 8;[1] Kinematic Routing Algorithm;[2] DEMON
ParameterNumber|MINDQV|DEMON - Min. DQV|None|None|0.0
ParameterBoolean|CORRECT |Flow Correction|True
ParameterBoolean|CORRECT|Flow Correction|True
OutputRaster|CAREA|Catchment Area
OutputRaster|CHEIGHT|Catchment Height
OutputRaster|CSLOPE|Catchment Slope
OutputRaster|VAL_MEAN|Mean over Catchment
OutputRaster|ACCU_TOT|Total accumulated Material
OutputRaster|ACCU_LEFT|Accumulated Material from _left_ side
OutputRaster|ACCU_RIGHT|Accumulated Material from _right_ side
Expand Up @@ -2,4 +2,4 @@ Catchment Area|Catchment Area (Parallel)
ta_hydrology
ParameterRaster|ELEVATION|Elevation|False
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Braunschweiger Reliefmodell;[3] Deterministic Infinity;[4] Multiple Flow Direction;[5] Multiple Triangular Flow Directon
OutputRaster|CAREA|Catchment Area
OutputRaster|CAREA|Catchment Area
Expand Up @@ -4,14 +4,14 @@ ParameterRaster|ELEVATION|Elevation|False
ParameterRaster|SINKROUTE|Sink Routes|True
ParameterRaster|WEIGHT|Weight|True
ParameterRaster|MATERIAL|Material|True
ParameterRaster|VAL_INPUT|nput for Mean over Catchment Calculation|True
ParameterRaster|TARGET|Target|True
ParameterNumber|STEP|Step|None|None|1
ParameterRaster|TARGETS|Target Areas|True
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Rho 8;[2] Deterministic Infinity;[3] Multiple Flow Direction
ParameterNumber|CONVERGENCE|Convergence|None|None|1.1
OutputRaster|CAREA|Catchment Area
OutputRaster|CHEIGHT|Catchment Height
OutputRaster|CSLOPE|Catchment Slope
OutputRaster|VAL_MEAN|Mean over Catchment
OutputRaster|ACCU_TOT|Total accumulated Material
OutputRaster|ACCU_LEFT|Accumulated Material from _left_ side
OutputRaster|ACCU_RIGHT|Accumulated Material from _right_ side
Expand Down

0 comments on commit 7d812dd

Please sign in to comment.