2014-04-19 15:53:43 +02:00
|
|
|
r.sim.sediment
|
2015-07-26 03:48:27 +02:00
|
|
|
Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).
|
2014-04-19 15:53:43 +02:00
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|elevation|Name of the elevation raster map [m]|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|water_depth|Name of the water depth raster map [m]|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|dx|Name of the x-derivatives raster map [m/m]|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|dy|Name of the y-derivatives raster map [m/m]|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|detachment_coeff|Name of the detachment capacity coefficient raster map [s/m]|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|transport_coeff|Name of the transport capacity coefficient raster map [s]|None|False
|
|
|
|
QgsProcessingParameterRasterLayer|shear_stress|Name of the critical shear stress raster map [Pa]|None|False
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterRasterLayer|man|Name of the Mannings n raster map|None|True
|
|
|
|
QgsProcessingParameterNumber|man_value|Name of the Mannings n value|QgsProcessingParameterNumber.Double|0.1|True|None|None
|
2017-12-03 19:30:33 +01:00
|
|
|
QgsProcessingParameterVectorLayer|observation|Sampling locations vector points|0|None|True
|
2017-12-06 10:23:25 +01:00
|
|
|
QgsProcessingParameterNumber|nwalkers|Number of walkers|QgsProcessingParameterNumber.Integer|None|True|None|None
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterNumber|niterations|Time used for iterations [minutes]|QgsProcessingParameterNumber.Integer|10|True|None|None
|
|
|
|
QgsProcessingParameterNumber|output_step|Time interval for creating output maps [minutes]|QgsProcessingParameterNumber.Integer|2|True|None|None
|
2017-12-06 10:23:25 +01:00
|
|
|
QgsProcessingParameterNumber|diffusion_coeff|Water diffusion constant|QgsProcessingParameterNumber.Double|0.8|True|None|None
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterDestination|transport_capacity|Transport capacity [kg/ms]
|
|
|
|
QgsProcessingParameterRasterDestination|tlimit_erosion_deposition|Transport limited erosion-deposition [kg/m2s]
|
|
|
|
QgsProcessingParameterRasterDestination|sediment_concentration|Sediment concentration [particle/m3]
|
|
|
|
QgsProcessingParameterRasterDestination|sediment_flux|Sediment flux [kg/ms]
|
|
|
|
QgsProcessingParameterRasterDestination|erosion_deposition|Erosion-deposition [kg/m2s]
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterVectorDestination|walkers_output|Name of the output walkers vector points layer|QgsProcessing.TypeVectorAnyGeometry|None|True
|
|
|
|
QgsProcessingParameterFileDestination|logfile|Name for sampling points output text file.|Txt files (*.txt)|None|True
|