Masstransfer#
- class hydromodpy.modeling.masstransfer.Masstransfer(geographic: object, raw_rast_name: str, trace_shp_name: str, mass_rast_name: str, extraction_folder: str = None, label: str = 'conc')[source]#
Bases:
objectClass for topographically-driven surface runoff of discharge outflows from groundwater flow model
Parameters#
- geographicobject
Variable object of the model domain (watershed).
- raw_rast_namestr
Name of the inital raster dicharge outflow simulated, e.g. ‘outflow_drain.tif.
- trace_shp_namestr
Name of the shapefile points generated from raw_rast_name.
- mass_rast_nameTYPE
Name of the generated flow accumulated raster.
- extraction_folderstr, optional
Path of the model simulation results. The default is None.
- labelstr, optional
Optional tag injected into intermediate filenames to distinguish runs (default keeps historical ‘_conc’ suffixes).