v.gsflow.gravres
Set parameters for GSFLOW Hydrologic Response Units (HRUs)
v.gsflow.gravres hru_input=name grid_input=name output=name [--overwrite] [--verbose] [--quiet] [--qq] [--ui]
Example:
v.gsflow.gravres hru_input=name grid_input=name output=name
grass.script.run_command("v.gsflow.gravres", hru_input, grid_input, output, overwrite=None, verbose=None, quiet=None, superquiet=None)
Example:
gs.run_command("v.gsflow.gravres", hru_input="name", grid_input="name", output="name")
grass.tools.Tools.v_gsflow_gravres(hru_input, grid_input, output, overwrite=None, verbose=None, quiet=None, superquiet=None)
Example:
tools = Tools()
tools.v_gsflow_gravres(hru_input="name", grid_input="name", output="name")
This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.
Parameters
hru_input=name [required]
    Sub-basins
    Or data source for direct OGR access
grid_input=name [required]
    MODFLOW grid
    Or data source for direct OGR access
output=name [required]
    Gravity reservoirs: union (AND) of sub-basins and MODFLOW grid
    Name for output vector map
--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
hru_input : str, required
    Sub-basins
    Or data source for direct OGR access
    Used as: input, vector, name
grid_input : str, required
    MODFLOW grid
    Or data source for direct OGR access
    Used as: input, vector, name
output : str, required
    Gravity reservoirs: union (AND) of sub-basins and MODFLOW grid
    Name for output vector map
    Used as: output, vector, name
overwrite : bool, optional
    Allow output files to overwrite existing files
    Default: None
verbose : bool, optional
    Verbose module output
    Default: None
quiet : bool, optional
    Quiet module output
    Default: None
superquiet : bool, optional
    Very quiet module output
    Default: None  
hru_input : str, required
    Sub-basins
    Or data source for direct OGR access
    Used as: input, vector, name
grid_input : str, required
    MODFLOW grid
    Or data source for direct OGR access
    Used as: input, vector, name
output : str, required
    Gravity reservoirs: union (AND) of sub-basins and MODFLOW grid
    Name for output vector map
    Used as: output, vector, name
overwrite : bool, optional
    Allow output files to overwrite existing files
    Default: None
verbose : bool, optional
    Verbose module output
    Default: None
quiet : bool, optional
    Quiet module output
    Default: None
superquiet : bool, optional
    Very quiet module output
    Default: None  
Returns:
result : grass.tools.support.ToolResult | None
If the tool produces text as standard output, a ToolResult object will be returned. Otherwise, None will be returned.
Raises:
grass.tools.ToolError: When the tool ended with an error.
DESCRIPTION
v.gsflow.gravres produces "gravity reservoirs" that are used for the USGS combined groundwater (MODFLOW) and surface-water (PRMS) model GSFLOW. Each "gravity reservoir" is the union between a hydrologic response unit (HRU) and part or all of a co-located MODFLOW grid cell. These link surface-water and groundwater flow.
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.grid, v.gsflow.hruparams, 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.gravres source code
(history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819