Title: Flow%20Accumulation
1Flow Accumulation
2Discussion Problems
Revisit Practice Midterm with Zonal
mean (value.ZonalStats(GRID_STATYPE_MEAN,
zone, Prj.MakeNull, zone.GetVTab.FindField("Va
lue"), FALSE))
3Discussion Problems
Overlay streamlines and the stream cover on a
hillshade of the HJ Andrews dem. Where does the
network look wrong? Does filling the dem fixes
the problem? Identify and quantify the changes
that FILL made.
4Discussion Problems
Road-side ditches can impact watershed hydrology
by intercepting surface and subsurface flow and
rerouting to the stream. Make a modified
flowdirection grid, in which roads intercept
downslope flow and route it along the ditch to
the streams. Use streamlines to verify that the
water now flows the way it should.
5OUTLINE
- The take-home midterm
- Flow Accumulation
- Stream Networks
- Stream Order
- Weighted flow accumulation
- Watersheds anti-flowaccumulation
6SCHEDULE
7FLOW ACCUMULATION
- Flow direction
- Water flows downhill
- Identifies upslope cells
- flowGrid.FlowAccumulation(weightGrid)
- dem.FlowDirection(ForceEdge).FlowAccumulation
(weightGrid)
8Flow Accumulation
9STREAM NETWORKS
- enough water flow to stay open
- flow increase with upslope area
- Streams cells with a minimum value
- dem.FlowDirection(ForceEdge).FlowAccumulation(ni
l) gt minCells
10STREAM ORDER
Like Contributing Area aStreamGrid.StreamOrder(dir
Grid, shreveMethod)
11WEIGHTED ACCUMULATION
The more there is, the more flows downhill
1
0
0
3
0
12
12
6
18
0
- dirGrid.FlowAccumulation(weightGrid)
12WATERSHEDS
- anti-flowaccumulation
- From a given outflow, work upslope
- dirGrid.Watershed(srcGrid)
13Discussion Problems
- Revisiting the take-home midterm
- Zipping to move your project
- make directory c/temp/yourname/flowacc
- set working directory
- save project there
- do some work, then save close ArcView
- zip c/temp/yourname/
- move yourname.zip however you like
- extract yourname.zip to c/temp/yourname/
- double click projectname.apr
- This is your project, just as you left it.
14Discussion Problems
- Revisiting the take-home midterm
- Revisable themes
- look through the themes in the exam
- Which theme can be revised? Which cant?
- What do each group have in common?
- Rewrite them so that they can be revised
- Redo the exam assuming everything mature
- Redo the exam assuming that everything burns
- Map the mature/burned difference in WAR
15Discussion Problems
Map the stream network from the midterm dem.e00
assuming that all cells with a contributing area
of at least 100 cells is a stream cell. What is
the area of 100 cells? Make stream networks with
different contributing areas. Which one looks
best? Make a grid of all stream headwaters (the
first cell in each stream).
16Discussion Problems
Runoff from stands in the rain on snow zone is
more sensitive to harvest. Streams that have much
of their contributing area in the rain on snow
zone must be similarly sensitive. If the
rain-on-snow zone is 900-1200m, map the fraction
of the contributing area of each stream reach
that is in the rain on snow zone.
17Discussion Problems
We might want to put special restrictions on the
rain on snow slopes above the most sensitive
reaches. Identify the stream cells whose
contributing area is mostly in the rain-on-snow
zone Identify the rain-on-snow cells that
contribute to these most sensitive stream
reaches.
18Discussion Problems
Revisiting the road-side ditch problem By how
much is the contributing area of each stream cell
increased in shifting from natural downhill
routing to roadside ditch interception? Does the
resulting change look different if you use
relative vs. absolute change?