v.gsflow.export
Export databse tables and pour point for GSFLOW input and control files
v.gsflow.export [reaches_input=name] [segments_input=name] [gravres_input=name] [hru_input=name] [pour_point_input=name] [bc_cell_input=name] [reaches_output=name] [segments_output=name] [gravres_output=name] [hru_output=name] [pour_point_boundary_output=name] [--overwrite] [--verbose] [--quiet] [--qq] [--ui]
Example:
v.gsflow.export
grass.script.run_command("v.gsflow.export", reaches_input=None, segments_input=None, gravres_input=None, hru_input=None, pour_point_input=None, bc_cell_input=None, reaches_output=None, segments_output=None, gravres_output=None, hru_output=None, pour_point_boundary_output=None, overwrite=False, verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("v.gsflow.export")
Parameters
reaches_input=name
Reaches where stream segments overlap MODFLOW grid cells
Or data source for direct OGR access
segments_input=name
Stream segments, coincident with HRUs
Or data source for direct OGR access
gravres_input=name
Union of MODFLOW grid and HRUs
Or data source for direct OGR access
hru_input=name
PRMS-style hydrologic response units
Or data source for direct OGR access
pour_point_input=name
Pour point at the outlet of the basin
Or data source for direct OGR access
bc_cell_input=name
Boundary condition cell downstream of pour point
Or data source for direct OGR access
reaches_output=name
Reaches table, no file ext
Name for output vector map
segments_output=name
Segments table, no file ext
Name for output vector map
gravres_output=name
Gravity Reservoir output table for GSFLOW input, no file ext
Name for output vector map
hru_output=name
HRU table, no file ext
Name for output vector map
pour_point_boundary_output=name
Pour point and b.c. coordinates for GSFLOW input, no file ext
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
reaches_input : str, optional
Reaches where stream segments overlap MODFLOW grid cells
Or data source for direct OGR access
Used as: input, vector, name
segments_input : str, optional
Stream segments, coincident with HRUs
Or data source for direct OGR access
Used as: input, vector, name
gravres_input : str, optional
Union of MODFLOW grid and HRUs
Or data source for direct OGR access
Used as: input, vector, name
hru_input : str, optional
PRMS-style hydrologic response units
Or data source for direct OGR access
Used as: input, vector, name
pour_point_input : str, optional
Pour point at the outlet of the basin
Or data source for direct OGR access
Used as: input, vector, name
bc_cell_input : str, optional
Boundary condition cell downstream of pour point
Or data source for direct OGR access
Used as: input, vector, name
reaches_output : str, optional
Reaches table, no file ext
Name for output vector map
Used as: output, vector, name
segments_output : str, optional
Segments table, no file ext
Name for output vector map
Used as: output, vector, name
gravres_output : str, optional
Gravity Reservoir output table for GSFLOW input, no file ext
Name for output vector map
Used as: output, vector, name
hru_output : str, optional
HRU table, no file ext
Name for output vector map
Used as: output, vector, name
pour_point_boundary_output : str, optional
Pour point and b.c. coordinates for GSFLOW input, no file ext
Name for output vector map
Used as: output, vector, name
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.export produces output tables and maps that are used for the USGS combined groundwater (MODFLOW) and surface-water (PRMS) model GSFLOW. These are read in through a sequence of "GSFLOW pre-processor" scripts available at the University of Minnesota's Hydro GitHub page.
NOTES
These outputs comprise many ASCII files that are read in by GSFLOW.
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.gravres, 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.export source code
(history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819