Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.

GRASS logo

NAME

v.gsflow.hruparams - Set parameters for GSFLOW Hydrologic Response Units (HRUs)

KEYWORDS

vector, stream network, hydrology, GSFLOW

SYNOPSIS

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

Flags:

--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

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

Table of contents

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: Thu Feb 3 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c


Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2022 GRASS Development Team, GRASS GIS 8.0.3dev Reference Manual