r.sim.sediment.txt 2.3 KB

123456789101112131415161718192021222324
  1. r.sim.sediment
  2. Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|elevation|Name of the elevation raster map [m]|None|False
  5. QgsProcessingParameterRasterLayer|water_depth|Name of the water depth raster map [m]|None|False
  6. QgsProcessingParameterRasterLayer|dx|Name of the x-derivatives raster map [m/m]|None|False
  7. QgsProcessingParameterRasterLayer|dy|Name of the y-derivatives raster map [m/m]|None|False
  8. QgsProcessingParameterRasterLayer|detachment_coeff|Name of the detachment capacity coefficient raster map [s/m]|None|False
  9. QgsProcessingParameterRasterLayer|transport_coeff|Name of the transport capacity coefficient raster map [s]|None|False
  10. QgsProcessingParameterRasterLayer|shear_stress|Name of the critical shear stress raster map [Pa]|None|False
  11. QgsProcessingParameterRasterLayer|man|Name of the Mannings n raster map|None|True
  12. QgsProcessingParameterNumber|man_value|Name of the Mannings n value|QgsProcessingParameterNumber.Double|0.1|True|None|None
  13. QgsProcessingParameterFeatureSource|observation|Sampling locations vector points|0|None|True
  14. QgsProcessingParameterNumber|nwalkers|Number of walkers|QgsProcessingParameterNumber.Integer|None|True|None|None
  15. QgsProcessingParameterNumber|niterations|Time used for iterations [minutes]|QgsProcessingParameterNumber.Integer|10|True|None|None
  16. QgsProcessingParameterNumber|output_step|Time interval for creating output maps [minutes]|QgsProcessingParameterNumber.Integer|2|True|None|None
  17. QgsProcessingParameterNumber|diffusion_coeff|Water diffusion constant|QgsProcessingParameterNumber.Double|0.8|True|None|None
  18. QgsProcessingParameterRasterDestination|transport_capacity|Transport capacity [kg/ms]
  19. QgsProcessingParameterRasterDestination|tlimit_erosion_deposition|Transport limited erosion-deposition [kg/m2s]
  20. QgsProcessingParameterRasterDestination|sediment_concentration|Sediment concentration [particle/m3]
  21. QgsProcessingParameterRasterDestination|sediment_flux|Sediment flux [kg/ms]
  22. QgsProcessingParameterRasterDestination|erosion_deposition|Erosion-deposition [kg/m2s]
  23. QgsProcessingParameterVectorDestination|walkers_output|Name of the output walkers vector points layer|QgsProcessing.TypeVectorAnyGeometry|None|True
  24. QgsProcessingParameterFileDestination|logfile|Name for sampling points output text file.|Txt files (*.txt)|None|True