Markus Neteler b7dcd67f3e Updates for current GRASS GIS 7 release branch [merged PRs]:
* Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality
* r.describe.txt: flag description cosmetics
* r.random.raster.txt: fix typo
* Update and rename r.shaded.relief.txt to r.relief.txt (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules)
* Update r.sunmask.txt: -s added but "Outputraster" needs to be optional for that [TODO]
* Update r.surf.area.txt: "units" added
* Delete r.surf.idw2.txt: r.surf.idw2 is now a GRASS GIS Addon (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules)
* Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead
* Update TODO
2015-01-12 07:41:50 +01:00

22 lines
1.5 KiB
Plaintext

r.sim.sediment
r.sim.sediment - Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).
Raster (r.*)
ParameterRaster|elevation|Name of the elevation raster map [m]|False
ParameterRaster|water_depth|Name of the water depth raster map [m]|False
ParameterRaster|dx|Name of the x-derivatives raster map [m/m]|False
ParameterRaster|dy|Name of the y-derivatives raster map [m/m]|False
ParameterRaster|detachment_coeff|Name of the detachment capacity coefficient raster map [s/m]|False
ParameterRaster|transport_coeff|Name of the transport capacity coefficient raster map [s]|False
ParameterRaster|shear_stress|Name of the critical shear stress raster map [Pa]|False
ParameterRaster|man|Name of the Mannings n raster map|False
ParameterNumber|man_value|Name of the Mannings n value|None|None|0.1
ParameterNumber|nwalkers|Number of walkers|None|None|1
ParameterNumber|niterations|Time used for iterations [minutes]|None|None|10
ParameterNumber|output_step|Time interval for creating output maps [minutes]|None|None|2
ParameterNumber|diffusion_coeff|Water diffusion constant|None|None|0.8
OutputRaster|transport_capacity|Output transport capacity raster map [kg/ms]
OutputRaster|tlimit_erosion_deposition|Output transp.limited erosion-deposition raster map [kg/m2s]
OutputRaster|sediment_concentration|Output sediment concentration raster map [particle/m3]
OutputRaster|sediment_flux|Output sediment flux raster map [kg/ms]
OutputRaster|erosion_deposition|Output erosion-deposition raster map [kg/m2s]