WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights...

33
WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources UT Austin

Transcript of WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights...

Page 1: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water

Rights Analysis Package

Centre For Research In Water Resources

UT Austin

Page 2: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Objectives

To build a hydro data model for the WRAP project called WRAPHydro from the basic Arc Hydro model.

To devise a new method of defining the basin boundary to act as an analysis mask for processing grids and watersheds.

To develop a new vector based method for determining watershed parameters using the WRAPHydro model.

To verify the validity of dividing the basin into sub regions for parameter development.

To explore the possibility of efficiently adding stream lines and control points after completing the process of developing the parameters so as to facilitate editing and updating of database.

Page 3: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Study Area: Guadalupe River Basin

Page 4: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Arc Hydro Framework A geospatial and temporal data model for water

resources

HydroJunction

HydroEdge

Watershed

Arc Hydro framework

Personal Geodatabase

HydroEdge

HydroJunction Watershed Network Relation

FeatureDataset

Page 5: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Arc Hydro toolsetArc Hydro toolset

Page 6: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

WRAP Hydro toolset

Page 7: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

WRAP Hydro Model

Page 8: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Base Data

Seamless DEM

Buffered HUCsNHD network for region 12And control points

Page 9: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Preprocess: Raster

Buffered DEM Burn the Streams

Fill the sinksFlow Direction Grid

32326464

128128

1616

8844

11

22

Page 10: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Preprocess: Vector

Page 11: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Creating a Mask and flow direction grid

Page 12: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Delineation problems

Without Surrounding streams With Surrounding streams

Page 13: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Delineation without burning streams

Page 14: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Hydro ID assignment

Unique Ids for each feature

7 digit integers WRAPJunctions prefixed with 1 WRAPEdges prefixed with 2

Page 15: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Watershed delineation1) HydroIDs of Junctions to JunctionIDs of Edges

2) JunctionIDs of Edges to DrainIDs of Watershed

Page 16: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Parameters: Next Down ID

Identifies the next downstream junction and populates the NextDownID with the HydroID of the junction downstream

Page 17: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Parameters: Length DownLengths obtained in meters from the shape_length field in WRAPEdge

Length converted to miles

Page 18: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Connectivity Diagram

Page 19: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Parameter: Drain Area, CN and PR

Page 20: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Accumulating values downstream

70.68

3.23

49.301.6534.1702.6947.264.71898

AvgCN

51.32

3.23

49.366.3234.1753.3247.220.32898

AvgPR

Wshed 1 Area = 2.47

CN = 71.64

PR = 32.20

Wshed 2 Area = 3.49

CN = 65.01

PR = 32.66

Wshed 3 Area = 23.30

CN = 68.70

PR = 32.51

1

2

3

Page 21: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Regionalization

Schematic Diagram

01

02

03

04

Page 22: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Regional WRAPHydro model

Page 23: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Regional HydroIDs

7 digit integers, WRAPJunction Ids prefixed by 1 and WRAPEdge Ids prefixed by 2

Regional Ids 01 through 04

Page 24: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Placing outlets

Page 25: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Merging the Regions

Page 26: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Process

Rasters are processed in parts A point is placed at the outlet of each sub basin Watersheds are delineated for each part The WRAPJunctions, WRAPEdges and

WRAPWatersheds for all the four parts are merged and a network is built

The NextDownID value for the four outlets are manually entered

Rest of the processing for the parameters is done as for the whole basin

Page 27: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Adding new junctions

This creates a new watersheds file and updates all the other parameters as well. However, both these tools do not compute the length downstream and the LengthDown field has to be populated using the ‘Find Length Downsream for Junction’ tool in ArcHydro toolset.

Page 28: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Removing a junction

The NextDownID of the upstream junction, the JunctionID of the upstream edge and the DrainID of the Watershed the deleted junction delineated are automatically updated. Figure shows four junctions with HydroIDs 1 through 4 and the DrainIDs of the respective watersheds. If junction 2 is removed, the NextDownID of junction 1 changes from 2 to 3 [Figure 8.2 (B)] and the DrainID of watershed 2 changes to 3 [Figure 8.2 (C)]. The watersheds are dissolved based on DrainID. The rest of the parameters are determined the usual way.

Page 29: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Adding a stream segment

Case I

Case II

Page 30: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Results – Stream gage comparisons

Page 31: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Area

ID Area_USGS Drain_area Drain_area_region Area_1117

1 839.000 836.476 836.512 837.7802 1315.000 1313.231 1312.753 1314.7003 1436.000 1426.489 1426.924 1432.2504 1518.000 1516.817 1517.433 1519.0305 130.000 129.420 129.068 129.5406 2101.816 2100.773 2103.0708 355.000 355.264 354.803 355.3109 412.000 412.336 412.049 412.430

10 838.000 838.745 838.430 838.81011 309.000 310.077 309.793 310.63012 459.925 459.715 459.79013 549.000 548.820 547.735 549.05014 4934.000 4932.783 4931.082 4935.00015 5198.000 5188.828 5187.091 5195.88038 5941.848 5943.252 10122.300

R2 = 1

0.000

1000.000

2000.000

3000.000

4000.000

5000.000

6000.000

0.000 1000.000 2000.000 3000.000 4000.000 5000.000 6000.000

USGS Reported Area (mi2)

WR

AP

Hyd

ro d

elin

eate

d a

rea

(mi

2 )

Page 32: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Length Down

WRAPCodeLengthDown

LengthDown_Region

LengthDown1117

Percent Difference

1 387.28 387.28 402.01 -3.802 324.21 324.21 330.75 -2.023 299.39 299.39 302.41 -1.014 277.77 277.77 278.36 -0.215 277.7 277.7 278.06 -0.136 178.52 178.52 176.84 0.947 279.54 279.54 277.26 0.828 262.63 262.63 257.96 1.789 212.11 212.11 208.07 1.90

10 210.19 210.19 206.29 1.8611 155.94 155.94 153.74 1.4112 125.97 125.97 125.21 0.6013 101.91 101.91 100.48 1.4014 52.03 52.03 50.08 3.75

Average = 0.52

Page 33: WRAP Hydro Data Model: Its Structure and application to find Input Parameters for the Water Rights Analysis Package Centre For Research In Water Resources.

Average CN and Precip

ID AvgCN AvgCN_Region AvgPR AvgPR_Region

1 59.99 59.98 29.06 29.062 61.81 61.82 30.42 30.423 62.92 62.91 30.70 30.704 63.06 63.06 30.92 30.925 62.05 62.06 34.08 34.086 64.75 64.75 31.80 31.808 70.42 70.41 33.63 33.639 69.26 69.26 33.71 33.71

10 68.78 68.78 34.07 34.0711 68.69 68.69 34.13 34.1312 62.90 62.90 36.08 36.0813 64.92 64.94 33.08 33.0914 66.40 66.40 33.27 33.2715 66.60 66.60 33.39 33.39