![]()

GIS Term Paper 2002
By Meghan Strand
CE 394K
The objective of this term paper is
to create depth-duration frequency maps for the state of
![]()
Depth-duration frequency (DDF) is
an estimate of the depth of precipitation for a specified duration and
frequency of a storm event. The purpose
of the 98-4044 report was to present procedures that determine DDF for any
location in
The 98-4044 report used L-moment
statistics (Hosking, 1990) of the precipitation annual maxima for each duration and for each station using unbiased
L-moment estimators. The location,
scale, and shape parameters of the distributions for each
duration and each station were calculated from the L-moments. The parameters were contoured using spatial
interpolation to produce 37 maps that depict the spatial variation and
magnitude of each parameter. The only
parameter that was not mapped and contoured was the shape parameter for 1-day
and greater durations. This was due to
the fact that maps for 1-day to 7-day durations were not produced with errors
appreciably smaller than the statewide standard deviation. Therefore, a single statewide mean shape
parameter was used for each duration. Using the parameter maps created for the
98-4044 report and the following distribution equations, the precipitation
depth for a specified frequency and duration for any location in
Two distribution equations were selected in
the 98-4044 report to represent the rainfall data. The Generalized Logistic distribution (GLO)
was selected for

Computation of Xd(F) from the GEV distribution is as follows:
![]()
where
ξ, α, and κ = location, scale, and shape parameters and
F = annual nonexceedance probability, 1 – exceedance probability, or [1 – (1/T)] where T is the recurrence interval.
The 98-4044 report provided maps
for all of the parameters in the two distribution equations. The parameter maps
combined with the above equations produce maps of depth-duration frequency of
precipitation for

Figure 1 - ξ parameter map
for 3-hour precipitation duration in

Figure 2 - α
parameter map for 3-hour precipitation duration in

Figure 3 - κ parameter map
for 3-hour precipitation duration in
![]()
The procedure for creating the depth-duration frequency maps begins with analysis of the parameter maps and determining the usability of the data in ArcGIS. Unpublished coverages and grids had been created associated with the parameter maps in the 98-4044 report. The grids were in a text format and conversion to raster format was necessary. The Arc Macro Language (AML) was used for the conversion by utilizing the “asciigrid” command followed by importation into ArcMap. The conversion is also possible using the ArcToolbox “asciigrid” command. The command also allowed for the specification of the data storage type of floating point (decimals) or integers. A floating value was preferable to acquire better resolution of the DDF maps. Finally, the datasets were projected in the Clarke 1866 Albers Equal Area.
A total of 37 rasters were created and represent the ξ, α, and κ (location, scale, and shape parameters) for each of the 14 durations. These raster datasets were then combined using the equations for the GLO and GEV distributions to create a new raster dataset representing the depth of precipitation. This was accomplished in two different ways. The first involved using the spatial analyst raster calculator to combine the parameter rasters and the second involved using AML to accomplish the same task. The benefits of using AML were that repetitive operations could be automated. The GLO and GEV distributions required decomposition into elementary steps for the program to work. The following program illustrates how the equations were decomposed:
OUT1 = POW
((-ln(1-1/T)),
) note:
is a grid until the 1 day duration where it becomes a
constant.
OR Depending on Duration or the
distribution equation used (GLO or GEV)
OUT1 =
POW (((1 – (1 – 1/T))/(1-1/T)),
) note:
is a grid until the 1 day duration where it becomes a
constant.
OUT2 = 1
– OUT1
OUT3 =
OUT2 *
GRID
OUT4 =
OUT3 /
note:
is a grid until the 1 day duration where it becomes a
constant
FINAL
MAP GRID = OUT 4 +
GRID
The program, the parameter
rasters are being combined in a way that solves the distribution precipitation
equations (GLO and GEV) to produce a new raster representing the depth of
precipitation for a given storm duration for any location in

Figure 4.

Figure 5.

Figure 6.

Figure 7.

Figure 8.

Figure 9.

Figure 10.

Figure 11.

Figure 12.

Figure 13.

Figure 14.

Figure 15.

Figure 16.

Figure 17.
![]()
Once the depth-duration
frequency maps were created, analysis was made to determine the reliability of
the estimated depths. The first analysis
task involved choosing two locations in Texas, one in El Paso County (the most
western location in Texas) and the other in Newton County (the most eastern
location in Texas).



![]()


Figure 18.
![]()
Inconsistency
The second for analysis task was to take one of the DDF rasters created and subtract a higher duration from a lower duration. This is done using the raster calculator in the spatial analyst. When this is done, if the precipitation depths are monotonically increasing as duration increases, there should be no negative values in the new raster. As is shown below, there are in fact negative values for some of the durations. This reconfirms the notion that inconsistencies might have occurred when analyzing the initial data.

Figure 19.
![]()
Further investigation will be
required to determine the source of the inconsistencies in the depth-duration
frequency of precipitation maps. There
are a number of considerations that could possibly cause the inconsistencies to
occur. The first of these is the fact
that there may be error involved in the data itself. Some of the National Weather Service
precipitation station readings may have been inaccurate from the
beginning. Another source of
inconsistency comes from the fact that there are different numbers of data
points for each gauging station. A
station that has been taking data for thirty years has a greater reliability
than one that has been taking data for ten years. Also, there were numerous precipitation
stations located around the bigger cities in
![]()
William H. Asquith (
Natalie Houston (
David R. Maidment,
PhD (
![]()
Asquith, W.H., 1998, Depth-Duration
Frequency of Precipitation for
ESRI, 2002, ArcGIS
8.2: ESRI GIS & Mapping Software;
Hosking, J.R.M., 1990, L-Moments-Analysis and estimation of distributions using linear combinations of order statistics: Journal Royal Statistical Society B, v. 52, no. 1, p. 105-124.