Skip to content

v.gsflow.hruparams

Set parameters for GSFLOW Hydrologic Response Units (HRUs)

v.gsflow.hruparams elevation=name [cov_type=name] [soil_type=name] input=name output=name slope=string aspect=string [--overwrite] [--verbose] [--quiet] [--qq] [--ui]

Example:

v.gsflow.hruparams elevation=name input=name output=name slope=string aspect=string

grass.script.run_command("v.gsflow.hruparams", elevation, cov_type="0", soil_type="2", input, output, slope, aspect, overwrite=False, verbose=False, quiet=False, superquiet=False)

Example:

gs.run_command("v.gsflow.hruparams", elevation="name", input="name", output="name", slope="string", aspect="string")

Parameters

elevation=name [required]
    Elevation raster
    Name of input raster map
cov_type=name
    land cover: rast or int: 0=bare soil; 1=grass; 2=shrub; 3=tree; 4=conif
    Name of input raster map
    Default: 0
soil_type=name
    soil: rast or int: 1=sand; 2=loam; 3=clay
    Name of input raster map
    Default: 2
input=name [required]
    Sub-basins to become HRUs
    Or data source for direct OGR access
output=name [required]
    HRUs
    Name for output vector map
slope=string [required]
    Slope [unitless]: r.slope.aspect format=percent zscale=0.01
aspect=string [required]
    Aspect from r.slope.aspect
--overwrite
    Allow output files to overwrite existing files
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

elevation : str, required
    Elevation raster
    Name of input raster map
    Used as: input, raster, name
cov_type : str, optional
    land cover: rast or int: 0=bare soil; 1=grass; 2=shrub; 3=tree; 4=conif
    Name of input raster map
    Used as: input, raster, name
    Default: 0
soil_type : str, optional
    soil: rast or int: 1=sand; 2=loam; 3=clay
    Name of input raster map
    Used as: input, raster, name
    Default: 2
input : str, required
    Sub-basins to become HRUs
    Or data source for direct OGR access
    Used as: input, vector, name
output : str, required
    HRUs
    Name for output vector map
    Used as: output, vector, name
slope : str, required
    Slope [unitless]: r.slope.aspect format=percent zscale=0.01
aspect : str, required
    Aspect from r.slope.aspect
overwrite: bool, optional
    Allow output files to overwrite existing files
    Default: False
verbose: bool, optional
    Verbose module output
    Default: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

DESCRIPTION

v.gsflow.hruparameters uploads required parameters to run the USGS combined groundwater (MODFLOW) and surface-water (PRMS) model GSFLOW to each of the hydrologic response units (HRU) in the study watershed.

REFERENCES

Ng, G.-H. C., A. D. Wickert, R. L. McLaughlin, J. La Frenierre, S. Liess, and L. Sabeeri (2016), Modeling the role of groundwater and vegetation in the hydrological response of tropical glaciated watersheds to climate change, in AGU Fall Meeting Abstracts, H13L–1590, San Francisco, CA.

SEE ALSO

v.gsflow.export, v.gsflow.gravres, v.gsflow.grid, v.gsflow.reaches, v.gsflow.segments, v.gsflow.mapdata, v.stream.inbasin, v.stream.network

AUTHOR

Andrew D. Wickert

SOURCE CODE

Available at: v.gsflow.hruparams source code (history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819