| Introduction
Linking GIS Data to Lumped Parameter Hydrologic Models |
IntroductionHydrologic modeling is one of the many natural applications of Geographic Information Systems (GIS) such as Arc/Info. Using GIS software, elevation data in a grid format can be used to delineate drainage basins, create stream networks, and compute drainage basin data. Once computed, several important variables, such as area, slope, and runoff distances, for performing hydrologic analysis can be determined. With grid-based elevation data readily available, it is a simple task to delineate drainage basins and compute sub-basin parameters in a GIS. However, it is very difficult to combine all the drainage data computed in a GIS into a format that is usable by standard hydrologic models.
Hydrologic Data DevelopmentHydrologic data development is the process of delineating a watershed and its sub-basins--then computing geometric sub-basin parameters from the delineated basins. This section will focus on the following steps involved in developing geometric hydrologic data for a watershed:
Because of its watershed delineation and database capabilities, Arc/Info is used by many hydrologists to perform grid-based watershed delineation. Also, several grid-based watershed delineation tools will soon be available in the Watershed Modeling System (WMS). This section will focus on developing hydrologic data using both of these programs. Drainage Basin Delineation Using an Elevation GridThe first step in hydrologic data development is defining drainage basin boundaries. These boundaries normally fall along the ridges in a watershed. On one side of the ridge, water flows into the watershed, while on the other side of the ridge, water flows into a separate watershed. Seven steps are involved in defining these drainage basin boundaries from an elevation grid:
A pit forms when a grid cell is lower than all its neighboring grid cells. Before computing a flow direction grid, it is necessary to fill any pits in the elevation grid. Flow directions would be undefined for all unfilled pits (Figure 1). Further, when the watershed is delineated, the grid cells surrounding a pit will not belong to a defined watershed. Figure 1: Flow paths to a pit.
A flow direction grid has one of eight values for each grid cell. The possible values are up, down, right, left, lower right, lower left, upper right, and upper left. These flow directions for each grid cell are computed from the elevation grid (see Figure 2 and Figure 3). Figure 2: Flow directions computed from an underlying elevation grid.Figure 3: A flow direction grid with an underlying elevation grid.
A flow accumulation grid contains the number of grid cells flowing to each grid cell. In Figure 4, grid cells with flow accumulations above 50 grid cells are displayed for a grid covering the area around Aspen Grove, Utah. Figure 4: Flow accumulations above 50 cells for the Aspen Grove elevation grid.
The watershed outlet point is the exit point for all flow in a given watershed. The cells whose flow path eventually passes through this point defines the extent of the watershed (Figure 5). Figure 5: The watershed outlet point, shown as a triangle at the lower right corner of the picture.
Figure 6 shows a linear stream network in the Aspen Grove watershed. This stream network was created from the flow direction grid and the flow accumulation grid. To create a stream network, define an outlet point at which to begin the stream and a minimum flow accumulation at which to create the stream. The grid stream of Figure 4 is then converted to a vector stream by creating a point at the center of each cell which meets the minimum accumulation threshold value. Figure 6: A stream network created from background flow direction and flow accumulation grids. Outlet points are shown by triangular symbols.
After streams are defined, the drainage basin and its sub-basins can be defined from the flow direction grid and the stream network (see Figure 7). Both Arc/Info and the Watershed Modeling System have tools for delineating these sub-basins. Figure 7: The Aspen Grove drainage basin with its three sub-basins.To assign a basin ID to each grid cell, a flow path is traced from each grid cell using the flow directions. If that flow path ends up in a stream in the sub-basin, it becomes part of that sub-basin (Figure 8). Figure 8: Flow directions, streams, and basin boundaries for two sub-basins.
After the drainage basin and sub-basins have been defined, the grid-based watershed model is completely defined. But it is also useful to define the watershed in a vector (line based) format, with polygons created from the watershed boundaries and streams created from stream grid cells (see Figure 9). Figure 9: A polygon coverage showing three sub-basins in the Aspen grove watershed.One of the emerging file formats for GIS data is the shapefile format. A shapefile actually consists of two files...a geometry file containing point, vector, or polygon data and a database file containing attribute data for the associated point, vector, or polygon data. Once a vector stream shapefile and sub-basin boundary shapefile is created, the shapefile and attribute data can be linked together and used to define a lumped parameter hydrologic model. Determining Geometric ParametersSeveral useful geometric attributes can be computed using watershed layers created with a GIS. Some of these parameters are:
These watershed geometric parameters are computed from a combination of the grid-based elevation data, the vector stream, and polygon sub-basin boundary data. Developing Lumped Parameter Models in a GISTo develop a lumped parameter hydrologic model using a GIS, follow the steps outlined in the previous sections on Hydrologic Data Development. In addition, several other hydrologic parameters need to be defined for each sub-basin in the watershed. For an analysis using the NRCS methods, these parameters would include:
After these values are defined, the lumped parameter watershed model is complete and it is ready to be linked with a program that computes runoff and performs stream reach routing. The next section, Linking GIS Data to Lumped Parameter Hydrologic Models, shows how to link GIS data to any of the lumped parameter hydrologic models available today.
Linking GIS Data to Lumped Parameter Hydrologic ModelsAfter creating a model using a GIS--delineating the basins, computing the basin and sub-basin parameters, and defining the basin hydrologic properties--it may be necessary to use this data in a computer hydrologic model (like HEC-1). To combine all the data in a GIS into a single input file for running a watershed model is a daunting task. Therefore, it would be nice to have a way of automatically linking GIS data layers to a lumped parameter model. This section will discuss how this automatic link between GIS point, line, and polygon data and hydrologic model data is created in the Watershed Modeling System (WMS). The following ideas will be discussed:
How is GIS Watershed Data Organized?GIS Watershed data can be arranged into the following categories:
Figure 10: Watershed outlet points are shown as triangles.
Figure 11: Stream lines in the Aspen grove watershed.
Figure 12: Boundary polygons representing sub-basin boundaries for the Aspen Grove watershed.How is Data Organized for a Lumped Parameter Watershed Model?A lumped parameter model is more easily "conceptualized" using a tree diagram as shown in Figure 13. Figure 13: The "Tree" representation of a watershed with its sub-basins for input into a lumped parameter model.This tree format represents how all sub-basin and outlet data is "lumped" to a single node. A watershed modeler's task is to convert spatial GIS data to this tree format. Figure 14 shows how the watershed sub-basins, stream reaches, and outlet points are converted into this tree format using WMS. Each of the sub-basins and the points at which the sub-basins combine are represented on the tree. Figure 14: The relationship between GIS watershed data and tree-based data.
WMS: The Common Gateway Between GIS and Hydrologic ModelsCreating a tree and hydrologic model input file by hand is a long and time-consuming task. In WMS, a method has been devised to read in GIS shapefile data with the associated database attribute files and automatically convert this data to a tree format. In addition, sub-basin properties such as area, curve number, time of concentration, and a host of other attributes can be imported to WMS (see Figure 15). Figure 15: The map attributes dialog in the Watershed Modeling System.Since WMS contains a complete, stand alone interface to hydrologic models, any remaining data is easily defined using dialogs similar to the one shown in Figure 16. Figure 16: The Watershed Modeling System makes it possible to go from a GIS representation of a watershed to a tree representation of a watershed to a hydrologic model.Finally, WMS will create input files that can be used with several hydrologic modeling programs that perform the following tasks:
As a part of this project, a lumped parameter TR-20 model was created for the Aspen Grove Watershed in the mountains of Utah. Figures 17 and 18 show the runoff results at sub-basin outlet points in this watershed for a 5-inch 5-hour storm. Figure 17: A TR-20 solution for runoff at sub-basins in the Aspen Grove Watershed.Figure 18: A hydrograph of Flow vs. Time for two points in the Aspen Grove Watershed.
ConclusionsHydrologic modeling is one of the many natural applications of a GIS. Grid-based elevation data can be used to delineate drainage basins, create stream networks, and compute drainage basin data.
ReferencesChow, V.T., Maidment, D.R., and Mays, L.W. Applied Hydrology. McGraw-Hill, New York, NY, 1988. Engineering Computer Graphics Laboratory, Brigham Young University. WMS Reference Manual. Provo, UT: 1996. Environmental Systems Research Institute, Inc. Understanding GIS: The Arc/Info Method. John Wiley and Sons, Inc., New York, NY, 1995. Fetter, C. W. Applied Hydrogeology, 3rd Edition. Englewood Cliffs, NJ: Prentice Hall, 1994. Maidment, David R. GIS and Hydrologic Modeling-an Assessment of Progress. The Third International Conference on GIS and Environmental Modeling. January 22-26, Santa Fe, NM, 1996. Maidment, David R. GIS and Hydrologic Modeling. in Environmental Modeling with GIS, Edited by M.F. Goodchild, B.O. Parks, and L.T. Steyaert, Oxford University Press, New York, NY, 1993. pp. 147-167. Reed, Sean M. and Maidment, David R. A GIS Procedure for Merging NEXRAD Precipitation Data and Digital Elevation Models to Determine Rainfall-Runoff Modeling Parameters. Center for Research in Water Resources Online Report 95-3, University of Texas at Austin, 1995. United States Department of the Interior, US Geological Survey. Land Use and Land Cover Digital Data From 1:250,000- and 1:100,000-Scale Maps, Data Users Guide 4. Reston, VA: 1990. United States Department of the Interior, US Geological Survey. Digital Elevation Models, Data Users Guide 5. Reston, VA: 1993. Wanielista, Martin. Hydrology and Water Quantity Control. New York, NY: John Wiley and Sons, Inc., 1990.
Other ReferencesGIS Modules and Distributed Models of the Watershed Task Committee Home Page Fully Automated Geographic Information System Watershed Stormwater Modeling Center for Research in Water Resources University of Texas at Austin: Hydrologic Modeling using GIS HECPREPRO - GIS Preprocessor for HMS GIS and Hydrologic Modeling - an Assessment of Progress GIS (GRASS) Setup for Hydrologic and Remote Sensing Data from the Zwalm Catchment (Belgium)
|