Tay Thesis 2015 PDF
Tay Thesis 2015 PDF
Tay Thesis 2015 PDF
by
Cristal
Tay,
B.S.C.E
A
Thesis
In
Civil
Engineering
Submitted
to
the
Graduate
Faculty
of
Texas
Tech
University
in
Partial
Fulfillment
of
the
Requirements
for
the
Degree
of
Master
of
Sciences
Approved
Dr.
Theodore
G.
Cleveland
Chair
of
Committee
Dr.
Ken
A.
Rainwater
Dr.
Mark
Sheridan
Dean
of
the
Graduate
School
December,
2015
ACKNOWLEDGEMENTS
I
would
like
to
express
my
gratitude
to
my
advisor
and
committee
chair,
Dr.
Theodore
G.
Cleveland,
for
his
continual
guidance,
wisdom,
and
patience.
Without
his
assistance,
this
thesis
would
not
have
been
possible.
Additionally,
without
him
I
would
not
have
had
the
opportunity
to
obtain
a
Master’s
degree
or
be
involved
in
wicked
cool
research
projects.
I
would
also
like
to
thank
my
other
committee
member,
Dr.
Ken
A.
Rainwater,
for
his
knowledge,
time
and
effort
in
providing
helpful
and
constructive
feedback
of
this
thesis.
Lastly I want to thank my roommate, and my family for their continuous support.
ii
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
ACKNOWLEDGEMENTS ii
ABSTRACT v
CHAPTER
1
–
INTRODUCTION
1
1.1
Motivation
..............................................................................................................................
2
1.2
Rainfall
Intensity
Background
................................................................................................
3
1.3
0-‐6824
TxDOT
Research
Background
....................................................................................
6
REFERENCES 58
iii
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
APPENDICES 61
iv
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
ABSTRACT
We
decided
to
develop
the
coefficients
directly
through
nonlinear
minimization
(NLM)
to
cut
down
on
time
and
cost,
and
increase
efficiency.
In
this
thesis
we
present
the
background
of
intensity-‐duration-‐frequency
models,
the
previous
OLS
method,
the
suggested
NLM
method,
and
a
comparison
of
the
results
between
the
two
methods
in
graphical
and
tabular
form.
We
further
discuss
the
adaptability,
efficiency
and
regression
fit
of
the
two
methods.
In
addition,
we
present
two
R scripts,
created
to
develop
coefficients
for
various
forms
of
IDF
models.
R
is
an
open
source,
statistical
programming
language
and
software.
The
first
code
accepts
data
for
single
rainfall
stations,
and
the
second
code
accepts
data
for
an
entire
state
based
on
frequency.
Both
codes
use
the
nlm package
in
R
to
develop
the
IDF
model.
This
thesis
presents
the
code
with
a
general
guidance
but
it
is
not
meant
to
be
a
tutorial.
v
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
2: Examples of intensity-‐duration-‐frequency models used in the United States. ___________________ 16
3: Code numbers and description available in the nlm package in R [20]. _________________________ 24
6:
Comparison
of
2-‐year
and
100-‐year
ebd
and
SSE
results
for
Anderson
County,
Texas
-‐
developed
from
the
SingleLocation
and
BatchLocation
codes.
___________________________
36
7: Comparison of Min and Max Difference in SSE Values – 2-‐Year _______________________________ 49
9: Comparison of Intensities for Hood and Jim Wells County for the 2-‐Year ARI. ___________________ 50
10: Comparison of Min and Max Difference in SSE Values – 2-‐Year ______________________________ 52
12: Comparison of Intensities for Swisher and Brazoria County for the 100-‐Year ARI. _______________ 53
vi
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
1:
Intensity-‐duration-‐frequency
curve
of
maximum
rainfall
in
Hood
County,
Texas
for
the
2,
5,
10,
25,
50,
and
100-‐year
ARIs.
Intensities
developed
by
nonlinear
minimization.
_______________________
5
2: Depth of precipitation for 2-‐year storm for 3-‐hour duration from the 2004 DDF Atlas [2]. __________ 6
3:
Intensity-‐duration-‐frequency
curve
of
maximum
rainfall
in
El
Paso
County,
Texas
for
the
2,
5,
10,
25,
50,
and
100-‐year
ARIs.
Intensities
developed
by
nonlinear
minimization.
__________
9
4:
Display
of
EBDLKUP-‐2015.xlsx
spreadsheet
used
for
calculating
intensity
in
Texas
(adapted
from
Tay
and
others,
2015
[41].
_____________________________________________________________________
15
7:
Example
of
.csv
file
for
SingleLocation
code
with
duration
in
column
1
and
ARI
in
row
2.
DDF
values
are
extracted
from
the
2004
DDF
Atlas
[2]
for
Anderson
County,
Texas.
____________________
30
8:
Example
of
.csv
file
for
SingleLocation
code
with
duration
in
column
1
and
ARI
on
row
14.
DDF
values
from
NOAA
PFDS
online
tool
[20]
for
rainfall
station:
Marietta
SSW
in
Marietta,
Oklahoma.
____
31
9:
Screenshot
of
the
“USER
DEFINED
DATA”
section
for
the
SingleLocation
script
in
Rstudio.
Prompts
are
filled
out
based
on
data
file
for
Anderson
County,
Texas
(Figure
7).
_____________________________
32
10: Screenshot of the RStudio console when the SingleLocation code is run without warnings. _______ 32
11: Screenshot of generated output files (.pdf and .csv) in the working directory. __________________ 33
12:
Screenshot
of
csv
output
file
with
predicted
rainfall
coefficients
for
Anderson
County,
Texas.
_______________________________________________________________________
33
13: Screenshot of pdf output file with IDF curves for Anderson County, Texas. ____________________ 34
14: Example of.csv file for BatchLocation code with county in column A and duration on row 1. ______ 35
15: 3D map of Texas displaying depths for a 2-‐year, 3-‐hour storm developed from OLS method. ______ 37
16: 3D map of Texas displaying depths for a 2-‐year, 3-‐hour storm developed from NLM method. _____ 38
17:
Comparison
of
DDF
Atlas
[2]
and
OLS
[27]
precipitation
depth
contours
for
a
2-‐year,
3-‐hour
storm
in
Texas.
_______________________________________________________________________
39
18:
Relative
percentage
error
of
DDF
Atlas
[2]
and
OLS
method
[27]
precipitation
depths
for
a
2-‐
year,
3-‐hour
storm
in
Texas.
____________________________________________________________
40
19:
Comparison
of
DDF
Atlas
[2]
and
NLM
precipitation
depth
contours
for
a
2-‐year,
3-‐hour
storm
in
Texas.
____________________________________________________________________________
41
20:
Relative
percentage
error
of
DDF
Atlas
[2]
and
NLM
method
precipitation
depths
for
a
2-‐year,
3-‐hour
storm
in
Texas.
_________________________________________________________________
42
vii
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
21: 3D map of Texas displaying depths for a 100-‐year, 3-‐hour storm developed from OLS method. ____ 43
22: 3D map of Texas displaying depths for a 100-‐year, 3-‐hour storm developed from NLM method. ___ 44
23:
Comparison
of
DDF
Atlas
[2]
and
OLS
precipitation
depth
contours
for
a
100-‐year,
3-‐hour
storm
in
Texas.
____________________________________________________________________________
45
24:
Relative
percentage
error
of
DDF
Atlas
[2]
and
OLS
method
[27]
precipitation
depths
for
a
100-‐
year,
3-‐hour
storm
in
Texas.
____________________________________________________________
46
25:
Comparison
of
DDF
Atlas
[2]
and
NLM
precipitation
depth
contours
for
a
100-‐year,
3-‐hour
storm
in
Texas.
_______________________________________________________________________
47
26:
Relative
percentage
error
of
DDF
Atlas
[2]
and
NLM
method
[27]
precipitation
depths
for
a
100-‐
year,
3-‐hour
storm
in
Texas.
____________________________________________________________
48
27: IDF Curve for Hood County, Texas at the 2-‐Year ARI. ______________________________________ 51
28: IDF Curve for Jim Wells County, Texas at the 2-‐Year ARI. ___________________________________ 51
29: IDF Curve for Swisher County, Texas at the 100-‐Year ARI ___________________________________ 53
30: IDF Curve for Brazoria County, Texas at the 100-‐Year ARI. __________________________________ 54
31:
3D
map
of
Texas
displaying
difference
in
OLS
and
NLM
SSE
for
the
2-‐Year
ARI
at
all
Durations.
______________________________________________________________________
55
32:
3D
map
of
Texas
displaying
difference
in
OLS
and
NLM
SSE
for
the
100-‐Year
ARI
at
all
durations.
______________________________________________________________________
56
viii
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
CHAPTER 1 – INTRODUCTION
After
revision
of
the
0-‐6824
TxDOT
project,
we
contemplated
the
use
of
a
direct
nonlinear
programming
approach,
through
nonlinear
minimization
(NLM).
We
incorporated
the
NLM
method
and
evaluated
the
analysis
and
results
against
the
OLS
method.
The
ebd,
depth
and
intensity
values
of
the
OLS
and
NLM
methods
were
compared
at
the
2
year
and
100
year
annual
recurrence
intervals
(ARI).
The
2-‐year
and
100-‐year
ARI
were
chosen
because
they
are
commonly
used
for
design.
The
IDF
model
was
constructed
using
the
nlm
package
in
the
statistical
programming
language
and
environment
R,
prevalent
amongst
statisticians
and
engineers.
The
thesis
includes
two
R
codes
that
uses
the
nlm
package
to
develop
rainfall
coefficients.
The
first
code,
titled
SingleLocation,
develops
rainfall
coefficients
for
a
single
rainfall
station.
The
second
code,
titled
BatchLocation,
has
the
ability
to
develop
rainfall
coefficients
at
varying
frequencies
for
multiple
stations
or
an
entire
state.
The
R
statistical
language
and
software
remains
freely
available
under
the
GNU
General
Public
License
[22].
This
thesis
is
not
meant
to
be
a
tutorial
for
the
codes
but
a
presentation
of
the
development
and
results
of
the
codes.
1
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
1.1 Motivation
Although
linearizing
a
nonlinear
IDF
model
to
develop
rainfall
coefficients
is
functional
and
robust,
it
requires
additional
steps
and
demands
the
model
structure
be
linear
(or
log-‐linear).
The
code
provided
in
the
0-‐6824
TxDOT
project
was
created
to
specifically
work
with
a
particular
nonlinear
IDF
power
law
model
(Equation
1),
and
will
be
useless
if
the
structure
of
the
IDF
model
was
to
ever
change
in
Texas.
The
IDF
model
structure
in
Equation
1
has
been
used
in
Texas
at
least
since
the
1970’s,
but
it
could
be
subject
to
change.1
Other
forms
of
IDF
equations
are
used
elsewhere
and
vary
geographically
based
on
rainfall
patterns.
A
direct
nonlinear
programming
approach
does
not
require
the
IDF
model
to
be
log-‐
linearizable
and
can
be
solved
with
the
nlm
statistical
package
provided
in
R
[22].
Thus
a
change
in
IDF
model
structure
can
be
implemented
easily
with
NLP
without
a
need
to
rewrite
the
entire
code
base
–
instead
just
a
rewrite
of
the
model
equation.
The
nlm
package
in R allows
for
development
of
coefficients
for
other
states
with
different
IDF
models.
The
ability
to
update
rainfall
coefficients
more
autonomously
allows
for
rapid
implementation
within
design
manuals,
that
would
benefit
designers
with
up-‐to-‐date
design
tools.
With
an
increase
in
rainfall
gauges
and
accumulation
of
data,
future
updates
will
be
necessary
for
adequate
drainage
design.
Using
a
linear
regression-‐based
approach
limits
the
0-‐6824
TxDOT
code
to
the
specific
IDF
model
structure
for
which
it
was
written,
that
subsequently
presents
a
challenge
to
any
future
updates
regarding
the
IDF
model
because
entirely
new
code
will
have
to
be
created.
The
developed
nlm based code
was
written
to
adapt
to
IDF
model
changes
easily,
and
function
with
a
high
degree
of
efficiency
thereby
requiring
fewer
user-‐interactive
changes
than
the
linearized
0-‐6824
TxDOT
code.
The
R
code
can
be
edited
and
read
through
RStudio
[39],
a
free
and
open-‐source
integrated
development
environment
(IDE)
for
the
R
language
[22].
1
Changes
in
the
future
could
include
more
parameters
than
the
current
three
or
an
entire
structural
change
in
the
equation.
2
The
rational
equation
method,
even
with
its
limitations,
is
a
simple
to
implement
tool
to
size
hydraulic
structures.
A
large
2
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Intensity
directly
affects
peak
runoff
estimates
made
using
the
rational
method
equation,
which
is
used
for
hydraulic
design
in
small
rural
and
urban
watersheds.2
The
IDF
coefficients
e,
b
and
d
are
in
the
intensity
equation.
Equation
1
is
the
IDF
equation
from
the
Hydraulic
Design
Manual
[26].
𝒃
𝑰𝑨𝑬𝑷; 𝑪𝑶𝑼𝑵𝑻𝒀 =
Equation
1
𝑻𝒄 !𝒅 𝒆
where
I
is
the
intensity
in
inches
per
hour,
Tc
is
the
time
of
concentration
in
minutes,
b
is
a
scaling
value
in
inches
per
hour,
d
is
an
offset
in
minutes,
and
e
is
an
exponent.
The
subscript
on
I
is
to
imply
that
the
coefficients
are
a
function
of
annual
exceedance
probability
(AEP)
and
location
(county).
The
ebd
coefficients
are
known
as
the
rainfall
coefficients
within
Texas
Intensity
is
defined
as
a
depth
of
precipitation
(covering
an
area)
over
a
period
of
time.
Intensity
is
expressed
as
Equation
2
when
used
in
conjunction
with
the
Texas
Depth-‐Duration-‐Frequency
Atlas
[2]
or
with
older
National
Weather
Service
(NWS)
products,
HYDRO-‐35
[11]
and
TP-‐40
[13],
or
even
current
NWS
products,
such
as
the
NOAA
Atlas
14
[20].
𝑷𝒅
𝑰𝑨𝑹𝑰 = Equation
2
𝑻𝒄
where
Pd
is
the
depth
of
rainfall
in
inches
for
a
specified
annual
recurrence
interval
(ARI),
for
a
design
storm
of
duration
Tc,
where
Tc
is
the
time
of
concentration
in
hours.
Depth,
Pd,
for
Texas
is
established
from
the
2004
Atlas
of
Depth-‐Duration
Frequency
of
Precipitation
Annual
Maxima
for
Texas
(DDF
Atlas)
[2]
at
various
durations
and
frequencies.
An
engineer
would
typically
interpolate
a
precipitation
depth
based
on
distance
between
contour
lines
and
retrieve
the
precipitation
depth
at
the
location
of
interest.
The
DDF
values
from
the
2004
DDF
Atlas
[2]
is
included
in
Appendix
A.
2
The
rational
equation
method,
even
with
its
limitations,
is
a
simple
to
implement
tool
to
size
hydraulic
structures.
A
large
percentage
of
hydraulic
structures
are
sized
based
on
the
rational
method
and
its
use
is
anticipated
to
continue
for
decades.
3
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
To
avoid
graphical
or
tabular
lookup
for
design
rainfall
intensities,
IDF
relationships,
often
expressed
as
a
simple
algebraic
equation
(such
as
Equation
1),
are
used.
IDF
values
are
estimates
of
the
average
rate
of
precipitation
that
falls
with
a
given
period
of
time
in
a
specific
geographical
region
for
a
specified
duration
and
frequency
or
recurrence
interval.
IDF
values
(inchers
per
hour)
are
essentially
the
associated
DDF
value
(inches)
divided
by
the
duration
(hour)
of
the
storm
event
(Equation
2).
Because
DDF
analyses
(DDF
Atlas
[2]
and
NOAA
Atlas
14
[20])
of
rainfall
are
restricted
to
a
few
discrete
durations,
equations
for
IDF
curves
provide
a
mechanism
to
estimate
rainfall
intensity
for
arbitrary
durations.
The
ability
to
use
equations
instead
of
graphical
lookup
methods
for
any
duration
makes
IDF
models/equations
attractive
to
practitioners
because
the
documentation
is
simplified
and
subject
to
less
individual
subjectivity.
The
equations
are
“fit”
to
discrete
depth
or
intensity
values
and
thus
produce
a
continuous
model
of
rainfall
intensity.3
Many
algebraic
forms
have
been
used
to
represent
IDF
curves.
Equation
1
is
the
IDF
model
currently
used
by
TxDOT
[26].
IDF
curves
are
a
graphical
representation
of
the
annual
probability
that
a
given
average
rainfall
intensity
will
occur
over
a
specified
duration
at
some
location.
The
curves
tend
to
differ
based
on
geographic
precipitation
patterns.
IDF
curves
are
usually
displayed
on
log-‐log
plots
with
intensity
(inches
per
hour)
on
the
y-‐axis
and
duration
(hours)
on
the
x-‐axis.
In
log-‐log
space,
most
IDF
curves
developed
from
Equation
1
display
a
quasi-‐parallel
form.
Figure
1
is
a
set
of
IDF
curves
for
Hood
County,
Texas
that
are
typical.
Each
curve
on
the
plot
represents
an
ARI;
stacked
from
smaller
to
larger
ARIs.
At
durations
larger
than
an
hour,
the
IDF
curve
typically
displays
zero
curvature.
At
durations
shorter
than
an
hour,
the
IDF
curve
displays
a
concave
curvature.
3
Continuous
in
respect
to
duration
variable.
Generally,
IDF
equations
are
still
for
discrete
risk
levels
(ARI).
4
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
1:
Intensity-‐duration-‐frequency
curve
of
maximum
rainfall
in
Hood
County,
Texas
for
the
2,
5,
10,
25,
50,
and
100-‐year
ARIs.
Intensities
developed
by
nonlinear
minimization.
5
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
2004
DDF
Atlas
[2]
was
used
to
generate
the
updated
2015
ebd
coefficients.
Using
the
3D
Analyst
package
in
ArcGIS,
the
precipitation
depths
(at
varying
frequency
and
durations)
at
the
centroid
of
each
Texas
county
were
extracted
from
the
precipitation
contour
lines
and
placed
into
a
database.
The
intensities
for
each
county
at
varying
frequencies
were
found
by
dividing
the
extrapolated
depth
over
duration
(Equation
2).
The
ebd
values
were
subsequently
obtained
by
fitting
the
IDF
model
(Equation
1)
to
these
calculated
intensity
values.
The
DDF
Atlas
[2]
failed
to
provide
isopluvial
lines
past
the
boundaries
of
the
state,
as
seen
in
Figure
2.
Thus
precipitations
for
most
border
counties
could
not
be
extrapolated
from
the
Atlas.
Figure 2: Depth of precipitation for 2-‐year storm for 3-‐hour duration from the 2004 DDF Atlas [2].
6
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Counties
that
bordered
New
Mexico,
Oklahoma,
Arkansas
and
Louisiana
were
interpolated
from
NOAA
Atlas
14
values
[20].
Counties
that
bordered
Mexico
were
determined
by
engineering
judgment
because
there
are
no
products
equivalent
to
TP-‐40
[13],
HY-‐35
[11],
DDF
Atlas
[2]
or
NOAA
Atlas
14
[20]
currently
available.
Researchers,
Cleveland
and
Asquith,
of
the
0-‐6824
TxDOT
project
[27]
chose
to
develop
the
rainfall
coefficients
through
a
hybrid
linear
regression
and
single-‐variable
minimization
method
instead
of
using
a
direct
non-‐linear
minimization
method.
Ordinary
least
squares
(OLS)
and
a
line
search
method
were
used
through
a
sequential
unconstrained
minimization
technique
(SUMT)
algorithm
[32].4
The
team
initially
tried
a
nonlinear
minimization
(NLM)
method.
However,
when
run
autonomously,
the
NLM
method
occasionally
failed
to
find
general
solutions
and
produced
unsatisfactory
graphical
fitting
performance.
Instead
of
attempting
to
fix
these
errors,
the
researchers
proceeded
onto
the
robust
linear
regression
using
the
OLS
method.
5
This
decision
increased
the
complexity
of
the
regression
and
thus
the
R
code.
The
code
to
compute
the
development
of
the
coefficients
was
written
in
the
R
language
and
was
designed
for
only
fitting
IDF
models
with
the
structure
of
Equation
1.
The
IDF
curves
were
visually
analyzed
in
log-‐log
space,
which
revealed
that
durations
shorter
than
an
hour
presented
a
departure
from
linearity.
The
shorter
durations
showed
signs
of
curvature
(logarithmic
offset)
for
all
counties.
To
solve
for
the
ebd
coefficients
while
accounting
for
the
logarithmic
offset,
d,
the
IDF
equation
was
log-‐linearized.
First,
the
researchers
used
the
d
values
provided
from
the
1985
ebd
coefficients
[25].
By
pre-‐defining
the
value
of
d,
the
denominator
of
the
IDF
model
could
be
simplified
to
a
constant,
η,
and
equation
1
could
become
a
log-‐linear
equation.
Table
1
shows
the
equations
used
in
the
0-‐6824
TxDOT
algorithm.
4
The
0-‐6824
TxDOT
project
used
the
optimize()line
search
tool
in
R.
optimize uses
a
golden
section
search
also
called
Brent’s
line-‐search
[32].
Brent’s
method
is
considered
faster
than
bisection
(Bolzano’s
method),
regula
falsi,
secant
method,
or
Fibonacci
search.
5
The
term
robust
refers
to
the
ability
to
always
produce
an
optimal
solution.
7
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
At
each
step
of
the
SUMT
algorithm,
d
was
found
by
a
line
search
(Brent’s
Method
[32])
and
always-‐optimal
estimated
values
of
e
and
b
were
produced.
6
The
e
and
b
coefficients
were
generated
for
each
county
in
Texas
at
annual
recurrence
intervals
(ARI)
of
2,
5,
10,
25,
50,
and
100
years.
The
algorithm
then
took
the
derivative
of
the
linear
function
and
through
the
line
search
method,
solved
for
the
optimal
d
coefficient.
At
every
iteration,
the
predicted
residual
sum
of
squares
error
(PRESS)
was
minimized.
Equation
1
is
the
PRESS
statistic.
𝒚𝒊 !𝒚𝒊,!𝒊 𝟐
𝑷𝑹𝑬𝑺𝑺 = 𝜮𝒏𝒊!𝟏
Equation
3
𝟏!𝒉𝒊𝒊
where
n
is
the
number
of
observations,
i
is
the
step
count,
𝑦!
is
the
observed
value,
𝑦!,!!
is
the
fitted
value
obtained
from
the
remaining
n-‐1
sample
values,
and
ℎ!!
is
the
leverage
value.
The
double
subscript
ii
refers
to
the
diagonal
of
the
hat
matrix.7
When
an
observation
was
removed,
a
fitted
regression
function
was
used
to
obtain
the
predicted
value
for
the
ith
observation.
The
PRESS
statistic
assessed
the
model’s
predictive
ability
(fitting
methods);
the
smaller
the
PRESS
value,
the
better
the
model’s
predictive
ability.
In
summary,
the
researchers
of
the
TxDOT
rainfall
coefficient
project
created
a
SUMT
algorithm
for
computing
the
e,
b,
and
d
coefficients
centered
on
the
IDF
model
in
Equation
1.
By
pre-‐
defining
the
values
of
d,
the
IDF
equation
(Equation
1)
could
be
linearized.
Using
the
1985
rainfall
values
of
d
[25],
the
algorithm
computed
e
and
b
by
OLS
regression.
A
line
search
then
generated
the
values
of
d.
Minimization
of
PRESS
was
used
throughout
to
evaluate
the
error
associated
with
the
fitting
method.
6
In
optimization,
line
search
approach
finds
a
descent
direction
in
which
the
objective
function
will
be
reduced
and
computes
a
step
size
that
determines
how
far
to
move
along
that
direction
[6].
Line
search
is
available
as
a
package
in
R
[22].
7
The
hat
matrix,
sometimes
referred
to
as
the
influence
matrix,
is
a
common
term
in
regression
analysis
that
describes
the
influence
each
observed
value
has
on
each
fitted
value
[18].
The
leverage
value
was
obtained
from
regression
packages
in
R [22].
8
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
team
encountered
IDF
curvature
inconsistencies
with
counties
near
the
Mexican
border
of
Texas.
Three
members
of
the
team
manually
adjusted
the
DDF
values
to
produce
a
quasi-‐parallel
curve
formation,
as
displayed
in
Figure
1
(Hood
County).
An
R
code
was
written
to
allow
for
adjustments
of
DDF
values
and
re-‐fitting
of
IDF
curves.
The
practical
purposes
of
the
adjustments
were
to
correct
inconsistencies
in
the
few
border
counties
that
displayed
radical
behavior
in
curvature,
such
as
El
Paso
County
in
Figure
3.
Figure
3:
Intensity-‐duration-‐frequency
curve
of
maximum
rainfall
in
El
Paso
County,
Texas
for
the
2,
5,
10,
25,
50,
and
100-‐year
ARIs.
Intensities
developed
by
nonlinear
minimization.
9
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
three
members
ultimately
adjusted
the
IDF
curves
at
every
ARI
for
all
254
Texas
counties.
Depth
values
for
each
county
were
obtained
from
each
analyst’s
adjusted
IDF
curves
and
averaged
together
resulting
in
the
final
2015
DDF
values
that
were
delivered
to
TxDOT
in
August,
2015.
The
official
2015
DDF
values
can
be
found
in
Appendix
B
and
the
2015
ebd
coefficients
(generated
from
the
2015
DDF
values)
can
be
found
in
Appendix
C.
The
pre-‐adjusted
depth
and
resulting
ebd
values
(developed
from
the
OLS
method)
can
be
found
in
Appendix
D
and
E,
respectively.
The
pre-‐adjusted
results
of
the
0-‐6824
TxDOT
research
will
be
used
to
compare
against
the
NLM
method
to
avoid
possible
discrepancies
from
analyst
adjustments.
10
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Rainfall-‐runoff
estimation
is
important
for
adequate
design
of
storm
water
systems
to
minimize
impacts
within
watersheds.
Of
the
hydrologic
methods
used
for
determining
peak
discharge
from
basin
runoff,
the
Rational
Method
is
most
used
throughout
Texas.
Rainfall
intensity
(I)
is
one
of
the
variables
that
directly
affect
the
calculation
of
peak
runoff.
Equation
4
is
the
Rational
Runoff
Equation.
𝑪𝑰𝑨
𝑸=
Equation
4
𝒁
where
Q
is
the
maximum
rate
of
runoff
in
cubic
feet
per
second,
C
is
a
runoff
coefficient,
I
is
the
rainfall
intensity
in
inches
per
hour,
A
is
the
drainage
area
in
acres,
and
Z
is
a
conversion
factor
between
U.S.
Customary
and
S.I.
units.
The
methods
and
models
for
determining
runoff
and
intensity
have
been
established
and
used
in
Texas
since
at
least
1970.
In
this
section,
precipitation-‐frequency
data,
methods
for
determining
rainfall
coefficients,
and
IDF
relationships
are
investigated.
In
the
1950s,
the
Weather
Bureau
began
developing
rainfall
frequency
data
for
the
United
States.
The
research
was
further
extended
in
1955
by
the
Weather
Bureau
and
Soil
Conservation
Service
to
establish
depth-‐area-‐duration-‐frequency
values
for
the
United
States.
The
product
of
the
research
produced
a
series
of
Technical
Papers
that
provided
a
background
to
rainfall
methodology
and
concepts
for
the
United
States.
Technical
Paper
No.
25
(TP-‐25)
[29],
published
in
1955,
presented
the
first
set
of
IDF
curves
for
selected
cities
and
counties
throughout
the
United
States.
The
paper
was
available
for
purchase
from
the
U.S.
Government
for
40
cents.
Technical
Paper
No.
40
(TP-‐40)
[13],
published
in
1961,
introduced
the
first
DDF
atlas
for
the
United
States.
TP-‐40
published
maps
of
the
United
States
with
isopluvial
lines
at
varying
durations
ranging
from
30
minutes
to
24
hours
and
ARIs
of
1
year
to
100
years.
TP-‐40
was
a
monumental
feat
that
provided
engineers
with
useful
rainfall-‐frequency
estimates
for
design.
11
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
In
1977,
HYDRO-‐35
(HY-‐35)
[11]
published
a
supplemental
DDF
atlas
for
the
eastern
half
of
the
United
States.
HY-‐35
displayed
rainfall-‐frequency
data
at
durations
less
than
an
hour
that
were
not
covered
in
TP-‐40,
and
further
described
ways
to
interpolate
un-‐mapped
durations.
In
1998,
the
USGS
in
cooperation
with
TxDOT
developed
a
DDF
of
precipitation
analysis
specifically
for
Texas
[1].
The
report
was
created
to
provide
a
method
to
develop
accurate
DDF
estimates
used
for
cost-‐effective
structural
hydraulic
designs
and
reliable
flood
prediction.
The
1998
report
[1]
provided
equations
for
determining
depths
based
on
the
location,
scale,
and
shape
parameters.
These
parameters
were
displayed
on
37
contoured
maps
of
Texas
at
various
durations.
The
1998
report
was
developed
using
the
National
Weather
Service
(NWS)
cooperative
rain
gage
data
from
New
Mexico,
Oklahoma,
Arkansas,
Louisiana,
and
Texas.
The
data
included
the
same
data
as
used
in
TP-‐40
[13]
and
HY-‐35
[11],
but
also
included
roughly
25
years
more
rain
gage
data
than
either
of
the
NWS
products.
In
2004,
the
DDF
Atlas
[2]
was
created
to
depict
an
accurate
DDF
Atlas
of
precipitation
annual
maxima
in
Texas.
Asquith
and
Roussel
took
the
results
of
the
1998
report
and
created
atlases
based
on
precipitation
depths
instead
of
location,
scale,
and
shape
parameters.
The
2004
DDF
Atlas
[2]
was
developed
with
precipitation-‐frequency
data
that
replaced
previous
data
from
TP-‐40
[13]
and
HY-‐35
[11].
The
2004
DDF
Atlas
consisted
of
96
maps
with
isopluvial
lines
at
frequencies
of
2,
5,
10,
25,
50,
100,
250,
and
500
years
and
at
durations
of
15
and
30
minutes,
1,
2,
3,
6,
and
12
hours,
and
1,
2,
3,
5,
and
7
days.
Although
newer
depths
for
Texas
were
developed
within
the
0-‐6824
TxDOT
research
project,
a
new
DDF
atlas
for
Texas
has
not
and
most
likely
will
not
be
commissioned.
The
2004
DDF
Atlas
[2]
will
most
likely
be
replaced
by
the
National
Oceanic
and
Atmospheric
Administration
(NOAA)
Atlas
14
[20]
by
mid
2018.
NOAA
has
been
working
on
this
project
since
2004
to
provide
updated
precipitation
frequency
estimates
for
the
entire
United
States.
Referred
to
as
NOAA
Atlas
14
[20],
the
Atlas
is
divided
into
volumes
based
on
geographic
portions
of
the
United
States
and
is
to
supersede
the
estimates
of
TP-‐40
[13]
and
HY-‐35
[11].
NOAA
Atlas
14
presents
precipitations
at
more
ARIs
and
durations
than
previous
DDF
atlases
[1,2,11,13].
Precipitation
data
is
provided
at
ARIs
of
1,
2,
5,
10,
25,
50,
100,
200,
500,
and
1000
years,
and
durations
of
5,
10,
15,
30,
and
60
minutes,
2,
3,
6,
12,
and
24
hours,
and
2,
3,
4,
7,
10,
20,
30,
45,
and
60
days.
12
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NOAA
developed
an
online
Precipitation
Frequency
Data
Server
(PFDS)
[19],
which
acts
as
a
point-‐and-‐click
interface
to
present
the
NOAA
Atlas
14
precipitation-‐frequency
estimates.
A
user
may
enter
a
location,
and
select
a
rain
station
to
view
the
partial
duration
series
(PDS)
or
annual
maximum
series
(AMS)
based
precipitation
frequency
estimates
at
90%
confidence
intervals.
At
a
single
rainfall
station,
the
spreadsheet
(*.csv)
of
the
precipitation
values
(in
inches)
may
be
retrieved
from
the
PFDS
for
external
use.
As
of
October
2015,
the
NOAA
Atlas
14
[20]
has
covered
the
majority
of
the
United
States,
except
for
the
Pacific
Northwest
and
Texas
(six
states
total).
The
Atlas
for
Texas,
Volume
11,
is
currently
being
created
and
will
be
completed
by
mid
2018
[20].
Review
of
multiple
hydraulic
design
manuals
from
Departments
of
Transportation
across
the
United
States
found
that
states
with
completed
NOAA
14
Atlases
have
adopted
NOAA’s
precipitation
model.
Additionally,
the
National
Resources
Conservation
Service
(NRCS)
is
adopting
NOAA
Atlas
14
for
all
states
where
it
is
applicable.
Based
on
the
majority
of
state
implementations,
it
is
probable
that
NOAA
Atlas
14
will
eventually
become
the
federal
standard
adopted
throughout
the
United
States.
Although
the
PFDS
online
tool
[20]
provides
DDF
estimates
and
curves,
it
currently
does
not
provide
an
IDF
model.
Similar
to
the
previous
DDF
Atlases
[2,11],
NOAA
Atlas
14
produces
DDF
estimates
at
discrete
durations
and
ARIs,
which
limits
engineers
to
the
defined
durations.
The
development
of
IDF
models
will
be
needed
for
calculation
of
intensities
at
arbitrary
durations.
Without
the
IDF
relationship,
engineers
will
still
be
limited
to
the
pre-‐defined
durations
of
NOAA
Atlas
14
[19].
Thus
the
IDF
curve
fitting
process
and
the
methods
used
in
this
thesis
will
be
necessary
to
provide
intensities
at
arbitrary
times
of
concentration.
The
first
set
of
ebd
rainfall
coefficients
for
Texas
and
the
IDF
model
(Equation
1)
were
published
in
1970
in
the
first
edition
of
the
Hydraulic
Manual
[28]
produced
by
the
Bridge
Department
of
the
Texas
Highway
Department
(currently
known
as
TxDOT).
The
manual
provided
the
IDF
model
structure
(Equation
1)
still
in
use
throughout
Texas.
In
1975,
researchers
produced
a
second
set
of
ebd
coefficients
to
replace
the
original
table.
These
updates
were
incorporated
by
distribution
of
revised
tables
to
the
Texas
districts.
13
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
At
each
Texas
county,
the
d
coefficient
was
kept
constant
across
all
frequencies
while
the
e
and
b
coefficients
varied.
Although
the
methodology
behind
the
development
of
the
coefficients
was
not
documented,
based
on
the
unchanging
and
pre-‐set
value
of
d
(similar
to
0-‐6824
TxDOT
method),
it
can
be
assumed
that
the
IDF
model
was
linearized
and
the
e
and
b
coefficients
were
produced
through
linear
regression.
The
process
of
developing
rainfall
coefficients
through
an
equation-‐fitting
method
for
the
IDF
model
(Equation
1)
can
be
found
in
the
Federal
Highway
Administration’s
Hydrologic
Engineering
Circular
No.
12
(HEC
12)
[15].
The
HEC
12
manual
was
developed
to
provide
design
procedures
dealing
with
drainage
of
highway
pavements
across
the
United
States.
Preceding
the
age
of
computational
analysis
of
linear
and
non-‐linear
programming,
Appendix
A
of
HEC
12
described
a
manual
linear
regression
method
of
equation-‐fitting
the
rainfall
coefficients
into
the
power
law
intensity
model
(Equation
1).
Instead
of
using
the
b,
d,
and
e
coefficients
within
the
intensity
equation,
HEC
12
used
the
variables
a,
b,
and
m,
respectively.
Given
duration
and
intensity
of
a
specified
ARI,
rainfall
coefficients
for
a
specific
location
within
the
United
States
could
be
determined
through
fitting
the
IDF
model
(Equation
1).
Duration
and
rainfall
intensity
data
were
plotted
on
a
2-‐cycle
logarithmic
paper
with
a
best-‐fit
curve
drawn
through
the
data
points
(based
on
analyst
judgment).
The
b
coefficient
(d)
was
estimated
and
adjusted
until
the
plotted
data
points
resembled
a
straight
line.
Based
on
the
graph,
the
a
coefficient
(b)
was
determined
at
a
1
minute
duration
and
the
m
coefficient
(e)
was
equivalent
to
the
slope
of
the
line.
The
linear
regression
was
then
confirmed
by
checking
the
predicted
values
of
intensity
against
the
observed
values
of
intensity.
If
the
difference
in
intensity
values
were
large,
changes
to
the
log
plot
would
be
necessary
to
develop
a
more
accurate
set
of
rainfall
coefficients.
These
steps
were
repeated
for
all
other
frequencies
and
locations.
In
1985,
the
Bridge
Department
of
the
Texas
Highway
Department
produced
a
Hydraulic
Design
of
Culverts
Manual
[25]
that
published
a
new
set
of
rainfall
coefficients
for
Texas.
The
development
methods
for
the
1985
coefficients
were
not
documented
within
the
Design
Manual
[25].
Contrasted
with
the
table
of
ebd
coefficients
in
1975,
the
d
coefficient
varied
across
each
frequency
at
each
county.
The
ebd
coefficients
were
developed
based
on
rainfall
frequency
data
found
in
TP-‐40
[13]
and
HY-‐35
[11].
14
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Since
1985,
the
ebd
coefficients
from
the
Hydraulic
Manual
[25]
have
remained
unchanged
and
are
still
used
throughout
Texas
within
the
intensity
equation
(Equation
1).
As
of
October
2015,
the
1985
ebd
coefficients
are
available
in
a
computational
spreadsheet
tool
for
Texas,
EBDLKUP.xls,
which
calculates
intensity
using
Equation
1.
The
coefficients
are
also
used
in
the
drainage
software,
GEOPAK,
by
downloading
the
drainage
library
(*.dlb)
for
Texas
[38].
In
2015,
the
0-‐6824
TxDOT
research
project
produced
a
revised
set
of
ebd
coefficients
for
the
state
of
Texas
based
on
the
2004
DDF
Atlas
for
Texas
[2].
Cleveland
and
others
chose
to
fit
the
coefficients
to
the
same
IDF
model
(Equation
1)
used
for
developing
coefficients
in
Texas
since
at
least
1970.
The
method
of
OLS
regression
was
conducted
through
computational
analysis
to
develop
the
revised
2015
ebd
coefficients.
The
0-‐6824
TxDOT
research
team
produced
an
updated
IDF
spreadsheet
tool
for
Texas,
EBDLKUP-2015.xlsx,
that
estimates
intensity
(Equation
1)
based
on
the
revised
2015
ebd
coefficients
(placed
in
an
underlying
database
sheet).
EBDLKUP-2015.xlsx
is
a
useful
tool
with
a
simple
interface,
as
seen
in
Figure
4.
When
the
ebd
coefficients
are
updated
in
the
future,
the
database
in
the
spreadsheet
can
be
replaced
and
the
spreadsheet
tool
can
continue
being
used.
The
2015
ebd
coefficients,
updated
depths,
and
spreadsheet
tool
will
be
implemented
through
TxDOT
by
the
end
of
2015.
Figure
4:
Display
of
EBDLKUP-2015.xlsx
spreadsheet
used
for
calculating
intensity
in
Texas
(adapted
from
Tay
and
others,
2015
[41]).
15
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
e,
b,
and
d
rainfall
coefficients
are
a
unique
and
significant
part
of
hydraulic
design
in
Texas.
Although
the
IDF
model
(Equation
1)
and
its
coefficients
have
existed
and
been
used
in
Texas
for
at
least
45
years,
other
states
and
countries
use
different
IDF
models
with
different
rainfall
coefficients.
IDF
relationships
differ
due
to
varying
rainfall
patterns
at
different
geographical
locations.
Unique
rainfall
observations
generate
a
unique
IDF
curve,
which
thus
requires
a
unique
IDF
model
to
fit
the
curve.
Design
engineers
usually
prefer
IDF
relationships
because
they
provide
the
ability
to
calculate
intensity
at
arbitrary
durations.
Some
selected
IDF
models
for
the
United
States
can
be
seen
in
Table
2;
notice
the
wide
variance
in
relationships
and
coefficients.
Table 2: Examples of intensity-‐duration-‐frequency models used in the United States.
!"#$%& !
Chow
and
others
(1988)
𝐼𝐷𝐹ℱ 𝑇! ; 𝑐, 𝐸, 𝑓 = 𝐾
[7]
(!! ! !!)
𝑎
𝑓𝑜𝑟 𝑇! ≤ 2 ℎ𝑜𝑢𝑟𝑠
McCuen
(1989)
𝐼𝐷𝐹ℱ 𝐷; 𝑎, 𝑏, 𝑐, 𝑑 = 𝐾 (𝐷 + 𝑏)
[31]
𝑐𝐷 ! 𝑓𝑜𝑟 𝑇! > 2 ℎ𝑜𝑢𝑟𝑠
Wanielista
and
!" !
𝐼𝐷𝐹ℱ 𝑇, 𝐷; 𝑐, 𝑠, 𝑑, 𝑡 = 𝐾
[30]
Eaglin
(1996)
(!!!)!
!.!"
Los
Angeles
Department
𝐼! 1440
=
[16]
of
Public
Works
(2006)
𝐼!""# 𝑡!
In
the
equations
presented
in
Table
2,
I
or
IDF
is
the
rainfall
intensity
in
inches
per
hour,
K
is
a
unit
conversion
between
U.S.
Customary
and
S.I.
units,
T
is
the
ARI,
𝑇!
or
𝑡!
is
the
duration
in
minutes,
D
is
the
duration
in
hours,
and
variables
a,
b,
c,
d,
E,
f,
k,
s,
and
t
are
rainfall
coefficients.
The
subscript
and
superscript
for
IDF
imply
that
the
function
and
corresponding
coefficients
are
a
function
of
frequency
(ℱ)
and
county.
16
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Bernard
[5]
established
the
first
accounts
of
an
IDF
model
in
1932.
Over
the
years,
multiple
IDF
relationships
have
been
developed
and
published
in
textbooks,
and
design
manuals
across
the
United
States.
In
1970,
the
Texas
Highway
Department
published
a
Hydraulic
Manual
[28],
which
defined
the
IDF
model
for
the
state
of
Texas.8
In
1988
Chow
and
others
[7]
provided
an
integrated
approach
to
hydrology
and
provided
an
IDF
model
similar
in
form
to
Equation
1.
Shortly
after,
in
1989
McCuen
[31]
published
a
general
IDF
model
for
the
United
States.
McCuen
suggested
fitting
the
curve
using
least
squares.
In
1996,
Wanielista
and
Eaglin
[30]
developed
an
IDF
model
for
the
State
of
Florida,
supported
by
the
Florida
Department
of
Transportation.
In
2006,
the
Los
Angeles
Department
of
Public
Works
[16]
published
a
Hydrology
Manual
that
presented
their
own
unique
IDF
model.
The
equation
is
different
from
the
others
in
that
it
scales
all
intensities
based
on
the
24-‐hour
intensity.
The
constant
(1440)
in
the
equation
implies
that
tc
is
in
units
of
minutes.
Though
the
IDF
models
vary,
all
of
the
equations
are
nonlinear
and
most
are
multivariate.
The
included
R
code
within
this
thesis
develops
intensity
parameters
through
nonlinear
programming.
Without
the
need
to
linearize
the
IDF
model,
a
user
is
able
to
adopt
a
different
IDF
model
simply
by
changing
a
few
lines
of
code
that
deal
directly
with
the
IDF
equation
and
its
corresponding
parameters.
The
ability
to
quickly
adapt
the
code
to
a
new
IDF
model
and
develop
corresponding
coefficients
increases
the
practicality
of
the
proposed
R
code
for
use
by
engineers
in
and
out
of
Texas.
Based
on
the
code
developed
in
the
0-‐6824
TxDOT
project,
if
the
IDF
model
structure
changes
for
Texas,
the
development
of
new
parameters
will
be
time
consuming
because
additional
work
will
need
to
be
done
to
linearize
the
new
equation
(if
possible).
In
the
future,
new
or
updated
IDF
models
for
the
state
of
Texas
are
very
possible
due
to
climatic
change
that
causes
variation
in
rainfall
intensity.
Another
limitation
of
the
0-‐6824
TxDOT
code
is
that
it
is
not
applicable
nationwide
because
it
is
only
valid
for
states
that
use
the
same
IDF
model
structure
(Equation
1).
8
The
Texas
Highway
Department
(1970)
equation
is
identical
to
Equation
1,
but
includes
a
unit
conversion
factor
that
does
not
need
estimation
[28].
17
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Luenberger
[17]
stated
that
in
most
cases,
a
function
possesses
a
certain
degree
of
smoothness
and
thus
there
exist
techniques
to
exploit
that
smoothness.
Regression
analysis
is
the
process
of
best-‐fitting
a
function
to
a
series
of
data
points.
Given
a
series
of
data,
regression
provides
a
method
for
determining
the
values
of
the
parameters
within
the
equation
to
best
fit
the
data.
Linear
least
squares
(or
OLS)
regression
is
a
method
of
obtaining
the
best
linear
unbiased
estimates
(BLUE)
of
the
rainfall
coefficients.
When
using
least
squares,
the
predicted
parameters
are
usually
evaluated
based
on
the
PRESS
statistic
(Equation
3).
The
objective
for
the
least
squares
method
is
to
minimize
the
PRESS
value.
The
0-‐6824
TxDOT
project
used
the
principle
of
OLS
and
the
PRESS
statistic
to
develop
ebd
parameters.
Regression
analysis
is
not
a
recent
mathematical
discovery.
Gauss’
work
[cited
in
12]
contributed
discoveries
that
led
to
the
method
of
least
squares,
the
earliest
form
of
regression
in
the
early
1800’s.
Galton
[cited
in
21],
a
mathematical
scientist,
recognized
the
phenomenon
of
regression
toward
the
mean
and
coined
the
term
“regression”
in
1894.
Pearson
[21]
later
extended
Galton’s
work
to
the
general
statistical
context
known
today.
Linear
regression
is
viewed
as
being
a
robust
and
efficient
computational
tool;
if
a
solution
exists,
it
will
be
found.
Additionally
linear
regression
produces
a
unique
solution.
Because
of
these
advantages,
many
prefer
linearizing
nonlinear
equations
to
be
solved
by
linear
regression
analysis
techniques
[18].
The
potential
problem
of
the
0-‐6824
TxDOT
code
lies
not
with
the
method
of
linear
regression
but
with
the
tediousness
that
arises
by
needing
to
transform
the
nonlinear
IDF
model
into
a
linear
model
before
regression
analysis.
The
manual
linearization
process
lowers
the
efficiency
of
the
TxDOT
code.
The
OLS
method,
though
sufficient
and
robust,
would
be
more
ideal
and
efficient
if
the
IDF
model
was
already
presented
linearly.
Almost
all
IDF
models
are
nonlinear
equations
that
can
be
solved
through
nonlinear
minimization.
18
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
A
regression
model
is
defined
as
nonlinear
when
the
functions
and
their
derivatives
of
the
model
depend
on
one
or
nonlinear
combinations
of
their
parameters.
Most
IDF
models
are
multivariate
power-‐law
models
that
contain
multiple
rainfall
coefficients
as
products
and
quotients
raised
to
some
power.
Methods
for
fitting
non-‐linear
equations
are
more
complex
than
linear,
though
not
necessarily
more
difficult.
The
objective
function
for
nonlinear
regression
used
within
the
thesis
is
to
minimize
the
sum
of
squared
error
(SSE).
More
commonly
referred
to
as
a
sum
of
squared
errors
of
prediction
(SSE),
the
SSE
is
calculated
as
the
sum
of
squared
differences
between
the
observed
and
predicted
values,
Equation
5.
For
developing
IDF
models,
the
SSE
sums
the
squared
differences
between
observed
depth
and
the
predicted
depth
at
specified
durations
of
an
ARI.
𝒏
𝑺𝑺𝑬 = 𝚺𝒊!𝟏 𝒙𝒊 − 𝒇(𝒑𝒊 ) 𝟐
Equation
5
where
n
is
the
number
of
observations,
i
is
the
step
count,
𝑥!
is
the
observed
2004
DDF
value
[2],
and
𝑓 (𝑝! )
is
the
predicted
depth
based
on
the
developed
ebd
parameters,
𝑝! .
The
SSE
is
a
unitless
value.
Avriel
[3]
stated
that
the
two
most
typical
unconstrained
minimization
algorithms
included:
Cauchy’s
steepest
descent
method
and
Newton’s
method.
A
derivative
of
Newton’s
method,
referred
to
the
Newton-‐Raphson
method,
is
a
popular
iterative
method
used
for
approximating
solutions
to
systems
of
nonlinear
equations.
It
optimizes
by
finding
roots
of
the
differentiable
function
and
requires
an
initial
approximation
to
the
solution.
At
each
iteration,
values
of
the
parameters
are
adjusted
to
minimize
the
function.
When
an
improvement
is
not
possible,
the
solution
is
considered
to
have
converged.
If
a
solution
does
not
converge,
the
process
fails.
Deuflhard
[9]
stated
that
Newton’s
method
was
a
faster
method
in
comparison
to
gradient
descent
because
it
used
additional
information
obtained
from
the
second
derivative.
For
comparison,
a
simple
gradient
can
compute
a
tangent
line
(slope)
of
an
objective
function
through
the
first
derivative
and
perform
a
directional
line
search
with
constant
step
sizes.
19
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Newton’s
method
computes
the
tangent
line
through
the
first
derivative
and
additionally
accounts
for
the
curvature
through
a
second-‐order
derivative.
Based
on
the
curvature,
the
method
adjusts
its
step
size
as
appropriate
in
that
direction
(accelerating
the
line
search),
thus
converging
in
fewer
steps.
Luenberger
[17]
stated
that
quasi-‐Newton
methods
(Newton-‐based
methods)
were
usually
preferred
to
avoid
the
Jacobian
search
for
zeroes
and
avoid
the
Hessian
search
for
extrema,
which
required
solving
a
system
of
linear
equations
that
could
be
time
consuming
and
costly.9
The
most
common
quasi-‐Newton
algorithms
include:
symmetric
rank-‐one
(SR1),
Berndt-‐Hall-‐
Hall-‐Hausman
(BHHH),
and
Broyden-‐Fletcher-‐Goldfarb-‐Shanno
(BFGS).
The
BFGS
method
was
created
in
the
1970s
and
is
named
after
its
independent
authors:
Broyden
[33],
Fletcher
[34],
Goldfarb
[35],
and
Shanno
[36].
BFGS
is
considered
to
be
the
most
effective
quasi-‐Newton
method
and
is
commonly
used
for
optimization
of
equations
with
a
relatively
small
number
of
variables
(less
than
a
100).
It
is
usually
faster
than
other
algorithms
by
requiring
less
iteration
to
reach
convergence.
In
1985,
Schnabel,
Koontz,
and
Weiss
[24]
laid
the
foundation
for
multivariate
nonlinear
goal
programming.
Schnabel
and
others
described
two
new
packages,
UNCMIN
and
REVMIN,
developed
in
Fortran.
UCMIN
was
used
for
finding
the
local
minima
of
a
real
valued
function
with
multiple
variables.
REVMIN
used
optimization
algorithms
identical
to
UNCMIS
but
was
for
obtaining
values
of
a
user-‐supplied
function
by
reverse
communication.10
The
two
packages
provided
18
possible
algorithmic
combinations
for
nonlinear
programming.
9
Most
practical
tools
approximate
the
Jacobian
using
finite
differences,
and
construct
the
Hessian
during
the
directional
line
search
–
also
by
finite
differences.
10
Reverse
communication
is
a
software
technique
that
has
the
calling
method
evaluate
a
function
[40].
20
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
nonlinear
minimization
(nlm)
package
available
in
R
uses
a
quasi-‐Newton
algorithm
for
minimizing
the
objective
function
and
references
Schnabel’s
work
[24].
The
nlm
package
was
created
by
DebRoy
and
the
R
Core
Team
[23].
DebRoy
translated
pre-‐existing
FORTRAN
code
by
Jones
[14]
who
presented
multivariate
FORTRAN
subroutine
code
in
1993.
Jones
[14]
developed
a
nonlinear
state
space
model
for
the
purpose
of
modeling
epidemics
and
used
nonlinear
optimization
programming
to
obtain
parameter
estimates.
The
R
manual
[23]
additionally
references
a
numerical
methods
book
[37]
by
Schnabel
and
Dennis,
and
an
unconstrained
minimization
journal
article
by
Schnabel
and
others
[24].
Nonlinear
programming
is
highly
used
and
advantageous
because
of
its
speed
in
solving
the
iterative
process.
Chong
and
Zak
[6]
stated
that
the
most
important
part
of
nonlinear
programming
is
the
initial
parameter
estimates
provided
by
the
user.
Lack
of
reasonable
initial
estimates
can
cause
the
algorithm
to
drift
off
into
the
inescapable
parameter
space
that
does
not
provide
the
best
estimates.
Newton
and
quasi-‐newton
methods
have
superior
convergence
properties
when
the
starting
point
is
near
the
solution.
The
advantages
of
using
nonlinear
regression
compared
to
linear
regression
include
faster
speeds
and
smaller
errors.
The
nlm
algorithm
is
able
to
accept
any
nonlinear
equation
without
the
need
for
linearization
and
thus
accelerates
the
process
of
developing
rainfall
coefficients.
Linearization
of
the
equation
adds
additional
steps
and
time
to
the
solution
process.
The
use
of
a
quasi-‐Newton
method
further
improves
the
convergence
rate
of
the
function
by
avoiding
the
Hessian
matrix.
Additionally,
analysis
of
the
2-‐year
and
100-‐year
ARI
show
that
the
SSE
provided
by
the
NLM
method
is
consistently
lower
than
the
SSE
provided
by
the
OLS
method
(0-‐6824
TxDOT
[27]).
21
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
This
chapter
presents
the
two
codes
designed
to
develop
IDF
models
based
on
nonlinear
programming.
The
resulting
ebd
coefficients
developed
through
the
NLM
method
will
be
used
in
comparison
against
OLS
method.
R
was
chosen
for
this
thesis
because
of
its
advanced
statistical
packages.
The
nlm
package
was
used
to
minimize
the
SSE
of
the
predicted
and
observed
depths.
Two
different
R
scripts
were
created
to
develop
IDF
models.
The
first
code,
SingleLocation,
develops
IDF
models
for
a
single
location
and
is
presented
in
Appendix
J.
The
second
code,
BatchLocation,
was
created
to
develop
IDF
models
for
batch
locations
(such
as
an
entire
state)
and
is
presented
in
Appendix
K.
Both
codes
are
similar
in
structure
and
use
the
nlm
package
in
R
to
generate
rainfall
coefficients.
nlm(f,
p,
...,
hessian
=
FALSE,
typsize
=
rep(1,
length(p))
fscale
=
1,
print.level
=
0,
ndigit
=
12,
gradtol
=
1e-‐6,
stepmax
=
max(1000
*
sqrt(sum((p/typsize)^2)),1000),
steptol
=
1e-‐6,
iterlim
=
100,
check.analyticals
=
TRUE)
where f
is
the
function
to
be
minimized
and
p
are
the
starting
parameter
values.
The
rest
of
the
package
allows
the
modeler
to
format
the
package
to
meet
certain
attributes.
The
hessian,
if
used
provides
the
hessian
of
the
function
at
the
minimum.
typsize
adjusts
the
size
of
each
parameter
at
the
minimum.
fscale
is
an
estimate
of
the
size
of
f
at
the
minimum.
print.level
determines
the
level
of
printing.
ndigit
allows
the
user
to
set
the
significant
digits
of
f.
gradtol
provides
the
tolerance
to
determine
when
the
scaled
gradient
is
close
enough
to
zero
to
terminate
the
algorithm.
stepmax
defines
the
maximum
allowable
step
length
and
is
used
to
prevent
steps
that
could
cause
the
optimization
function
to
overflow.
steptol
provides
the
minimum
allowable
relative
step
length.
interlim
specifies
the
maximum
number
of
iterations
to
be
performed
before
termination
of
algorithm.
check.analytics
helps
to
detect
incorrectly
formulated
gradients
of
Hessians.
22
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
In
both
codes,
default
values
were
used
except
for
the
renamed
function
and
parameter
values,
a
steptol
of
1e-‐10
and
a
gradtol
of
1e-‐6.
Research
showed
that
the
code
worked
best
at
a
small
step
tolerance
and
thus
the
value
of
1e-‐10
was
implemented
throughout.
The
gradient
tolerance
of
1e-‐6
was
used
to
speed
up
the
iteration
process.
In
using
the
nlm
package,
the
most
important
attribute
was
the
initial
estimated
set
of
the
parameter
values.
Lack
of
reasonable
initial
parameter
estimates
can
cause
the
algorithm
to
drift
off
the
state
space
model
and
provide
non-‐optimal
estimates.
Based
on
this
knowledge,
the
code
contains
a
short
loop
that
reuses
the
last
parameter
values
as
the
initial
parameters
within
the
nlm
function.
The
loop
provides
the
ability
for
an
optimal
convergence
to
achieve
the
smallest
sum
of
squared
error
at
each
ARI.
The
number
of
iterations
was
chosen
based
on
analysis
that
SSE
values
converged
to
the
smallest
number
by
four
iterations.
By
adding
this
iteration,
we
did
not
have
to
be
as
concerned
about
the
initial
parameter
estimates.
Several
numerical
experiments
were
done
using
different
starting
parameters
in
which
all
runs
minimized
to
the
same
SSE
value
after
being
forced
through
the
refinement
loop.
Based
on
this
behavior,
providing
the
same
initial
starting
parameters
for
e,
b,
and
d
was
deemed
sufficient
despite
the
knowledge
of
actual
relative
coefficient
values
–
a
majority
of
ARI
data
converges
with
starting
parameters
of
0.006.
The
code
provides
users
the
ability
to
change
the
parameter
of
each
coefficient
in
prompt
five
of
the
“USER DEFINED DATA”
section.
Two
common
warning
messages
may
appear
when
running
the
nlm
package.
The
warnings
will
appear
in
a
bright
red
font
in
the
console.
The
analyst
should
scan
the
console
after
each
run.
The
first
is
a
“non-finite value supplied by ‘nlm’”
message,
as
seen
below.
The
non-‐finite
message
warns
the
user
that
the
optimization
has
terminated
and
failed
to
produce
complete
estimates.
The
warning
usually
occurs
if
the
initial
parameter
values
are
too
small.
If
the
warning
appears,
a
remedy
is
to
iteratively
change
the
starting
parameters
by
differences
of
±0.001.
If
the
error
persists,
change
the
starting
parameters
by
larger
differences
until
convergence
is
achieved
for
that
particular
data
set.
23
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
results
of
the
nlm
package
contain
the
following
components
accessible
after
the
variable
name:
minimum
contains
the
estimated
minimum
of
the
objective
function
(f),
estimate
provides
the
estimated
parameter
values
within
f,
gradient
provides
the
gradient
at
the
estimated
minimum
f,
and
code
informs
why
the
optimization
process
terminated.
A
component
is
accessible
from
a
variable
by
placing
the
symbol
“$”
followed
by
the
component
name.
The
symbol
“$”
in
R
simply
takes
the
selected
component
from
the
output
variable.
The
estimated
components
(fitted
rainfall
coefficients)
was
used
to
generate
the
output
Excel
sheet
and
IDF
curve.
The
code
component
indicates
why
an
optimization
process
terminated
based
on
integers
from
1-‐5.
Taken
directly
from
the
R manual
[20],
the
code
numbers
and
their
description
are
listed
in
the
table
below.
Table 3: Code numbers and description available in the nlm package in R [20].
24
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
code
numbers
and
termination
descriptions
of
the
nlm
package
do
not
appear
in
either
R
scripts.
The
integers
were
used
throughout
research
and
testing
to
ensure
that
the
parameters
were
being
met
at
probable
solutions.
A
code
of
1
or
2
was
deemed
acceptable
and
a
code
of
3
instigated
a
change
in
steptol
size.
The
user
only
has
to
be
concerned
with
the
red
warning
messages
appearing
in
the
console.
A
brief
overview
of
the
main
functions
used
within
the
SingleLocation
and
BatchLocation
codes
will
be
discussed
within
this
section.11
Both
codes
share
similar
structure
and
use
the
nlm
package
in
R
to
minimize
SSE
and
develop
IDF
models.
The
main
differences
between
the
two
codes
occur
because
of
the
format
of
the
spreadsheet
files
containing
rainfall
data.
SingleLocation
develops
coefficients
for
a
single
point
location
at
varying
durations
for
each
ARI,
and
BatchLocation
obtains
coefficients
for
multiple
locations
at
varying
durations
for
a
single
ARI.
Both
codes
were
intentionally
written
to
be
overly
detailed
(by
use
of
line
feeds
and
comments)
in
an
effort
to
increase
maintainability
for
future
changes;
SingleLocation
has
approximately
300
lines
of
code.
If
the
R
scripts
were
designed
to
fit
a
single
unique
spreadsheet
and
IDF
model,
the
script
could
be
very
simple
and
succinct.
The
codes
account
for
variations
in
spreadsheet
data
format
and
contain
functions
that
extract
listed
durations,
and
ARIs
(SingleLocation)
or
locations
(BatchLocation)
from
the
data
file.
Both
codes
anticipate
changes
to
the
IDF
model
by
providing
additional
rainfall
coefficients
(presented
in
various
IDF
models)
to
the
functions;
unused
variables
are
set
to
zero
and
ignored
until
needed.
Although
the
code
is
designed
to
fit
a
majority
of
IDF
models,
it
is
possible
that
a
newer
IDF
model
will
require
substantial
rewriting
of
the
code.
The
code
was
written
entirely
with
pointer
variables
(located
at
the
beginning)
for
easy
changes
and
maintenance.
11
The
programming
details
of
the
two
proposed
codes
will
not
be
discussed
within
this
thesis
to
avoid
any
resemblance
of
a
technical
reference
manual.
The
thesis
is
meant
to
present
and
provide
a
general
guidance
of
how
to
use
the
codes.
25
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
RStudio
[39]
is
an
interface
for
using
R
[22]
and
is
suggested
for
running
the
SingleLocation
and
BatchLocation
codes.
When
initially
opened,
the
program
should
look
similar
to
Figure
5.
Figure
5:
Screenshot
of
RStudio
program
when
initially
opened.
The
top
left
panel
is
referred
to
as
the
RScript;
it
is
a
color-‐coded
text
editor
that
sends
commands
to
R.
The
bottom
left
panel
is
the
console
that
displays
code
that
has
been
ran
through
in
blue
and
resulting
warning
messages
from
the
code
in
red.
Code
can
be
sent
from
the
RScript
to
the
console
by
selecting
and
highlighting
the
code
(Figure
5),
and
clicking
the
Run
button:
located
above
the
Rscript
panel.
The
top
right
panel
is
the
Workspace
where
objects
will
be
displayed.
The
bottom
right
panel
serves
many
purposes,
but
will
not
be
used
for
the
presented
codes.
A
user
will
need
to
interact
directly
with
the
RScript
and
console
panels.
Code
in
green,
followed
by
a
# symbol,
are
comments
used
to
describe
the
code
or
to
provide
prompts
for
a
user
to
follow.
Code
in
blue
represents
constants
and
objects
reserved
in
R.
The
codes
are
sectioned
off
by
CAPITALIZED HEADERS
and
surrounded
by
multiple
#
symbols;
additional
comments
clarify
what
the
section
of
code
accomplishes.
26
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
SingleLocation
and
BatchLocation
codes
are
presented
in
Appendix
J
and
K,
respectively
and
can
be
copied
into
RStudio,
which
automatically
colors
the
code
within
the
text
editor.
In
both
codes,
five
numbered
directions
were
provided
for
users
to
follow
in
the
“USER
DEFINED DATA”
section.
Additionally,
to
change
the
IDF
model,
four
detailed
prompts
were
given
in
the
“IDF MODEL STRUCTURE”
section.
These
two
sections
of
code
were
intended
to
be
the
only
user-‐interactive
portion
of
the
code.
The
remainder
of
the
code
should
not
need
to
be
changed
and
should
be
left
alone.
After
reading
and
responding
to
the
prompts,
to
run
the
code,
select
all
of
the
code
(Ctrl+A)
within
the
Rscript
panel,
and
click
the
run
button.
When
the
script
has
finished
the
run,
two
files
should
appear
in
the
working
directory.
The
first
output
file
is
a
.csv
spreadsheet
containing
rainfall
coefficients
at
various
ARIs
(SingleLocation)
or
various
locations
(BatchLocation).
The
second
output
file
is
a
.pdf
file
that
provides
the
IDF
curves
of
the
locations.
The
IDF
model
(Equation
1)
currently
in
the
code
is
identical
to
the
model
presented
within
the
TxDOT
Design
Manual
[26].
The
model
is
written
as
an
intensity
function:
where
x1,
x2,
and
x3
are
the
parameters
e,
b,
and
d,
and
tc
is
time
of
concentration
in
minutes.
The
additional
variables,
T1
(ARI)
and
x4
(addition
coefficient),
are
placeholders
for
other
IDF
models.
Variables
that
are
not
used
are
simply
set
to
zero
and
do
not
participate
in
the
calculations.
With
a
defined
IDF
model,
the
variables,
depths
and
SSE
need
to
be
calculated.
The
SSE
function
takes
the
difference
squared
of
the
observed
2004
DDF
value
[2]
and
the
depth
calculated
by
the
predicted
variables.
The
SSE
function
will
be
the
minimized
objective
function
to
produce
the
best
fit.
The
SSE
is
written
as:
27
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The optimization of SSE is done through the nlm package provided by R:
nlm(SSE, c(x[1],x[2],x[3],x[4]),duration, ddfdepth, T1, hessian= FALSE, steptol= 1e-‐10, gradtol= 1e-‐6)
where
SSE
is
the
optimizing
function
and
the
e,
b,
and
d
parameters
are
represented
as
the
subscripted
variables,
x[1],
x[2],
and
x[3].
Variable
x[4]
is
an
additional
variable
for
a
different
IDF
model
structure
and
is
currently
set
to
zero.
Duration
refers
to
the
list
of
durations
presented
in
the
data
file,
ddfdepth
refers
to
the
list
of
depths
from
the
2004
DDF
Atlas
[2],
and
T1
is
an
additional
variable
for
a
different
IDF
model
that
refers
to
the
of
ARIs
from
the
data
file;
it
is
unused
in
this
IDF
structure
and
is
therefore
set
to
zero.
The
code
then
proceeds
to
iterate
through
each
DDF
value
from
the
provided
data
file
and
minimize
the
objective
function
to
produce
estimates
of
ebd
at
each
ARI.
At
the
end
of
the
run,
the
produced
coefficient
values
are
written
into
a
csv
file
in
a
single
column.
Additionally,
a
pdf
of
a
produced
IDF
curve
is
created.
Figure
6
is
a
flowchart
of
the
major
portions
of
the
R
code
process.
Table
4
describes
the
shapes
used
within
the
flowchart
and
their
meanings.
Shape Description
Main
process
or
task
28
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
START
INPUT
.CSV
&
IDF
MODEL
DEFINE
PARAMETERS
RUN
RSCRIPT*
*(contents
of
code
explained
in
Table
5)
NO
WARNING
MESSAGE?
YES
“NA/Inf
replaced
NO
by
maximum
positive
value”?
“
YES
OUTPUT
OF
IDF
“non-‐finite
CURVES
(.PDF)
&
YES
NO
value
supplied
RAINFALL
by
'nlm'”?
COEFFICIENTS(.CSV)
END
Figure 6: Process flowchart of R scripts for developing IDF models.
29
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
simplified
pseudo
code
of
the
main
“RUN
SCRIPT”
task
of
the
flow
chart
is
described
in
order
within
Table
5.
The
script
loads
the
provided
DDF
data
(observed
values)
as
a
.csv
and
defines
the
initial
estimates
of
rainfall
parameters.
The
nlm
package
is
then
used
to
minimize
the
SSE
function
and
generate
fitted
rainfall
coefficients.
The
coefficients
are
then
plugged
back
into
the
depth
and
intensity
equations
to
generate
revised
values.
The
revised
intensity
values
are
plotted
onto
the
generated
IDF
curve.
The
SingleLocation
code
was
written
to
be
able
to
attach
any
DDF
data
file
(.csv)
following
the
format
of
labeling
durations
in
a
column
and
labeling
ARIs
across
a
row;
the
column
and
row
numbers
can
vary.
Additionally,
the
number
of
listed
durations
and
ARIs
can
vary.
User
should
ensure
that
durations
in
the
data
file
should
always
have
associated
units
of
“min,”
“hr,”
or
“day.”
An
example
of
an
acceptable
data
file
is
seen
in
Figure
7.
Figure
7:
Example
of
.csv
file
for
SingleLocation
code
with
duration
in
column
1
and
ARI
in
row
2.
DDF
values
are
extracted
from
the
2004
DDF
Atlas
[2]
for
Anderson
County,
Texas.
30
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
SingleLocation
code
is
preset
to
the
format
of
the
data
file
extracted
from
NOAA’s
PFDS
online
tool
[20],
as
seen
in
Figure
8.
The
DDF
data
file
should
be
kept
in
a
.csv
format
and
placed
within
the
working
directory
of
the
code.
We
suggest
renaming
the
data
file
with
the
appropriate
location
for
distinction
among
other
data
files.
The
SingleLocation
code
uses
the
data
from
the
data
file
to
develop
IDF
rainfall
coefficients
for
the
specified
location
at
each
ARI.
Figure
8:
Example
of
.csv
file
for
SingleLocation
code
with
duration
in
column
1
and
ARI
on
row
14.
DDF
values
from
NOAA
PFDS
online
tool
[20]
for
rainfall
station:
Marietta
SSW
in
Marietta,
Oklahoma.
The
code
was
written
to
accept
multiple
formats
of
data
files
based
on
the
general
guidelines.
Within
the
“USER DEFINED DATA”
section,
the
five
prompts
ask
the
user
to
enter
the
file
name
of
the
attached
data
file,
provide
the
desired
file
name
for
the
output
files,
enter
the
column
number
where
durations
are
labeled,
enter
the
row
number
where
ARIs
are
labeled,
and
define
the
initial
parameter
estimates
for
the
nlm
package.
The
initial
parameter
estimates
only
need
to
be
changed
when
the
“non-finite value”
warning
message
appears
in
the
console
after
a
run.
An
example
of
the
filled
“USER DEFINED DATA”
section
for
the
data
file
of
Figure
7
(Anderson
County,
Texas)
is
seen
in
Figure
9.
31
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
9:
Screenshot
of
the
“USER DEFINED DATA”
section
for
the
SingleLocation
script
in
Rstudio.
Prompts
are
filled
out
based
on
data
file
for
Anderson
County,
Texas
(Figure
7).
With
the
information
defined
by
the
user
in
the
“USER DEFINED DATA”
section,
the
script
searches
through
the
respective
column
and
row
to
retrieve
the
exact
values
of
durations
and
ARIs
in
the
data
file.
Additionally,
the
script
converts
all
durations
into
minutes
based
upon
the
labeled
units
of
“min,”
“hr,”
or
“day.”
When
the
code
is
run
without
warning
messages,
the
console
should
look
similar
to
Figure
10.
Figure
10:
Screenshot
of
the
RStudio
console
when
the
SingleLocation
code
is
run
without
warnings.
32
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
11
is
a
screen
capture
of
the
working
directory
showing
that
after
the
program
is
run,
the
generated
output
(pdf
and
csv)
files
are
placed
in
the
working
directory.
Figure 11: Screenshot of generated output files (.pdf and .csv) in the working directory.
The
generated
csv
output
file
provides
the
rainfall
coefficients
generated
from
the
nlm
package.
The
output
data
is
provided
in
a
single
column
in
Excel;
to
separate
the
data
across
multiple
columns,
use
Excel’s
Text-‐To-‐Columns
data
tool.
These
coefficients
can
be
used
to
generate
intensities
based
on
ARI
for
the
respective
location.
Figure
12
displays
the
csv
output
file
with
ebd
coefficients
for
Anderson
County,
Texas
at
varying
ARIs.
Figure 12: Screenshot of csv output file with predicted rainfall coefficients for Anderson County, Texas.
The
generated
pdf
output
file
provides
IDF
curves
for
Anderson
county
at
varying
ARIs.
The
IDF
curves
are
created
based
on
the
predicted
coefficients
from
the
nlm
method.
The
x-‐axis
displays
the
logarithm
of
duration
in
minutes
and
the
y-‐axis
displays
the
logarithm
of
intensities
in
inches
per
hour.
The
curves
are
stacked
from
smaller
to
larger
ARIs.
Figure
13
shows
the
generated
IDF
curve
for
Anderson
County,
Texas
at
the
2,
5,
10,
25,
50,
and
100-‐year
ARIs.
33
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure 13: Screenshot of pdf output file with IDF curves for Anderson County, Texas.
The
BatchLocation
code
is
almost
identical
in
structure
to
the
SingleLocation
code.
The
main
differences
between
the
codes
are
caused
by
the
difference
in
the
input
data
file
formats.
To
demonstrate
that
the
computational
methods
are
identical
between
the
codes,
the
tabulated
set
of
ebd
values
and
SSEs
for
Anderson
County,
Texas
will
be
shown
in
the
results.
BatchLocation
was
written
to
accept
rainfall
data
for
multiple
rain
stations
or
for
an
entire
state.
The
code
produces
rainfall
coefficients
at
various
ARIs
for
multiple
rainfall
stations
or
counties.
With
the
additional
data
from
multiple
locations,
we
decided
to
separate
the
data
files
by
ARI
instead
of
by
location.
34
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
14
is
a
portion
of
an
input
file
showing
the
data
format
for
which
the
code
was
designed.
The
code
will
accept
data
files
with
county
or
location
labeled
in
a
column
and
durations
labeled
across
a
row.
Figure
14:
Example
of.csv
file
for
BatchLocation
code
with
county
in
column
A
and
duration
on
row
1.
NOAA
Atlas
14
currently
does
not
offer
statewide
depth
values
on
the
PFDS
tool
[20].
To
retrieve
depth
values
for
multiple
locations
or
an
entire
state,
ArcGIS
software
is
needed
to
import,
average,
and
extract
gridded
NOAA
Atlas
14
depths
by
location
centroids.
NOAA
Atlas
14
provides
gridded
Atlases
that
are
broken
down
by
ARI
(1
to
1000
years)
and
duration
(5-‐min
to
60-‐day),
for
a
total
of
190
maps.
Each
map
needs
to
be
imported
into
ArcGIS
to
have
its
data
extracted
at
the
centroid
of
the
desired
locations.
When
the
data
is
extracted,
an
analyst
will
need
to
transform
the
data
file
to
match
the
acceptable
data
file
format
for
the
BatchLocation
code
(Figure
14).
At
a
completed
run,
the
BatchLocation
code
provides
a
csv
of
rainfall
coefficients
at
each
location.
The
generated
csv
output
files
can
be
combined
and
placed
into
the
database
of
a
computational
spreadsheet
tool
for
estimating
intensities,
such
as
EBDLKUP-2015.xlsx.
35
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
OLS
and
NLM
methods
were
compared
by
analyzing
the
difference
in
depths
and
SSEs
for
each
county
in
Texas
for
a
3-‐hour,
2-‐year
and
3-‐hour,
100-‐year
storm
(common
design
storms).
The
results
are
displayed
graphically
and
evaluated
within
this
chapter.
For
simplification,
the
depths
generated
from
the
OLS
and
NLM
methods
will
be
referred
to
as
OLS
depths
and
NLM
depths.
The
observed
depths
that
were
extracted
from
the
2004
DDF
Atlas
[2]
will
be
referred
to
as
DDF
values.
In
addition
to
a
comparison
of
the
OLS
and
NLM
methods,
the
SingleLocation
and
BatchLocation
codes
were
analyzed
at
a
single
county
to
assess
the
similarity
in
computation
methods.
Table
6:
Comparison
of
2-‐year
and
100-‐year
ebd
and
SSE
results
for
Anderson
County,
Texas
-‐
developed
from
the
SingleLocation
and
BatchLocation
codes.
To
analyze
the
OLS
method
against
the
NLM
method,
depths
and
percentage
error
of
depths
were
generated
into
maps
to
analyze
the
results
in
graphical
form.
The
depths
were
compared
at
a
3-‐hour
duration
for
the
2-‐year
and
100-‐year
ARI.
36
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The calculation for percentage error is displayed in Equation 6.
𝒙−𝒛
𝑷𝒆𝒓𝒄𝒆𝒏𝒕𝒂𝒈𝒆 𝑬𝒓𝒓𝒐𝒓 (%) =
𝟏𝟎𝟎%
Equation
6
𝒙
where
𝑥
is
the
observed
value,
𝑧
is
the
predicted
value
and
the
brackets
in
the
numerator
indicate
an
absolute
value.
For
depth
analysis,
the
observed
DDF
values
represent
𝑥 ,
and
the
predicted
depths
developed
from
the
OLS
method
[27]
or
the
NLM
method
represent
𝑧.
When
comparing
between
the
OLS
and
NLM
method,
the
OLS
method
is
the
observed
variable
and
the
NLM
is
the
predicted
variable.
Figure
15
displays
a
3-‐dimensional
(3D)
map
of
the
precipitation
depths
developed
from
the
OLS
method
for
a
2-‐year,
3-‐hour
storm
in
Texas.
In
comparison,
Figure
16
displays
a
3D
map
of
depths
developed
from
the
NLM
method
for
a
2-‐year,
3-‐hour
storm
in
Texas.
The
x-‐axis
and
y-‐
axis
represent
longitude
and
latitude
in
degrees,
and
the
z-‐axis
represents
depth
in
inches.
Both
the
OLS
depths
and
NLM
depths
range
from
approximately
0
to
3
inches
across
Texas.
The
color
scale
ranges
from
blue,
an
indication
of
low
depths,
to
red,
an
indication
of
high
depths.
Figure
15:
3D
map
of
Texas
displaying
depths
for
a
2-‐year,
3-‐hour
storm
developed
from
OLS
method.
37
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
16:
3D
map
of
Texas
displaying
depths
for
a
2-‐year,
3-‐hour
storm
developed
from
NLM
method.
The
surfaces
of
both
OLS
and
NLM
depth
maps
appear
identical.
Both
methods
display
similar
rainfall
patterns
across
the
state
of
Texas.
A
greater
distribution
of
rainfall
occurs
along
the
southeast
border
and
lower
rainfall
occurs
along
the
northwest
border
of
Texas.
The
OLS
and
NLM
depths
of
each
county
at
varying
ARIs
can
be
seen
in
tabular
form
in
Appendix
D
and
F,
respectively.
The
OLS
depths
were
then
compared
directly
to
the
DDF
values
by
overlaying
rainfall
contours
onto
the
DDF
Atlas
map
[2].
Figure
17
displays
the
contoured
map
with
isopluvial
lines
for
a
3-‐
hour,
2-‐year
storm
in
Texas.
The
x-‐axis
and
y-‐axis
represent
longitude
and
latitude
in
degrees,
and
the
diamonds
represent
the
centroids
of
each
county.
The
black
contours
represent
the
observed
DDF
values
(in
inches)
and
the
blue
contours
represent
the
predicted
OLS
depths
(in
inches).
The
contours
vary
by
0.25
inches.
The
generated
OLS
precipitation
depth
contours
generally
follow
the
DDF
contours
closely
with
exceptions
to
the
western
area
of
Texas.
38
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
17:
Comparison
of
DDF
Atlas
[2]
and
OLS
[27]
precipitation
depth
contours
for
a
2-‐year,
3-‐hour
storm
in
Texas.
To
analyze
the
differences
between
the
overlapping
OLS
and
DDF
contours
(Figure
17),
the
absolute
relative
percentage
errors
(Equation
6)
at
each
county
were
determined.
Figure
18
displays
a
contoured
map
of
the
percentage
errors
between
the
DDF
and
the
OLS
depths.
The
x-‐
axis
represents
longitude
in
degrees
and
the
y-‐axis
represents
latitude
in
degrees.
The
diamonds
on
the
map
represent
the
centroid
of
each
county
in
Texas.
The
scale
ranges
from
0%
(white)
to
10.5%
(dark
blue)
with
contour
intervals
of
0.5%.
As
expected,
based
on
the
difference
in
depth
contours
(Figure
17),
the
larger
errors
occur
along
the
western
area
of
Texas.
A
percentage
error
of
less
than
10.5%
was
deemed
acceptable.
39
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
18:
Relative
percentage
error
of
DDF
Atlas
[2]
and
OLS
method
[27]
precipitation
depths
for
a
2-‐
year,
3-‐hour
storm
in
Texas.
The
NLM
method
was
also
analyzed
with
maps
of
contoured
depth
and
absolute
relative
percentage
errors.
Contours
of
the
generated
NLM
depths
for
the
3-‐hour,
2-‐year
storm
in
Texas
were
developed.
Figure
19
displays
the
contoured
map
with
isopluvial
lines
that
vary
by
0.25
inches.
The
x-‐axis
and
y-‐axis
represent
longitude
and
latitude
in
degrees,
and
the
diamonds
represent
the
centroids
of
each
Texas
county.
The
black
contours
represent
the
observed
DDF
values
(in
inches)
and
the
blue
contours
represent
the
NLM
depths
(in
inches).
The
generated
NLM
precipitation
depth
contours
follow
the
DDF
contours
closely.
Similar
to
the
OLS
method,
the
NLM
depth
contours
fail
to
follow
the
DDF
contours
on
the
western
portion
of
Texas.
In
comparison
to
Figure
17,
the
NLM
contours
display
a
closer
fit
to
the
DDF
contours
than
the
OLS
contours.
40
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
19:
Comparison
of
DDF
Atlas
[2]
and
NLM
precipitation
depth
contours
for
a
2-‐year,
3-‐hour
storm
in
Texas.
The
absolute
relative
percentage
errors
(Equation
6)
between
the
DDF
and
NLM
depths
for
each
county
were
determined.
Figure
20
displays
a
map
of
the
percentage
errors
with
contour
intervals
of
0.5%.
The
x-‐axis
represent
longitude
in
degrees
and
the
y-‐axis
represents
latitude
in
degrees.
The
scale
ranges
from
approximately
0%
(white)
to
6.5%
(blue).
As
expected
based
on
analysis
of
Figure
19,
the
higher
percentage
errors
occur
mainly
along
the
western
portion
of
Texas.
41
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
20:
Relative
percentage
error
of
DDF
Atlas
[2]
and
NLM
method
precipitation
depths
for
a
2-‐year,
3-‐hour
storm
in
Texas.
Graphical
analysis
of
the
depth
and
percentage
error
maps
showed
that
the
NLM
method
was
more
precise
than
the
OLS
method
when
compared
to
the
DDF
values.
The
NLM
rainfall
depths
appeared
to
have
a
better
fit
to
the
DDF
contours
and
values.
Additionally,
the
NLM
method
displayed
a
smaller
maximum
percentage
error
than
the
OLS
method,
6.5%
compared
to
10.5%.
Based
on
lower
percentage
error
results,
the
NLM
method
was
deemed
more
precise
than
the
OLS
method
for
a
2-‐yr,
3-‐hr
storm
in
Texas.
42
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Next,
the
100-‐year,
3-‐hr
storm
was
analyzed
using
the
techniques
previously
applied
to
the
2-‐
year,
3-‐hour
storm.
The
NLM
and
OLS
generated
depths
were
compared
to
the
DDF
values.
The
comparisons
were
analyzed
graphically
in
a
contoured
map
of
rainfall
depths
and
a
contoured
map
of
absolute
percentage
errors
of
depth.
Initially,
the
OLS
and
NLM
depths
were
mapped
onto
a
3D
surface.
Figure
21
displays
a
3D
map
of
the
precipitation
depths
developed
from
the
OLS
method
for
a
100-‐year,
3-‐hour
storm
in
Texas.
The
x
and
y-‐axes
represent
longitude
and
latitude
in
degrees,
and
the
z-‐axis
represents
depth
in
inches.
Raised
areas
represent
a
higher
distribution
of
rainfall.
The
OLS
depths
for
the
100-‐year,
3-‐hr
storm
ranged
from
approximately
3
inches
(blue)
to
8
inches
(red).
The
rainfall
distribution
patterns
for
the
100-‐year
storm
correlates
with
the
2-‐year
storm.
As
anticipated,
the
southeast
coast
of
Texas
has
the
higher
distribution
of
rainfall
and
the
western
portion
of
Texas
has
the
lower
distribution
of
rainfall.
Figure 21: 3D map of Texas displaying depths for a 100-‐year, 3-‐hour storm developed from OLS method.
43
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
22
displays
a
3D
map
of
rainfall
depths
developed
from
the
NLM
method
for
a
100-‐year,
3-‐hour
storm
in
Texas.
The
x
and
y-‐axes
represent
longitude
and
latitude
in
degrees,
and
the
z-‐
axis
represents
depth
in
inches.
The
color
scale
ranges
from
blue
(low
depths)
to
red
(high
depths).
The
range
of
depths
and
rainfall
distribution
patterns
are
similar
to
the
OLS
method.
Figure
22:
3D
map
of
Texas
displaying
depths
for
a
100-‐year,
3-‐hour
storm
developed
from
NLM
method.
The
OLS
depths
were
then
compared
to
the
DDF
values
through
a
map
of
depth
contours.
Figure
23
displays
the
map
with
isopluvial
lines
for
a
3-‐hour,
100-‐year
storm
in
Texas.
The
x-‐axis
and
y-‐
axis
represent
longitude
and
latitude
in
degrees,
and
the
diamonds
represent
the
centroids
of
each
county
in
Texas.
The
black
contours
represent
the
observed
DDF
values
(inches)
and
the
blue
contours
represent
the
predicted
OLS
depths
(inches).
The
greatest
discrepancies
between
the
OLS
contours
and
the
DDF
contours
occur
along
the
west
and
southeast
border
of
Texas.
At
the
southeast
border,
notice
the
difference
in
location
between
the
bolded
blue
(OLS)
and
black
(DDF)
7-‐inch
contour
line.
44
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
23:
Comparison
of
DDF
Atlas
[2]
and
OLS
precipitation
depth
contours
for
a
100-‐year,
3-‐hour
storm
in
Texas.
The
relative
percentage
error
(Equation
6)
for
each
county
was
determined
to
analyze
the
discrepancies
between
the
DDF
and
OLS
depth
contours.
Figure
24
displays
a
map
of
the
absolute
relative
percentage
errors
between
the
DDF
values
and
the
OLS
depths.
The
contours
range
from
an
error
of
0%
(white)
to
9.5%
(dark
blue)
at
intervals
of
0.5%.
As
anticipated,
the
larger
percentage
errors
occur
along
the
western
and
southeast
border.
45
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
24:
Relative
percentage
error
of
DDF
Atlas
[2]
and
OLS
method
[27]
precipitation
depths
for
a
100-‐year,
3-‐hour
storm
in
Texas.
The
NLM
method
was
also
analyzed
through
contoured
maps
of
rainfall
depth
and
relative
percentage
errors.
Figure
25
displays
the
map
of
NLM
and
DDF
isopluvial
lines
for
a
3-‐hour,
100-‐
year
storm
in
Texas.
The
black
contours
represent
the
observed
DDF
values
(inches)
and
the
blue
contours
represent
the
generated
NLM
depths
(inches).
Similar
to
the
OLS
method,
the
greatest
discrepancy
between
the
NLM
and
DDF
contours
also
occur
along
the
southeast
coast
of
Texas.
46
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
25:
Comparison
of
DDF
Atlas
[2]
and
NLM
precipitation
depth
contours
for
a
100-‐year,
3-‐hour
storm
in
Texas.
To
further
analyze
the
discrepancies
between
the
DDF
and
NLM
contoured
depths,
the
relative
percentage
error
(Equation
6)
for
each
county
was
determined.
Figure
26
displays
a
contoured
map
of
the
percentage
errors
between
the
DDF
and
NLM
depths.
The
x
and
y-‐axis
represent
longitude
and
latitude,
and
the
diamonds
are
the
centroid
locations
of
each
county.
The
contours
range
from
approximately
0%
(white)
to
9%
(dark
blue)
at
intervals
of
0.5%.
The
larger
error
actually
occurs
on
the
western
corner
of
Texas
instead
of
the
southeast
corner.
47
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
26:
Relative
percentage
error
of
DDF
Atlas
[2]
and
NLM
method
[27]
precipitation
depths
for
a
100-‐year,
3-‐hour
storm
in
Texas.
For
the
100-‐year,
3-‐hour
storm,
the
NLM
method
displayed
lower
percentage
errors
than
the
OLS
method
Additionally
the
maximum
percentage
error
of
NLM
was
lower
than
the
maximum
OLS
error,
9%
compared
to
9.5%.
Based
on
lower
percentage
error
results,
the
NLM
method
was
deemed
more
precise
for
both
the
2-‐year,
3-‐hour
and
100-‐yr,
3-‐hour
storms.
48
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
NLM
method
displayed
a
lower
percentage
error
than
the
OLS
method
for
the
2-‐year,
3-‐
hour
and
100-‐year,
3-‐hour
storms.
To
further
evaluate
the
OLS
and
NLM
methods,
the
SSE,
ebd
parameters,
intensity
values,
and
IDF
curves
from
each
method
were
analyzed
at
the
2-‐year
and
100-‐year
ARIs
for
all
Texas
counties.
Both
methods
developed
the
IDF
equation
by
fitting
a
line
through
the
given
DDF
data
series
[2].
SSE
analysis
was
completed
for
the
2-‐year
and
100-‐year
ARIs
for
durations
of
15,
30,
60,
120,
180,
360,
720,
and
1440
minutes.
Retrieving
the
SSE
for
all
durations
(instead
of
3-‐hrs)
provided
more
insight
into
the
OLS
and
NLM
methods.
The
OLS
and
NLM
SSE
values
for
the
2-‐year
and
100-‐year
ARI
can
be
found
in
Appendix
H
and
I,
respectively.
The
minimum
and
maximum
difference
in
SSE
between
the
two
methods
were
analyzed
–
a
larger
difference
in
SSE
signified
a
greater
variance
between
the
two
methods,
and
vice
versa.
By
pinpointing
the
counties
with
very
large
and
very
small
difference
in
SSE,
the
direct
impact
SSE
has
on
ebd
and
intensity
values
could
be
analyzed.
The
intensities
for
the
2-‐year
and
100-‐
year
ARIs
were
determined
by
placing
the
generated
ebd
coefficients
of
the
OLS
and
NLM
methods
into
the
intensity
equation
(Equation
1).
For
the
2-‐year
ARI,
Hood
County
displayed
a
small
difference
in
SSE
and
Jim
Wells
County
displayed
a
large
difference.
The
corresponding
ebd
and
SSE
values
can
be
seen
in
Table
7.
At
a
small
difference
in
SSE
(2.30E-‐05),
the
ebd
values
from
the
OLS
and
NLM
methods
were
very
similar.
At
a
bigger
difference
in
SSE
(1.50E-‐01),
the
variances
in
ebd
values
were
more
apparent.
Table 7: Comparison of Min and Max Difference in SSE Values – 2-‐Year
The
absolute
percentage
error
(Equation
6)
between
the
OLS
and
NLM
e,
b,
and
d
values
were
determined
for
Hood
and
Jim
Wells
County,
Texas.
Table
8
displays
the
overall
difference
in
SSE
with
the
percentage
errors
of
the
e,
b,
and
d
coefficients.
A
larger
difference
in
SSE
directly
affected
the
ebd
parameters
–
especially
the
b
and
d
coefficients.
The
large
difference
in
SSE
produced
percentage
errors
ranging
from
approximately
5%
to
23%.
49
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
intensities
for
Hood
and
Jim
Wells
County
were
compared
at
all
durations.
Table
9
displays
the
intensities
generated
from
the
OLS
and
NLM
methods
for
both
counties.
Hood
County,
which
had
the
smaller
difference
in
SSE,
presented
almost
identical
results
for
intensities
at
all
durations
of
the
OLS
and
NLM
methods.
For
Jim
Wells
County,
the
larger
difference
in
SSE
between
the
OLS
and
NLM
methods
directly
affected
the
intensity
values
at
all
durations.
These
differences
in
intensity
are
important
to
note
since
they
directly
affect
the
calculation
for
peak
runoff
(Equation
4)
–
especially
at
larger
drainage
areas.
For
example,
using
the
OLS
intensity
(0.15
in/hr)
for
a
2-‐year,
24-‐hour
storm
will
produce
larger
peak
runoffs
than
using
the
NLM
intensity
(0.13
in/hr)
for
the
same
storm.
Table 9: Comparison of Intensities for Hood and Jim Wells County for the 2-‐Year ARI.
Hood
County
2-‐Year
Intensity
(in/hr)
JimWells
County
2-‐Year
Intensity
(in/hr)
Tc
(min)
DDF
OLS
NLM
DDF
OLS
NLM
15
3.72
3.72
3.73
4.02
3.94
4.04
30
2.52
2.53
2.53
2.8
2.75
2.81
60
1.60
1.60
1.60
1.77
1.76
1.79
120
0.98
0.97
0.97
1.10
1.07
1.07
180
0.71
0.71
0.71
0.78
0.78
0.77
360
0.41
0.41
0.41
0.42
0.45
0.44
720
0.24
0.24
0.24
0.24
0.26
0.24
1440
0.14
0.14
0.14
0.13
0.15
0.13
Figure
27
displays
the
difference
between
the
OLS
(blue),
NLM
(red)
and
DDF
(green)
intensities
through
a
generated
IDF
curve
for
Hood
County
at
the
2-‐year
ARI.
The
IDF
curves
appear
directly
stacked
on
top
of
another,
displaying
minimal
differences
between
methods.
Figure
28
displays
the
IDF
curve
for
Jim
Wells
County
at
the
2-‐year
ARI.
There
is
a
slight,
but
noticeable
difference
between
the
OLS
(blue),
NLM
(red)
and
DDF
(green)
IDF
curves.
At
the
shorter
durations
(less
than
an
hour),
the
differences
between
the
methods
are
minimal.
At
larger
durations,
the
OLS
method
(blue
line)
departs
from
the
NLM
and
DDF
lines
and
depicts
higher
intensities.
50
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
NLM
DDF
Intensity
(in/hr)
1.000
0.100
0.1
1
10
Durakon
(hr)
Figure 27: IDF Curve for Hood County, Texas at the 2-‐Year ARI.
OLS
NLM
DDF
Intensity
(in/hr)
1
0.1
0.1
1
10
Durakon
(hr)
Figure
28:
IDF
Curve
for
Jim
Wells
County,
Texas
at
the
2-‐Year
ARI.
51
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Next,
the
100-‐year
ARI
was
analyzed
at
counties
with
small
and
large
differences
in
SSE.
Swisher
County
presented
a
smaller
difference
in
SSE
and
Brazoria
County
presented
a
larger
difference
in
SSE.
Table
10
displays
the
generated
ebd
values
from
the
OLS
and
NLM
methods
for
Swisher
and
Brazoria
County.
The
smaller
difference
in
SSE
(2.82E-‐04)
displayed
minimal
variance
in
ebd
values
while
the
larger
SSE
(22.96)
produced
a
greater
variance
of
ebd
values.
The
OLS
method
for
the
100-‐year
storm
typically
generated
SSE
close
to
a
value
of
1.
However,
for
approximately
10
counties,
the
SSE
values
were
abnormally
high,
ranging
from
errors
of
5
to
23.
Table 10: Comparison of Min and Max Difference in SSE Values – 2-‐Year
Table
11
displays
the
percentage
error
between
the
OLS
and
NLM
generated
ebd
values
for
Swisher
and
Brazoria
County,
Texas.
As
expected,
a
smaller
difference
in
SSE
produced
smaller
percentage
errors
of
ebd
values.
The
abnormally
large
difference
in
SSE
produced
percentage
errors
ranging
from
10%
to
46%.
Table
12
shows
the
calculated
intensities
for
Swisher
and
Brazoria
County
based
on
the
DDF,
OLS,
and
NLM
ebd
coefficients.
The
intensities
were
calculated
using
Equation
1
at
durations
from
15
minutes
to
1440
minutes
(1
day).
Swisher
County
presented
a
smaller
difference
in
SSE
between
the
OLS
and
NLM
methods
and
thus
produced
minimal
differences
in
intensities;
differences
are
within
the
tenths
decimal
place.
Brazoria
County
had
a
larger
difference
in
SSE
and
the
intensities
vary
greatly
between
the
OLS
and
NLM
methods.
52
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Table 12: Comparison of Intensities for Swisher and Brazoria County for the 100-‐Year ARI.
Figure
29
displays
the
IDF
curve
for
Swisher
County
at
the
100-‐year
ARI.
Swisher
County
presented
a
small
difference
in
SSE,
thus
the
similarity
of
the
OLS
and
NLM
curves
were
predicted
to
be
nearly
identical.
The
IDF
curves
for
the
OLS
and
NLM
methods
are
not
an
exact
match
to
the
DDF
line,
but
the
differences
are
very
minimal.
OLS
NLM
DDF
Intensity
(in/hr)
1.000
0.100
0.1
1
10
Durakon
(hr)
Figure 29: IDF Curve for Swisher County, Texas at the 100-‐Year ARI
53
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
30
presents
IDF
curves
for
the
OLS,
NLM
and
DDF
values
at
a
100-‐year
ARI
in
Brazoria
County,
Texas.
The
difference
in
SSE,
and
intensity
values
between
the
NLM
and
OLS
method
were
large.
The
OLS
method
presented
a
larger
SSE
and
thus
produced
intensities
that
drastically
varied
from
the
DDF
intensities.
The
OLS
curve
appears
pivoted
around
the
1-‐hour
duration.
The
reason
for
the
high
error
was
attributed
to
the
algorithm
and
regression
methods
used
in
the
0-‐6824
TxDOT
project
[27].
The
NLM
method
had
a
small
SSE
and
thus
follows
the
DDF
line
closely.
Brazoria
County
-‐
100
Year
ARI
10.000
OLS
NLM
DDF
Intensity
(in/hr)
1.000
0.100
0.1
1
10
Durakon
(hr)
Figure 30: IDF Curve for Brazoria County, Texas at the 100-‐Year ARI.
Based
on
the
analysis
of
small
and
large
differences
in
SSE
between
the
OLS
and
NLM
methods,
the
NLM
method
was
deemed
more
precise
than
the
OLS.
Although
the
methods
were
comparable
in
precision
at
the
2-‐year
ARI
and
for
smaller
durations,
at
the
100-‐year
ARI
and
larger
durations
the
OLS
method
displayed
noticeable
variations
of
intensity
in
both
tabular
and
graphical
form
(departing
from
the
observed
DDF
data).
54
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
OLS
and
NLM
methods
were
then
directly
compared.
3D
maps
displaying
the
difference
between
the
OLS
and
NLM
SSE
at
the
2-‐year
and
100-‐year
ARI
were
generated.
Figure
31
displays
a
3D
map
of
the
difference
in
SSE
across
the
state
of
Texas
for
the
2-‐year
ARI.
The
x-‐axis
and
y-‐axis
represent
longitude
and
latitude
in
degrees,
and
the
z-‐axis
represents
the
difference
in
SSE.
If
the
OLS
and
NLM
methods
were
identical,
the
differences
would
be
zero
(white).
A
positive
value
(blue)
shows
that
the
OLS
method
produced
a
larger
SSE,
and
a
negative
value
(red)
shows
that
NLM
method
produced
a
larger
SSE.
For
the
2-‐year
ARI,
the
difference
in
SSE
ranges
from
-‐0.03
to
0.13.
Typically,
the
methods
produce
similar
SSE,
hence
the
large
areas
of
white
flat
surface.
The
largest
discrepancies
between
the
OLS
and
NLM
methods
occur
at
two
peak
locations.
Figure 31: 3D map of Texas displaying difference in OLS and NLM SSE for the 2-‐Year ARI at all Durations.
Figure
32
is
a
3D
map
of
Texas
displaying
the
difference
in
OLS
and
NLM
SSE
for
the
100-‐year
ARI.
The
x
and
y-‐axis
represent
longitude
and
latitude
in
degrees,
and
the
z-‐axis
represents
the
difference
in
SSE.
At
the
100-‐year
ARI,
the
difference
in
SSE
ranges
from
approximately
0
(white)
to
22
(dark
blue).
The
flat,
white
areas
of
the
map
show
a
similarity
in
SSE
between
the
OLS
and
NLM
methods.
The
largest
discrepancies
occur
at
mountainous
peaks
located
along
the
southeast
border
of
Texas.
55
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Figure
32:
3D
map
of
Texas
displaying
difference
in
OLS
and
NLM
SSE
for
the
100-‐Year
ARI
at
all
durations.
At
the
2-‐year
and
100-‐year
ARI,
the
OLS
method
typically
generated
a
greater
SSE
than
the
NLM
method.
At
the
2-‐year
ARI,
the
differences
in
SSE
were
minimal
however,
at
the
100-‐year
ARI,
the
differences
in
SSE
were
very
noticeable
with
abnormally
high
SSE
occurring
along
the
southeast
border
of
Texas.
Based
on
the
comparison
of
results,
the
NLM
method
regularly
produced
smaller
SSE
than
the
OLS
method
for
the
2-‐year
and
100-‐year
ARI.
The
NLM
method
typically
produced
SSE
less
than
or
equal
to
1
while
the
OLS
method
produced
several
SSE
that
were
significantly
greater
than
1;
some
upwards
of
20.
The
drastic
difference
of
the
OLS
and
NLM
SSE
is
most
likely
due
to
the
algorithm
and
method
of
linearly
developing
coefficients.
56
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
The
goal
of
the
optimization
was
to
generate
the
lowest
SSE
possible
to
produce
a
best-‐fit
curve.
Analyses
of
all
results
show
that
the
NLM
method
provides
lower
percentage
error
and
SSE
for
the
state
of
Texas.
These
findings
conclude
that
that
NLM
method
is
more
precise
than
the
linearization
method
and
thus,
as
far
as
this
metric,
is
a
better
fit
for
nonlinear
IDF
models.
The
efficiency
and
low
SSE
provided
by
the
NLM
package
in
R,
make
it
a
suitable
tool
for
use
in
evaluating
IDF
models
for
rainfall
coefficients.
By
removing
the
need
to
linearize
a
nonlinear
IDF
model,
the
NLM
package
is
a
speedier
algorithm
for
evaluating
rainfall
coefficients.
In
addition
to
efficiency,
the
NLM
package
increases
generality
of
IDF
evaluating
codes
by
anticipating
for
future
changes
in
IDF
models
within
the
code.
The
R
script
provided
within
this
thesis
expects
changes
to
the
IDF
model
and
nation-‐wide
adoption
of
the
NOAA
Atlas
14.
By
anticipating
for
other
IDF
models,
the
code
becomes
more
universal
and
easily
adaptable
for
any
future
changes.
It
should
be
noted
that
the
code
was
not
only
written
for
the
state
of
Texas
but
can
be
used
worldwide.
However,
if
the
IDF
model
is
drastically
different,
the
user
will
have
to
reformat
portions
of
the
code
to
accept
the
new
model
structure.
For
future
research,
we
suggest
evaluating
other
minimization
algorithms
(packages)
offered
in
statistical
programs
to
find
the
best
available
method
(lowest
SSE).
The
research
should
compare
the
SSEs
between
the
predicted
and
observed
depths
at
different
ARIs
and
durations.
57
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
REFERENCES
[1] Asquith,
W.H.,
1998,
Depth-‐duration
frequency
of
precipitation
for
Texas:
U.S.
Geological
Survey
Water-‐Resources
Investigations
Report
98–4044,
107
p.,
http://pubs.usgs.gov/wri/wri98-‐4044/.
[2] Asquith,
W.H.,
and
Roussel,
M.C.,
2004,
Atlas
of
depth-‐duration
frequency
of
precipitation
annual
maxima
for
Texas:
U.S.
Geological
Survey
Scientific
Investigations
Report
2004–
5041,
106
p.,
http://pubs.usgs.gov/sir/2004/5041.
[3] Avriel,
M.
Nonlinear
Programming:
Analysis
and
Methods.
Englewood
Cliffs,
NJ:
Prentice-‐
Hall,
1976.
287-‐298
p.
[4] Bates,
D.M.,
and
Watts,
D.G.,
2007,
Nonlinear
regression
analysis
and
its
applications:
New
York,
Wiley,
ISBN
978-‐047013900–4.
[5] Bernard,
M.
1932.
Formulas
for
rainfall
intensities
of
long
durations.
TRANS.
ASCE.
Vol.
96.
592-‐624
p.
[6] Chong,
E.K.P.,
and
Zak,
S.H.,
1996,
An
Introduction
to
Optimization.
New
York:
Wiley.
[7] Chow,
V.T.,
Maidment,
D.R.,
and
Mays,
L.W.,
1988,
Applied
Hydrology:
New
York,
McGraw-‐
Hill.
[8] Dennis,
J.
E.
and
Schnabel,
R.
B.
(1983)
Numerical
Methods
for
Unconstrained
Optimization
and
Nonlinear
Equations.
Prentice-‐Hall,
Englewood
Cliffs,
NJ.
[9] Deuflhard,
P,
2010,
Newton
Methods
for
Nonlinear
Problems.
Affine
Invariance
and
Adaptive
Algorithms,
Computational
Mathematics,
Vol.
35.
Springer
International,
2004.
[10] Fiacco,
A.V.,
and
McCormick,
G.P.,
1964.
Computational
Algorithm
for
the
Sequential
Unconstrained
Minimization
Technique
for
Nonlinear
Programming:
Journal
of
Management
Science,Vol.
10,
No.
4,
601-‐617
p.
[11] Frederick,
R.H.,
Myers,
V.A.,
and
Auciello,
E.P.,
Five
to
60-‐minute
precipitation
frequency
for
the
eastern
and
central
United
States,
NOAA
technical
memo
NWS
HYDRO-‐35,
National
Weather
Service,
Silver
Spring,
Maryland,
June
1977.
[12] Nievergelt,
Y.,
2001,
A
Tutorial
History
of
Least
Squares
with
Applications
to
Astronomy
and
Geodesy,
Numerical
Analysis:
Historical
Developments
in
the
20th
Century,
77-‐112.
http://www.sciencedirect.com/science/article/pii/S0377042700003435
[13] Hershfield,
D.M.,
1961,
Rainfall
Frequency
Atlas
of
the
United
States.
U.S.
Department
of
Commerce,
Weather
Bureau,
Technical
Paper
No.
40.
58
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
[14] Jones,
R.H.,
1993,
Longitudinal
Data
with
Serial
Correlation:
A
State-‐Space
Approach,
Portland,
OR,
Book
News,
Inc.,
163-‐200
p.
[15] Johnson,
F.L.,
and
Chang
F.
F-‐M.,
1984,
Drainage
of
Highway
Pavements.
FHWA-‐TS-‐84-‐202,
HEC
12,
Federal
Highway
Administration,
Virginia
22101,
151
p.
[16] Conkle,
C.,
Moyer,
J.,
Willardson,
B.,
Walden,
A.,
and
Nasseri,
I.,
January
2006,
Hydrology
Manual,
Water
Resources
Division,
Los
Angeles
County
Department
of
Public
Works,
http://www.ladpw.org/wrd/publication/engineering/2006_Hydrology_Manual/2006%20H
ydrology%20Manual-‐Divided.pdf.
[17] Luenberger,
D.G.,
Linear
and
Nonlinear
Programming.
Reading,
MA,
Addison-‐Wesley,
1984.
[18] Montgomery,
D.C.,
Peck,
E.A.,
and
Vining,
G.G.,
2012,
Introduction
to
linear
regression
analysis
(5th
ed.):
New
York,
Wiley,
ISBN
978–047054281–1.
[19] NOAA,
2015,
Hydrometeorological
Design
Studies
Center
Quarterly
Report,
National
Oceanic
and
Atmospheric
Administration,
http://www.nws.noaa.gov/oh/hdsc/current-‐
projects/progress/201507_HDSC_PR.pdf.
[20] NOAA,
2015,
Precipitation
Frequency
Data
Server
(PFDS):
Hydrometeorological
Design
Studies
Center,
National
Oceanic
and
Atmospheric
Administration,
http://hdsc.nws.noaa.gov/hdsc/pfds/.
[21] Pearson,
K.,
1922,
Francis
Galton:
A
Centenary
Appreciation,
Cambridge
University
Press.
[22] R
Development
Core
Team,
2015,
R—A
language
and
environment
for
statistical
computing:
Vienna,
Austria,
R
Foundation
for
Statistical
Computing,
http://www.R-‐
project.org.
[23] DebRoy,
S.,
R
Manual
Documentation,
Non-‐Linear
Minimization,
https://stat.ethz.ch/R-‐
manual/R-‐devel/library/stats/html/nlm.html.
[24] Schnabel,
R.
B.,
Koontz,
J.
E.
and
Weiss,
B.
E.
(1985)
A
modular
system
of
algorithms
for
unconstrained
minimization.
ACM
Trans.
Math.
Software,
11,
419–440
p.
[25] State
Department
of
Highways
and
Public
Transportation
Department,
1985,
Hydraulic
Manual,
Bridge
Division,
State
of
Texas,
Austin,
Texas.
[26] Texas
Department
of
Transportation,
2014,
Hydraulic
Design
Manual,
rev.
May
2014:
Texas
Department
of
Transportation,
http://onlinemanuals.txdot.gov/txdotmanuals/hyd/hyd.pdf.
[27] Cleveland,
T.G.,
Hermann,
G.R.,
Tay,
C.C.,
Neale,
C.M.,
Schwarz,
M.R.,
and
Asquith,
W.H.,
August
2015,
Texas
Department
of
Transportation,
Research
Report
0-‐6824-‐1:
New
Rainfall
Coefficients
–
Including
Tools
for
Estimations
of
Intensity
and
Hyetographs
in
Texas.
[28] Texas
Highway
Department,
1970,
Hydraulic
Manual,
Bridge
Division,
Austin,
Texas.
59
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
[29] Paulhus,
J.L.,
Wilson,
W.T.,
Hiatt,
W.E.,
Hershfield,
D.M.,
Kauffman,
N.M.,
Weiss,
L.L.,
and
Pagan,
A.R.,
December
1955,
U.
S.
Weather
Bureau,
Technical
Paper
No.
25,
Rainfall
intensity-‐duration-‐frequency
curves
for
selected
stations
in
the
United
States,
Alaska,
Hawaiian
Islands,
and
Puerto
Rico.
[30] Wanielista,
M.,
Eaglin,
R.
and
Eaglin,
E.,
1996.
Intensity-‐duration-‐frequency
curves
for
the
State
of
Florida,
Florida
Department
of
Transportation.
[31] McCuen,
R.H.,
Johnson,
P.A.,
and
Ragan,
R.M.,
2002,
Hydraulic
Design
Series
No.
2
Highway
Hydrology,
2nd
ed.,
October
2002:
U.S.
Department
of
Transportation,
Federal
Highway
Administration,
National
Highway
Institute,
FHWA
Pub.
No.
NHI-‐02-‐001,
http://www.fhwa.dot.gov/engineering/hydraulics/library_arc.cfm?pub_number=2&id=6an
dhttp://isddc.dot.gov/OLPFiles/FHWA/013248.pdf.
[32] Brent,
R.
1973.
Algorithms
for
Minimization
without
Derivatives,
Prentice-‐Hall,
Englewood
Cliffs,
New
Jersey.
[33] Broyden,
C.
G.,
1970.
The
convergence
of
a
class
of
double-‐rank
minimization
algorithms,
Journal
of
the
Institute
of
Mathematics
and
Its
Applications
6,
76–90
p.
[34] Fletcher,
R.,
1970.
A
New
Approach
to
Variable
Metric
Algorithms,
Computer
Journal
13
(3),
317–322
p.
[35] Goldfarb,
D.,
1970,
A
Family
of
Variable
Metric
Updates
Derived
by
Variational
Means,
Mathematics
of
Computation
24
(109),
23–26
p.
[36] Shanno,
D.F.,
1970,
Conditioning
of
quasi-‐Newton
methods
for
function
minimization,
Math.
Comput.
24
(111),
647–656
p.
[37] Schnabel,
R.B.,
Dennis,
J.E.,
1983,
Numerical
Methods
for
Unconstrained
Optimization
and
Nonlinear
Equations,
Classics
in
Applied
Mathematics
(16).
[38] Texas
Department
of
Transportation,
2012,
GEOPAK
Drainage:
Training
Course
for
GEOPAK
V8i
Civil
Design
Software.
http://ftp.dot.state.tx.us/pub/txdot-‐
info/isd/geopakv8i/geopak_drainage_v8i.pdf
[39] RStudio
Team,
2015,
RStudio:
Integrated
Development
for
R,
RStudio,
Inc.,
Boston,
MA.
http://www.rstudio.com/.
[40] Rice,
J.
R.,
2014,
Numerical
Methods
in
Software
and
Analysis.
Burlington:
Elsevier
Science,
301-‐310
p.
[41] Tay,
C.C.,
Neale,
C.M.,
Herrmann,
G.R.,
and
Cleveland,
T.G.
2015.
``Updated
Rainfall
Coefficients
for
Texas
-‐-‐
The
EBDLKUP-‐NEW.XLS
Tool.'’
in
Proceedings
of
ASCE
World
Environmental
and
Water
Resources
Congress,
ASCE-‐EWRI,
Austin,
TX.
May
17-‐21,
2015.
pp.
442-‐452.
60
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ANDERSON
15
1.03
1.31
1.55
1.90
2.24
2.58
ANDERSON
30
1.40
1.83
2.14
2.57
2.93
3.35
ANDERSON
60
1.77
2.32
2.70
3.29
3.76
4.34
ANDERSON
120
2.21
2.93
3.46
4.11
4.86
5.63
ANDERSON
180
2.39
3.25
3.87
4.71
5.49
6.40
ANDERSON
360
2.80
3.73
4.56
5.57
6.59
7.64
ANDERSON
720
3.20
4.26
5.27
6.60
7.40
8.77
ANDERSON
1440
3.68
5.15
6.27
7.73
8.98
10.55
ANDREWS
15
0.70
0.97
1.17
1.42
1.71
1.96
ANDREWS
30
0.95
1.30
1.55
1.91
2.23
2.51
ANDREWS
60
1.17
1.67
1.99
2.47
2.90
3.37
ANDREWS
120
1.37
1.97
2.41
3.06
3.61
4.26
ANDREWS
180
1.42
2.00
2.55
3.22
3.78
4.45
ANDREWS
360
1.60
2.24
2.77
3.42
4.03
4.65
ANDREWS
720
1.79
2.50
2.96
3.76
4.28
5.11
ANDREWS
1440
2.17
3.06
3.76
4.70
5.57
6.33
ANGELINA
15
1.04
1.35
1.52
1.81
2.03
2.26
ANGELINA
30
1.42
1.83
2.12
2.57
2.93
3.27
ANGELINA
60
1.86
2.41
2.80
3.35
3.83
4.33
ANGELINA
120
2.36
3.13
3.72
4.53
5.32
6.12
ANGELINA
180
2.53
3.42
4.07
4.96
5.78
6.81
ANGELINA
360
2.93
3.92
4.70
5.83
6.88
8.38
ANGELINA
720
3.44
4.61
5.50
6.82
8.14
9.45
ANGELINA
1440
3.83
5.39
6.53
8.16
9.52
11.24
ARANSAS
15
1.11
1.41
1.60
1.84
2.05
2.23
ARANSAS
30
1.58
2.03
2.33
2.71
3.03
3.38
ARANSAS
60
1.90
2.50
2.92
3.47
3.94
4.43
ARANSAS
120
2.49
3.28
3.77
4.53
5.13
5.80
ARANSAS
180
2.70
3.52
4.12
5.00
5.74
6.56
ARANSAS
360
3.09
4.30
5.22
6.58
7.88
9.11
ARANSAS
720
3.56
4.94
6.05
7.57
9.03
10.53
ARANSAS
1440
4.49
6.41
7.86
9.80
11.39
13.17
ARCHER
15
0.84
1.08
1.24
1.44
1.61
1.80
ARCHER
30
1.14
1.52
1.79
2.13
2.48
2.80
ARCHER
60
1.43
1.95
2.41
2.81
3.29
3.76
ARCHER
120
1.73
2.36
2.87
3.52
4.08
4.81
ARCHER
180
1.93
2.67
3.17
3.95
4.58
5.36
ARCHER
360
2.26
3.04
3.72
4.66
5.53
6.53
ARCHER
720
2.68
3.57
4.39
5.49
6.43
7.70
ARCHER
1440
3.14
4.26
5.18
6.26
7.50
8.55
ARMSTRONG
15
0.74
1.01
1.21
1.48
1.70
2.01
ARMSTRONG
30
1.00
1.39
1.61
2.10
2.29
2.75
ARMSTRONG
60
1.26
1.75
2.12
2.65
3.14
3.67
ARMSTRONG
120
1.46
2.09
2.58
3.26
3.89
4.53
ARMSTRONG
180
1.57
2.24
2.75
3.45
4.12
4.84
ARMSTRONG
360
1.76
2.51
3.04
3.88
4.54
5.36
ARMSTRONG
720
1.95
2.75
3.41
4.33
5.09
6.07
ARMSTRONG
1440
2.41
3.39
4.09
5.09
5.94
6.74
ATASCOSA
15
1.08
1.41
1.62
1.92
2.20
2.47
ATASCOSA
30
1.47
1.89
2.17
2.54
2.85
3.20
ATASCOSA
60
1.78
2.35
2.79
3.34
3.79
4.30
ATASCOSA
120
2.16
2.96
3.57
4.34
5.08
5.84
ATASCOSA
180
2.35
3.25
4.00
4.96
5.82
6.60
ATASCOSA
360
2.60
3.69
4.51
5.60
6.51
7.49
ATASCOSA
720
3.02
4.36
5.20
6.43
7.39
8.78
ATASCOSA
1440
3.40
4.82
5.81
7.14
8.77
9.81
61
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
AUSTIN
15
1.05
1.35
1.59
1.80
2.03
2.29
AUSTIN
30
1.46
1.82
2.07
2.36
2.59
2.85
AUSTIN
60
1.86
2.43
2.83
3.37
3.86
4.39
AUSTIN
120
2.36
3.11
3.69
4.45
5.14
5.80
AUSTIN
180
2.44
3.31
3.96
4.89
5.69
6.75
AUSTIN
360
2.77
3.79
4.64
5.85
7.00
8.39
AUSTIN
720
3.15
4.34
5.31
6.65
8.12
9.36
AUSTIN
1440
3.85
5.44
6.59
8.16
9.57
11.01
BAILEY
15
0.69
0.95
1.15
1.42
1.66
1.94
BAILEY
30
0.96
1.32
1.59
2.01
2.30
2.65
BAILEY
60
1.11
1.59
1.96
2.46
2.92
3.42
BAILEY
120
1.32
1.93
2.37
2.98
3.56
4.24
BAILEY
180
1.38
2.06
2.47
3.25
3.82
4.43
BAILEY
360
1.54
2.17
2.63
3.27
3.86
4.45
BAILEY
720
1.78
2.55
2.99
3.73
4.38
5.04
BAILEY
1440
2.21
3.18
3.70
4.65
5.40
6.30
BANDERA
15
1.03
1.32
1.54
1.81
2.10
2.37
BANDERA
30
1.42
1.81
2.09
2.43
2.67
3.05
BANDERA
60
1.82
2.37
2.80
3.34
3.89
4.43
BANDERA
120
2.21
3.03
3.62
4.46
5.24
6.02
BANDERA
180
2.43
3.28
4.04
4.97
5.82
6.67
BANDERA
360
2.85
4.02
4.89
6.15
7.23
7.99
BANDERA
720
3.26
4.60
5.59
6.65
7.55
9.12
BANDERA
1440
3.79
5.09
6.17
7.65
9.05
10.17
BASTROP
15
0.99
1.32
1.56
1.88
2.18
2.49
BASTROP
30
1.39
1.82
2.12
2.51
2.89
3.10
BASTROP
60
1.78
2.35
2.76
3.32
3.82
4.38
BASTROP
120
2.27
3.02
3.61
4.41
5.08
5.87
BASTROP
180
2.38
3.23
3.87
4.78
5.59
6.48
BASTROP
360
2.68
3.62
4.32
5.35
6.37
7.13
BASTROP
720
3.09
4.16
4.96
6.04
7.13
8.38
BASTROP
1440
3.57
5.06
6.13
7.60
8.85
10.07
BAYLOR
15
0.83
1.05
1.20
1.38
1.53
1.69
BAYLOR
30
1.10
1.46
1.71
2.05
2.35
2.65
BAYLOR
60
1.38
1.89
2.32
2.77
3.22
3.67
BAYLOR
120
1.67
2.32
2.81
3.50
4.06
4.83
BAYLOR
180
1.88
2.59
3.12
3.88
4.51
5.27
BAYLOR
360
2.15
2.96
3.63
4.56
5.48
6.50
BAYLOR
720
2.52
3.41
4.21
5.33
6.23
7.56
BAYLOR
1440
3.01
4.10
5.01
6.09
7.20
8.26
BEE
15
1.10
1.41
1.60
1.86
2.09
2.31
BEE
30
1.52
1.98
2.26
2.63
2.93
3.22
BEE
60
1.80
2.40
2.81
3.38
3.86
4.32
BEE
120
2.26
3.01
3.57
4.23
4.95
5.46
BEE
180
2.38
3.23
3.95
4.71
5.56
6.48
BEE
360
2.60
3.60
4.33
5.46
6.29
7.21
BEE
720
3.04
4.32
5.07
6.44
7.48
8.55
BEE
1440
3.75
5.31
6.57
8.07
9.52
10.85
BELL
15
0.87
1.18
1.35
1.60
1.88
2.11
BELL
30
1.27
1.61
1.84
2.16
2.39
2.62
BELL
60
1.64
2.17
2.51
2.98
3.36
3.78
BELL
120
2.03
2.76
3.30
4.05
4.74
5.40
BELL
180
2.18
2.96
3.52
4.33
5.07
5.87
BELL
360
2.51
3.35
4.16
5.09
6.11
7.03
BELL
720
2.88
3.89
4.65
5.87
6.99
8.02
BELL
1440
3.37
4.60
5.62
6.90
8.06
9.18
BEXAR
15
1.07
1.40
1.61
1.92
2.24
2.52
BEXAR
30
1.44
1.84
2.13
2.47
2.78
3.10
BEXAR
60
1.81
2.35
2.79
3.35
3.85
4.39
BEXAR
120
2.20
2.99
3.57
4.37
5.07
5.86
62
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BEXAR
180
2.41
3.28
3.98
4.90
5.74
6.57
BEXAR
360
2.81
3.83
4.57
5.66
6.53
7.36
BEXAR
720
3.20
4.41
5.33
6.48
7.35
8.75
BEXAR
1440
3.48
5.00
6.01
7.48
8.97
10.01
BLANCO
15
0.96
1.22
1.39
1.66
1.87
2.06
BLANCO
30
1.28
1.61
1.86
2.27
2.51
2.81
BLANCO
60
1.66
2.19
2.55
3.09
3.54
4.07
BLANCO
120
2.10
2.75
3.27
3.96
4.59
5.29
BLANCO
180
2.27
2.99
3.55
4.31
5.04
5.74
BLANCO
360
2.66
3.52
4.17
5.24
6.21
7.20
BLANCO
720
2.96
3.93
4.71
5.82
7.01
8.13
BLANCO
1440
3.44
4.81
5.77
7.10
8.29
9.38
BORDEN
15
0.69
0.94
1.13
1.39
1.59
1.85
BORDEN
30
0.98
1.28
1.54
1.86
2.17
2.57
BORDEN
60
1.20
1.69
2.03
2.48
2.88
3.36
BORDEN
120
1.52
2.13
2.55
3.17
3.75
4.32
BORDEN
180
1.54
2.13
2.62
3.34
3.80
4.53
BORDEN
360
1.85
2.55
3.06
3.80
4.47
5.22
BORDEN
720
2.08
2.85
3.44
4.27
4.93
5.90
BORDEN
1440
2.54
3.56
4.29
5.35
6.28
7.26
BOSQUE
15
0.92
1.22
1.43
1.69
1.93
2.21
BOSQUE
30
1.24
1.65
1.98
2.34
2.71
3.09
BOSQUE
60
1.60
2.10
2.48
2.88
3.27
3.89
BOSQUE
120
1.97
2.65
3.14
3.70
4.30
4.92
BOSQUE
180
2.16
2.91
3.49
4.24
4.88
5.67
BOSQUE
360
2.47
3.39
4.04
4.93
5.65
6.54
BOSQUE
720
2.81
3.79
4.52
5.59
6.61
7.53
BOSQUE
1440
3.31
4.46
5.36
6.33
7.33
8.52
BOWIE
15
0.97
1.24
1.45
1.69
1.92
2.15
BOWIE
30
1.31
1.68
1.98
2.22
2.57
2.97
BOWIE
60
1.69
2.15
2.51
2.96
3.37
3.89
BOWIE
120
2.20
2.90
3.36
3.95
4.50
5.17
BOWIE
180
2.42
3.04
3.69
4.29
5.00
5.51
BOWIE
360
2.84
3.70
4.44
5.05
5.86
6.66
BOWIE
720
3.22
4.26
5.02
5.92
6.74
7.67
BOWIE
1440
3.88
4.98
5.88
6.81
7.90
9.05
BRAZORIA
15
1.15
1.54
1.82
2.11
2.40
2.71
BRAZORIA
30
1.58
2.09
2.47
2.92
3.32
3.78
BRAZORIA
60
2.01
2.69
3.12
3.68
4.19
4.86
BRAZORIA
120
2.63
3.42
3.97
4.68
5.33
5.94
BRAZORIA
180
2.82
3.72
4.40
5.33
6.18
7.10
BRAZORIA
360
3.38
4.63
5.44
6.42
7.44
8.47
BRAZORIA
720
3.70
5.25
6.45
7.53
8.56
9.74
BRAZORIA
1440
4.60
5.99
6.84
8.34
9.60
11.01
BRAZOS
15
0.99
1.32
1.56
1.89
2.20
2.56
BRAZOS
30
1.39
1.88
2.17
2.61
3.06
3.56
BRAZOS
60
1.77
2.31
2.74
3.35
3.89
4.60
BRAZOS
120
2.17
2.95
3.48
4.19
5.03
5.85
BRAZOS
180
2.34
3.19
3.82
4.75
5.55
6.46
BRAZOS
360
2.64
3.64
4.39
5.44
6.42
7.60
BRAZOS
720
3.07
4.23
5.09
6.15
7.27
8.59
BRAZOS
1440
3.61
4.98
5.88
7.20
8.50
10.05
BREWSTER
15
0.80
1.03
1.17
1.34
1.49
1.64
BREWSTER
30
1.11
1.44
1.65
1.93
2.14
2.31
BREWSTER
60
1.19
1.65
1.95
2.36
2.69
3.03
BREWSTER
120
1.29
1.77
2.06
2.60
2.87
3.23
BREWSTER
180
1.32
1.82
2.14
2.52
2.96
3.37
BREWSTER
360
1.46
1.96
2.35
2.82
3.35
3.64
BREWSTER
720
1.52
2.09
2.51
3.04
3.44
3.91
BREWSTER
1440
1.68
2.53
3.10
3.79
4.32
5.02
63
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BRISCOE
15
0.75
1.00
1.19
1.43
1.64
1.90
BRISCOE
30
1.00
1.40
1.61
2.08
2.30
2.65
BRISCOE
60
1.28
1.77
2.13
2.65
3.14
3.66
BRISCOE
120
1.49
2.12
2.62
3.29
3.92
4.58
BRISCOE
180
1.61
2.28
2.80
3.51
4.19
4.94
BRISCOE
360
1.81
2.55
3.13
3.96
4.72
5.60
BRISCOE
720
2.04
2.91
3.55
4.53
5.47
6.41
BRISCOE
1440
2.42
3.47
4.19
5.18
6.03
6.94
BROOKS
15
0.94
1.29
1.51
1.79
2.11
2.39
BROOKS
30
1.38
1.84
2.15
2.54
3.01
3.44
BROOKS
60
1.76
2.36
2.79
3.34
3.89
4.45
BROOKS
120
2.12
2.89
3.42
4.20
4.96
5.62
BROOKS
180
2.24
3.17
3.76
4.42
5.46
6.28
BROOKS
360
2.51
3.53
4.19
5.00
6.11
7.06
BROOKS
720
2.78
3.88
4.62
5.65
6.68
7.77
BROOKS
1440
3.11
4.29
5.14
6.18
7.43
8.64
BROWN
15
0.79
1.09
1.28
1.56
1.80
2.01
BROWN
30
1.18
1.56
1.77
2.07
2.33
2.58
BROWN
60
1.44
1.92
2.29
2.67
3.04
3.37
BROWN
120
1.72
2.34
2.79
3.45
4.00
4.72
BROWN
180
1.92
2.61
3.16
3.88
4.49
5.18
BROWN
360
2.18
2.98
3.54
4.41
5.22
5.96
BROWN
720
2.47
3.37
4.06
5.03
5.97
6.92
BROWN
1440
3.05
4.17
5.10
6.25
7.38
8.44
BURLESON
15
0.97
1.29
1.53
1.82
2.12
2.43
BURLESON
30
1.37
1.76
2.06
2.38
2.61
2.93
BURLESON
60
1.76
2.30
2.69
3.26
3.74
4.23
BURLESON
120
2.18
2.96
3.52
4.34
5.03
5.86
BURLESON
180
2.34
3.20
3.83
4.76
5.56
6.47
BURLESON
360
2.62
3.62
4.38
5.50
6.57
7.64
BURLESON
720
3.03
4.18
5.01
6.23
7.41
8.56
BURLESON
1440
3.64
5.02
6.08
7.52
8.74
10.01
BURNET
15
0.91
1.17
1.33
1.56
1.82
1.95
BURNET
30
1.23
1.58
1.80
2.10
2.33
2.59
BURNET
60
1.56
2.07
2.45
2.86
3.24
3.66
BURNET
120
1.87
2.56
3.07
3.72
4.34
5.03
BURNET
180
2.06
2.75
3.28
4.01
4.67
5.47
BURNET
360
2.36
3.09
3.82
4.75
5.70
6.70
BURNET
720
2.68
3.60
4.44
5.47
6.85
7.72
BURNET
1440
3.10
4.21
5.13
6.33
7.75
8.73
CALDWELL
15
1.06
1.38
1.62
1.97
2.27
2.62
CALDWELL
30
1.40
1.84
2.19
2.68
3.11
3.62
CALDWELL
60
1.80
2.37
2.79
3.37
3.90
4.53
CALDWELL
120
2.28
3.01
3.59
4.38
5.03
5.81
CALDWELL
180
2.41
3.24
3.87
4.78
5.58
6.46
CALDWELL
360
2.72
3.65
4.31
5.31
6.31
7.35
CALDWELL
720
3.13
4.20
4.99
6.06
7.11
8.39
CALDWELL
1440
3.56
4.81
5.71
6.95
8.08
9.36
CALHOUN
15
1.15
1.48
1.72
2.03
2.29
2.57
CALHOUN
30
1.63
2.12
2.46
2.91
3.38
3.68
CALHOUN
60
2.06
2.65
3.08
3.70
4.23
4.76
CALHOUN
120
2.58
3.38
3.88
4.62
5.25
5.87
CALHOUN
180
2.80
3.63
4.26
5.18
5.96
6.73
CALHOUN
360
3.38
4.37
5.17
6.21
7.22
8.12
CALHOUN
720
3.65
4.94
5.84
7.15
8.45
9.50
CALHOUN
1440
4.42
5.78
6.70
8.08
9.40
10.49
CALLAHAN
15
0.80
1.08
1.27
1.53
1.72
1.96
CALLAHAN
30
1.18
1.55
1.79
2.10
2.35
2.63
CALLAHAN
60
1.44
1.93
2.32
2.71
3.09
3.49
CALLAHAN
120
1.73
2.39
2.87
3.53
4.05
4.76
64
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CALLAHAN
180
1.96
2.64
3.17
3.90
4.49
5.14
CALLAHAN
360
2.23
3.02
3.62
4.48
5.26
6.04
CALLAHAN
720
2.51
3.40
4.03
4.99
5.95
6.83
CALLAHAN
1440
3.08
4.13
5.12
6.24
7.28
8.34
CAMERON
15
1.09
1.43
1.58
1.85
2.18
2.31
CAMERON
30
1.51
2.01
2.38
2.79
3.11
3.31
CAMERON
60
1.90
2.52
2.98
3.52
4.03
4.84
CAMERON
120
2.38
3.17
3.70
4.48
5.18
5.83
CAMERON
180
2.57
3.25
3.85
4.64
5.32
6.39
CAMERON
360
2.88
3.92
4.67
5.62
6.53
7.70
CAMERON
720
3.18
4.41
5.28
6.25
7.27
8.59
CAMERON
1440
3.55
4.68
5.59
6.84
7.95
9.40
CAMP
15
0.94
1.23
1.44
1.74
2.00
2.27
CAMP
30
1.31
1.69
1.97
2.31
2.58
2.89
CAMP
60
1.70
2.19
2.54
3.00
3.39
3.80
CAMP
120
2.20
2.90
3.33
3.96
4.48
5.16
CAMP
180
2.42
3.08
3.67
4.35
5.00
5.54
CAMP
360
2.82
3.69
4.53
5.35
6.17
6.98
CAMP
720
3.23
4.19
5.16
6.22
7.10
8.38
CAMP
1440
3.79
5.24
6.46
7.98
9.00
10.50
CARSON
15
0.74
1.03
1.25
1.55
1.82
2.13
CARSON
30
1.00
1.39
1.61
2.09
2.25
2.80
CARSON
60
1.24
1.75
2.12
2.65
3.14
3.69
CARSON
120
1.43
2.05
2.53
3.20
3.83
4.46
CARSON
180
1.53
2.19
2.67
3.39
4.02
4.72
CARSON
360
1.74
2.47
2.97
3.79
4.39
5.13
CARSON
720
1.93
2.68
3.32
4.14
4.86
5.67
CARSON
1440
2.37
3.30
4.02
5.00
5.78
6.68
CASS
15
0.92
1.20
1.40
1.67
1.93
2.21
CASS
30
1.29
1.67
1.90
2.24
2.55
2.81
CASS
60
1.68
2.16
2.51
2.99
3.39
3.83
CASS
120
2.20
2.92
3.36
4.01
4.58
5.29
CASS
180
2.43
3.03
3.69
4.36
5.11
5.62
CASS
360
2.82
3.70
4.56
5.32
6.21
7.02
CASS
720
3.21
4.25
5.21
6.29
7.17
8.48
CASS
1440
3.81
5.29
6.50
8.00
8.90
10.46
CASTRO
15
0.70
0.99
1.18
1.46
1.72
2.00
CASTRO
30
0.95
1.35
1.57
1.98
2.34
2.77
CASTRO
60
1.16
1.64
2.00
2.51
2.99
3.64
CASTRO
120
1.40
2.01
2.44
3.11
3.73
4.42
CASTRO
180
1.44
2.14
2.58
3.29
3.92
4.53
CASTRO
360
1.65
2.35
2.80
3.54
4.30
5.17
CASTRO
720
1.88
2.65
3.14
4.00
4.71
5.65
CASTRO
1440
2.09
3.01
3.61
4.66
5.50
6.50
CHAMBERS
15
1.11
1.35
1.50
1.71
1.88
2.15
CHAMBERS
30
1.56
1.91
2.12
2.44
2.71
2.91
CHAMBERS
60
2.03
2.59
2.96
3.48
3.91
4.40
CHAMBERS
120
2.64
3.49
4.07
4.88
5.59
6.32
CHAMBERS
180
2.91
3.87
4.58
5.60
6.46
7.46
CHAMBERS
360
3.44
4.69
5.72
7.23
8.73
10.27
CHAMBERS
720
4.09
5.73
6.98
8.88
10.59
12.59
CHAMBERS
1440
4.92
6.89
8.39
10.41
12.03
14.03
CHEROKEE
15
0.99
1.30
1.51
1.86
2.16
2.44
CHEROKEE
30
1.38
1.80
2.11
2.54
2.93
3.27
CHEROKEE
60
1.77
2.32
2.71
3.25
3.73
4.26
CHEROKEE
120
2.23
2.99
3.53
4.31
4.99
5.76
CHEROKEE
180
2.40
3.26
3.89
4.75
5.56
6.47
CHEROKEE
360
2.80
3.76
4.59
5.59
6.62
7.75
CHEROKEE
720
3.21
4.30
5.30
6.35
7.42
8.61
CHEROKEE
1440
3.73
5.27
6.34
7.89
8.86
10.74
65
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CHILDRESS
15
0.80
1.06
1.23
1.48
1.62
1.85
CHILDRESS
30
1.01
1.41
1.60
2.10
2.30
2.73
CHILDRESS
60
1.33
1.83
2.22
2.76
3.26
3.79
CHILDRESS
120
1.56
2.20
2.69
3.39
4.01
4.74
CHILDRESS
180
1.71
2.42
2.91
3.77
4.43
5.21
CHILDRESS
360
1.97
2.75
3.42
4.35
5.25
6.24
CHILDRESS
720
2.29
3.25
3.95
5.11
6.15
7.21
CHILDRESS
1440
2.62
3.71
4.51
5.68
6.61
7.43
CLAY
15
0.85
1.13
1.34
1.61
1.84
2.10
CLAY
30
1.17
1.54
1.82
2.19
2.59
2.96
CLAY
60
1.47
1.99
2.45
2.88
3.33
3.81
CLAY
120
1.76
2.39
2.88
3.50
4.08
4.72
CLAY
180
1.95
2.71
3.18
3.98
4.60
5.42
CLAY
360
2.34
3.16
3.78
4.75
5.61
6.52
CLAY
720
2.79
3.72
4.53
5.62
6.60
7.76
CLAY
1440
3.26
4.42
5.35
6.39
7.56
8.82
COCHRAN
15
0.67
0.97
1.15
1.48
1.72
2.03
COCHRAN
30
0.95
1.31
1.60
2.01
2.30
2.68
COCHRAN
60
1.12
1.60
1.96
2.47
2.93
3.42
COCHRAN
120
1.32
1.94
2.38
3.01
3.60
4.27
COCHRAN
180
1.38
2.01
2.43
3.28
3.69
4.45
COCHRAN
360
1.55
2.27
2.73
3.51
4.15
4.91
COCHRAN
720
1.83
2.58
3.03
3.91
4.62
5.46
COCHRAN
1440
2.04
2.91
3.61
4.65
5.45
6.39
COKE
15
0.75
0.99
1.15
1.32
1.48
1.63
COKE
30
1.03
1.38
1.63
1.93
2.18
2.40
COKE
60
1.30
1.78
2.09
2.50
2.87
3.25
COKE
120
1.60
2.19
2.60
3.19
3.79
4.28
COKE
180
1.69
2.32
2.79
3.41
3.97
4.59
COKE
360
1.94
2.66
3.29
4.03
4.75
5.61
COKE
720
2.18
2.94
3.50
4.35
5.04
5.88
COKE
1440
2.67
3.77
4.63
5.51
6.46
7.52
COLEMAN
15
0.80
1.09
1.29
1.58
1.83
2.07
COLEMAN
30
1.16
1.53
1.76
2.12
2.50
2.81
COLEMAN
60
1.40
1.87
2.20
2.69
3.13
3.58
COLEMAN
120
1.66
2.29
2.77
3.41
3.97
4.58
COLEMAN
180
1.88
2.58
3.08
3.79
4.43
5.09
COLEMAN
360
2.09
2.93
3.46
4.31
5.10
5.85
COLEMAN
720
2.46
3.28
3.93
4.80
5.74
6.46
COLEMAN
1440
2.81
3.80
4.50
5.50
6.38
7.43
COLLIN
15
0.90
1.20
1.50
1.76
2.03
2.24
COLLIN
30
1.26
1.68
2.07
2.40
2.63
2.98
COLLIN
60
1.68
2.09
2.50
2.96
3.37
3.78
COLLIN
120
2.05
2.58
3.08
3.60
4.16
4.57
COLLIN
180
2.33
2.99
3.51
4.13
4.64
5.37
COLLIN
360
2.68
3.58
4.19
5.02
5.92
6.54
COLLIN
720
3.13
4.04
4.96
5.98
6.99
7.99
COLLIN
1440
3.88
4.82
6.14
7.62
8.88
10.15
COLLINGSWORTH
15
0.79
1.09
1.30
1.61
1.84
2.13
COLLINGSWORTH
30
1.01
1.40
1.60
2.07
2.23
2.82
COLLINGSWORTH
60
1.32
1.83
2.22
2.79
3.30
3.82
COLLINGSWORTH
120
1.54
2.19
2.69
3.37
4.00
4.71
COLLINGSWORTH
180
1.70
2.41
2.90
3.72
4.40
5.18
COLLINGSWORTH
360
1.98
2.72
3.42
4.33
5.21
6.16
COLLINGSWORTH
720
2.30
3.23
3.89
5.04
6.05
6.98
COLLINGSWORTH
1440
2.54
3.58
4.38
5.47
6.38
7.05
COLORADO
15
1.09
1.46
1.72
2.03
2.33
2.66
COLORADO
30
1.50
1.98
2.34
2.72
3.16
3.62
COLORADO
60
1.89
2.47
2.87
3.42
4.03
4.76
COLORADO
120
2.44
3.14
3.72
4.48
5.13
5.78
66
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
COLORADO
180
2.47
3.34
4.00
4.92
5.73
6.78
COLORADO
360
2.84
3.88
4.67
5.62
6.76
7.86
COLORADO
720
3.22
4.35
5.20
6.35
7.51
8.89
COLORADO
1440
3.74
4.92
5.78
6.95
8.22
9.72
COMAL
15
1.01
1.30
1.50
1.80
2.07
2.28
COMAL
30
1.36
1.73
2.01
2.39
2.63
2.97
COMAL
60
1.80
2.33
2.74
3.30
3.82
4.36
COMAL
120
2.20
2.95
3.48
4.29
4.92
5.70
COMAL
180
2.42
3.22
3.83
4.68
5.49
6.32
COMAL
360
2.80
3.74
4.43
5.38
6.33
7.01
COMAL
720
3.16
4.26
5.05
6.22
7.13
8.46
COMAL
1440
3.54
5.09
6.10
7.58
9.01
10.07
COMANCHE
15
0.80
1.09
1.29
1.59
1.86
2.08
COMANCHE
30
1.19
1.58
1.79
2.09
2.34
2.60
COMANCHE
60
1.50
1.99
2.41
2.76
3.10
3.46
COMANCHE
120
1.80
2.43
2.92
3.56
4.07
4.80
COMANCHE
180
2.00
2.70
3.26
3.99
4.61
5.32
COMANCHE
360
2.35
3.07
3.73
4.55
5.38
6.17
COMANCHE
720
2.57
3.53
4.21
5.23
6.21
7.35
COMANCHE
1440
3.15
4.29
5.24
6.43
7.62
8.69
CONCHO
15
0.83
1.08
1.24
1.46
1.63
1.80
CONCHO
30
1.14
1.51
1.72
2.02
2.30
2.49
CONCHO
60
1.38
1.86
2.18
2.61
2.99
3.34
CONCHO
120
1.61
2.24
2.70
3.34
3.90
4.51
CONCHO
180
1.78
2.48
2.99
3.66
4.29
4.99
CONCHO
360
1.98
2.83
3.39
4.24
5.04
5.78
CONCHO
720
2.24
3.16
3.81
4.62
5.67
6.46
CONCHO
1440
2.55
3.64
4.46
5.63
6.48
7.46
COOKE
15
0.96
1.24
1.45
1.67
1.98
2.25
COOKE
30
1.33
1.71
1.97
2.33
2.62
2.99
COOKE
60
1.60
2.12
2.49
2.92
3.38
3.80
COOKE
120
1.89
2.51
2.95
3.53
4.12
4.52
COOKE
180
2.12
2.81
3.34
4.00
4.59
5.37
COOKE
360
2.51
3.42
3.98
4.91
5.78
6.50
COOKE
720
2.95
3.99
4.79
5.86
6.87
7.85
COOKE
1440
3.45
4.92
6.03
7.41
8.44
9.87
CORYELL
15
0.84
1.13
1.29
1.57
1.85
2.01
CORYELL
30
1.21
1.57
1.78
2.06
2.30
2.53
CORYELL
60
1.57
2.07
2.45
2.85
3.21
3.60
CORYELL
120
1.92
2.64
3.14
3.76
4.44
5.08
CORYELL
180
2.12
2.86
3.38
4.17
4.86
5.62
CORYELL
360
2.40
3.23
3.95
4.88
5.90
6.95
CORYELL
720
2.75
3.65
4.49
5.53
6.80
7.86
CORYELL
1440
3.25
4.46
5.45
6.64
7.94
8.99
COTTLE
15
0.79
1.08
1.30
1.64
1.90
2.21
COTTLE
30
1.01
1.44
1.73
2.19
2.54
3.01
COTTLE
60
1.32
1.82
2.18
2.70
3.17
3.64
COTTLE
120
1.57
2.19
2.65
3.36
3.99
4.72
COTTLE
180
1.67
2.39
2.86
3.72
4.37
5.10
COTTLE
360
1.95
2.74
3.38
4.28
5.17
6.20
COTTLE
720
2.21
3.15
3.90
4.97
5.94
7.13
COTTLE
1440
2.54
3.68
4.42
5.54
6.61
7.69
CRANE
15
0.75
1.03
1.21
1.43
1.66
1.88
CRANE
30
0.99
1.36
1.60
1.91
2.19
2.42
CRANE
60
1.18
1.69
2.00
2.45
2.83
3.23
CRANE
120
1.30
1.93
2.35
2.91
3.43
3.86
CRANE
180
1.40
2.00
2.48
2.99
3.63
4.13
CRANE
360
1.49
2.16
2.61
3.35
3.95
4.46
CRANE
720
1.64
2.25
2.77
3.51
4.07
4.62
CRANE
1440
2.02
2.98
3.49
4.19
4.75
5.94
67
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CROCKETT
15
0.87
1.17
1.38
1.66
1.90
2.18
CROCKETT
30
1.14
1.59
1.88
2.26
2.68
3.01
CROCKETT
60
1.39
1.90
2.29
2.72
3.12
3.56
CROCKETT
120
1.69
2.35
2.79
3.40
3.94
4.50
CROCKETT
180
1.81
2.48
2.97
3.61
4.16
4.74
CROCKETT
360
1.96
2.78
3.34
4.09
4.75
5.43
CROCKETT
720
2.19
3.03
3.59
4.39
5.20
6.04
CROCKETT
1440
2.37
3.32
3.98
4.81
5.59
6.26
CROSBY
15
0.74
0.97
1.12
1.35
1.53
1.71
CROSBY
30
1.00
1.36
1.60
1.88
2.13
2.40
CROSBY
60
1.23
1.72
2.08
2.56
2.99
3.46
CROSBY
120
1.51
2.12
2.57
3.21
3.81
4.46
CROSBY
180
1.56
2.22
2.70
3.41
4.01
4.71
CROSBY
360
1.83
2.55
3.07
3.88
4.57
5.39
CROSBY
720
2.10
2.94
3.59
4.49
5.33
6.33
CROSBY
1440
2.47
3.56
4.22
5.25
6.19
7.18
CULBERSON
15
0.68
0.93
1.11
1.34
1.56
1.76
CULBERSON
30
0.89
1.24
1.45
1.71
1.92
2.11
CULBERSON
60
1.10
1.54
1.84
2.26
2.61
2.98
CULBERSON
120
1.13
1.68
1.98
2.56
3.02
3.46
CULBERSON
180
1.20
1.75
2.17
2.61
3.22
3.78
CULBERSON
360
1.31
1.95
2.35
2.65
3.58
3.97
CULBERSON
720
1.45
2.06
2.50
3.13
3.61
4.47
CULBERSON
1440
1.70
2.42
2.97
3.73
4.17
4.99
DALLAM
15
0.70
0.93
1.20
1.46
1.75
2.10
DALLAM
30
0.89
1.18
1.57
1.91
2.34
2.81
DALLAM
60
1.08
1.44
1.98
2.34
2.88
3.48
DALLAM
120
1.27
1.71
2.27
2.70
3.37
4.18
DALLAM
180
1.32
1.79
2.39
3.01
3.61
4.28
DALLAM
360
1.54
2.02
2.64
3.23
4.02
4.91
DALLAM
720
1.71
2.32
2.99
3.72
4.39
5.28
DALLAM
1440
1.92
2.54
3.44
4.13
5.14
6.08
DALLAS
15
0.99
1.27
1.50
1.78
2.04
2.31
DALLAS
30
1.38
1.81
2.08
2.41
2.66
3.00
DALLAS
60
1.69
2.19
2.51
2.98
3.36
3.78
DALLAS
120
2.07
2.71
3.13
3.65
4.20
4.68
DALLAS
180
2.34
3.04
3.58
4.24
4.78
5.47
DALLAS
360
2.65
3.59
4.22
5.05
5.99
6.79
DALLAS
720
3.07
4.05
4.97
5.99
7.00
8.04
DALLAS
1440
3.45
4.95
5.96
7.35
8.47
9.83
DAWSON
15
0.69
0.95
1.12
1.38
1.58
1.79
DAWSON
30
0.98
1.29
1.53
1.85
2.11
2.41
DAWSON
60
1.18
1.68
2.00
2.49
2.90
3.38
DAWSON
120
1.44
2.05
2.50
3.13
3.70
4.31
DAWSON
180
1.48
2.03
2.55
3.31
3.70
4.48
DAWSON
360
1.78
2.40
2.96
3.60
4.21
4.92
DAWSON
720
2.01
2.76
3.28
4.03
4.70
5.55
DAWSON
1440
2.45
3.49
4.14
5.12
6.04
6.99
DEAFSMITH
15
0.71
0.97
1.18
1.47
1.67
1.96
DEAFSMITH
30
0.99
1.33
1.57
2.08
2.30
2.76
DEAFSMITH
60
1.13
1.60
1.97
2.47
2.95
3.45
DEAFSMITH
120
1.32
1.92
2.37
3.00
3.61
4.30
DEAFSMITH
180
1.38
2.06
2.51
3.17
3.78
4.45
DEAFSMITH
360
1.54
2.17
2.64
3.23
3.91
4.51
DEAFSMITH
720
1.75
2.40
2.97
3.67
4.40
4.92
DEAFSMITH
1440
2.18
3.13
3.72
4.70
5.28
6.33
DELTA
15
1.01
1.27
1.47
1.75
2.03
2.19
DELTA
30
1.39
1.73
2.01
2.33
2.57
2.90
DELTA
60
1.70
2.17
2.52
2.97
3.37
3.76
DELTA
120
2.17
2.80
3.20
3.71
4.22
4.73
68
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
DELTA
180
2.43
3.06
3.60
4.21
4.73
5.43
DELTA
360
2.82
3.66
4.38
5.16
5.95
6.69
DELTA
720
3.24
4.15
5.11
6.11
7.04
8.21
DELTA
1440
3.78
5.21
6.37
7.96
9.12
10.52
DENTON
15
0.98
1.24
1.50
1.74
2.01
2.29
DENTON
30
1.35
1.66
2.03
2.40
2.64
3.00
DENTON
60
1.64
2.00
2.50
2.86
3.34
3.78
DENTON
120
1.98
2.51
3.01
3.57
4.15
4.54
DENTON
180
2.21
2.87
3.43
4.01
4.57
5.37
DENTON
360
2.54
3.14
4.04
4.94
5.84
6.49
DENTON
720
2.96
3.83
4.80
5.87
6.91
7.85
DENTON
1440
3.44
4.49
5.74
6.96
8.38
9.69
DEWITT
15
1.10
1.48
1.75
2.07
2.37
2.75
DEWITT
30
1.56
2.03
2.38
2.81
3.27
3.81
DEWITT
60
1.88
2.52
2.93
3.52
4.16
4.68
DEWITT
120
2.38
3.10
3.63
4.34
4.99
5.60
DEWITT
180
2.44
3.32
3.98
4.87
5.67
6.61
DEWITT
360
2.72
3.77
4.56
5.52
6.32
7.60
DEWITT
720
3.16
4.34
5.21
6.15
7.15
8.45
DEWITT
1440
3.72
4.89
5.68
6.95
8.22
9.10
DICKENS
15
0.76
0.99
1.13
1.33
1.50
1.65
DICKENS
30
1.00
1.38
1.59
1.87
2.11
2.38
DICKENS
60
1.28
1.76
2.12
2.60
3.03
3.48
DICKENS
120
1.55
2.16
2.59
3.27
3.87
4.55
DICKENS
180
1.58
2.29
2.76
3.50
4.13
4.87
DICKENS
360
1.89
2.64
3.22
4.06
4.89
5.84
DICKENS
720
2.14
3.03
3.73
4.68
5.65
6.66
DICKENS
1440
2.58
3.69
4.41
5.55
6.47
7.49
DIMMIT
15
1.06
1.37
1.61
1.89
2.14
2.39
DIMMIT
30
1.42
1.87
2.14
2.50
2.78
3.20
DIMMIT
60
1.70
2.32
2.77
3.30
3.76
4.11
DIMMIT
120
2.10
2.93
3.62
4.52
5.41
6.32
DIMMIT
180
2.15
3.15
3.87
4.89
5.83
6.70
DIMMIT
360
2.50
3.70
4.62
5.91
7.02
7.80
DIMMIT
720
2.72
4.09
5.13
6.37
7.49
9.02
DIMMIT
1440
3.13
4.38
5.37
6.93
7.87
9.21
DONLEY
15
0.76
1.05
1.26
1.54
1.78
2.08
DONLEY
30
1.00
1.41
1.61
2.09
2.27
2.80
DONLEY
60
1.30
1.81
2.19
2.72
3.23
3.78
DONLEY
120
1.50
2.15
2.64
3.31
3.95
4.61
DONLEY
180
1.63
2.34
2.84
3.59
4.27
5.03
DONLEY
360
1.85
2.61
3.26
4.06
4.91
5.82
DONLEY
720
2.16
2.99
3.62
4.67
5.60
6.56
DONLEY
1440
2.46
3.50
4.24
5.26
6.15
6.95
DUVAL
15
0.92
1.22
1.41
1.68
1.88
2.13
DUVAL
30
1.38
1.82
2.10
2.47
2.78
3.19
DUVAL
60
1.72
2.32
2.77
3.29
3.74
4.18
DUVAL
120
2.07
2.84
3.37
4.19
4.96
5.62
DUVAL
180
2.23
3.16
3.81
4.61
5.57
6.50
DUVAL
360
2.44
3.57
4.17
5.46
6.37
7.28
DUVAL
720
2.80
3.97
4.94
6.00
7.08
8.38
DUVAL
1440
3.31
4.62
5.65
7.04
8.36
9.59
EASTLAND
15
0.82
1.11
1.31
1.59
1.86
2.11
EASTLAND
30
1.21
1.60
1.83
2.13
2.41
2.69
EASTLAND
60
1.51
2.01
2.44
2.79
3.17
3.56
EASTLAND
120
1.81
2.45
2.95
3.60
4.07
4.81
EASTLAND
180
2.01
2.70
3.26
4.00
4.57
5.23
EASTLAND
360
2.37
3.07
3.76
4.57
5.40
6.16
EASTLAND
720
2.60
3.57
4.20
5.30
6.16
7.39
EASTLAND
1440
3.15
4.23
5.21
6.39
7.48
8.56
69
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ECTOR
15
0.71
0.99
1.19
1.42
1.68
1.90
ECTOR
30
0.96
1.32
1.56
1.90
2.21
2.45
ECTOR
60
1.19
1.69
2.00
2.47
2.87
3.31
ECTOR
120
1.38
2.00
2.42
3.04
3.59
4.15
ECTOR
180
1.45
2.06
2.59
3.21
3.81
4.35
ECTOR
360
1.59
2.23
2.71
3.41
4.01
4.59
ECTOR
720
1.78
2.41
2.92
3.67
4.18
4.92
ECTOR
1440
2.11
3.00
3.60
4.51
5.30
6.10
EDWARDS
15
0.90
1.17
1.37
1.61
1.89
2.15
EDWARDS
30
1.27
1.61
1.87
2.20
2.47
2.77
EDWARDS
60
1.62
2.20
2.57
3.14
3.60
4.15
EDWARDS
120
2.04
2.84
3.43
4.22
4.95
5.72
EDWARDS
180
2.14
3.01
3.62
4.53
5.34
6.24
EDWARDS
360
2.46
3.48
4.40
5.63
6.81
7.80
EDWARDS
720
2.80
3.99
4.94
6.20
7.14
8.46
EDWARDS
1440
3.08
4.34
5.33
6.71
7.78
9.27
ELLIS
15
0.99
1.26
1.50
1.77
2.04
2.32
ELLIS
30
1.37
1.79
2.07
2.42
2.67
3.01
ELLIS
60
1.70
2.21
2.53
3.01
3.39
3.80
ELLIS
120
2.08
2.75
3.21
3.75
4.31
4.88
ELLIS
180
2.38
3.14
3.66
4.44
4.96
5.77
ELLIS
360
2.71
3.61
4.37
5.14
6.06
7.06
ELLIS
720
3.10
4.07
5.03
6.05
7.02
8.09
ELLIS
1440
3.44
4.94
5.96
7.36
8.35
9.82
ELPASO
15
0.63
0.84
1.05
1.23
1.28
1.43
ELPASO
30
0.76
1.10
1.30
1.49
1.67
1.84
ELPASO
60
0.59
1.21
1.60
1.65
1.91
2.19
ELPASO
120
0.90
1.20
1.62
1.99
2.30
2.65
ELPASO
180
0.95
1.30
1.75
2.23
2.51
3.09
ELPASO
360
1.00
1.41
1.78
2.25
2.60
3.22
ELPASO
720
1.18
1.62
1.93
2.39
3.17
3.35
ELPASO
1440
1.30
1.90
2.00
2.80
3.75
3.85
ERATH
15
0.87
1.16
1.38
1.62
1.92
2.20
ERATH
30
1.22
1.61
1.85
2.15
2.42
2.71
ERATH
60
1.56
2.05
2.46
2.82
3.20
3.58
ERATH
120
1.88
2.54
3.02
3.61
4.11
4.79
ERATH
180
2.07
2.78
3.35
4.05
4.69
5.39
ERATH
360
2.43
3.20
3.88
4.71
5.49
6.31
ERATH
720
2.72
3.68
4.36
5.41
6.45
7.44
ERATH
1440
3.24
4.40
5.34
6.57
7.76
8.85
FALLS
15
0.94
1.25
1.48
1.79
2.05
2.40
FALLS
30
1.28
1.73
2.05
2.46
2.86
3.33
FALLS
60
1.69
2.21
2.60
3.13
3.70
4.30
FALLS
120
2.06
2.79
3.30
4.10
4.77
5.50
FALLS
180
2.24
3.04
3.65
4.50
5.24
6.12
FALLS
360
2.59
3.54
4.28
5.17
6.01
7.10
FALLS
720
2.98
4.05
4.78
5.84
6.80
8.10
FALLS
1440
3.48
4.68
5.62
6.89
8.16
9.36
FANNIN
15
1.02
1.29
1.48
1.72
1.97
2.21
FANNIN
30
1.42
1.77
2.01
2.34
2.58
2.96
FANNIN
60
1.70
2.17
2.51
2.95
3.38
3.78
FANNIN
120
2.06
2.69
3.09
3.60
4.16
4.56
FANNIN
180
2.39
3.02
3.53
4.13
4.66
5.40
FANNIN
360
2.77
3.57
4.09
4.75
5.43
6.21
FANNIN
720
3.20
4.08
4.78
5.65
6.46
7.27
FANNIN
1440
3.67
4.75
5.50
6.39
7.20
8.09
FAYETTE
15
1.02
1.35
1.59
1.92
2.21
2.51
FAYETTE
30
1.45
1.86
2.15
2.52
2.85
3.10
FAYETTE
60
1.83
2.41
2.82
3.39
3.89
4.42
FAYETTE
120
2.34
3.07
3.66
4.43
5.10
5.84
70
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
FAYETTE
180
2.42
3.28
3.92
4.87
5.67
6.66
FAYETTE
360
2.71
3.70
4.43
5.55
6.62
7.72
FAYETTE
720
3.12
4.22
5.10
6.26
7.60
8.75
FAYETTE
1440
3.72
5.21
6.37
7.82
9.07
10.35
FISHER
15
0.74
0.97
1.11
1.29
1.45
1.58
FISHER
30
0.99
1.32
1.54
1.81
2.05
2.34
FISHER
60
1.29
1.78
2.09
2.53
2.91
3.35
FISHER
120
1.61
2.24
2.68
3.32
3.92
4.54
FISHER
180
1.77
2.42
2.86
3.51
4.15
4.82
FISHER
360
2.02
2.79
3.39
4.19
5.05
5.93
FISHER
720
2.25
3.08
3.69
4.65
5.50
6.52
FISHER
1440
2.73
3.91
4.64
5.85
6.84
7.86
FLOYD
15
0.75
1.02
1.23
1.50
1.75
2.03
FLOYD
30
1.00
1.40
1.67
2.05
2.42
2.81
FLOYD
60
1.26
1.74
2.10
2.61
3.08
3.57
FLOYD
120
1.50
2.12
2.59
3.26
3.88
4.54
FLOYD
180
1.60
2.25
2.76
3.46
4.12
4.82
FLOYD
360
1.83
2.54
3.11
3.82
4.65
5.52
FLOYD
720
2.07
2.95
3.58
4.39
5.28
6.15
FLOYD
1440
2.38
3.27
4.00
4.97
5.98
6.96
FOARD
15
0.81
1.12
1.35
1.69
1.97
2.29
FOARD
30
1.03
1.44
1.73
2.19
2.63
3.11
FOARD
60
1.34
1.84
2.21
2.74
3.18
3.83
FOARD
120
1.60
2.23
2.72
3.42
4.02
4.80
FOARD
180
1.78
2.46
2.96
3.82
4.45
5.21
FOARD
360
2.02
2.86
3.50
4.44
5.25
6.11
FOARD
720
2.32
3.23
4.03
5.03
5.94
7.03
FOARD
1440
2.76
3.87
4.61
5.88
6.84
8.22
FORTBEND
15
1.11
1.39
1.59
1.82
1.98
2.19
FORTBEND
30
1.53
1.89
2.13
2.42
2.67
2.91
FORTBEND
60
1.95
2.52
2.90
3.43
3.89
4.39
FORTBEND
120
2.53
3.27
3.80
4.55
5.17
5.81
FORTBEND
180
2.59
3.49
4.14
5.07
5.89
6.92
FORTBEND
360
3.09
4.21
5.17
6.53
7.88
9.22
FORTBEND
720
3.48
4.80
5.85
7.48
8.97
10.58
FORTBEND
1440
4.17
5.88
7.18
8.99
10.59
12.38
FRANKLIN
15
1.01
1.29
1.49
1.73
1.97
2.21
FRANKLIN
30
1.34
1.73
2.01
2.34
2.68
3.06
FRANKLIN
60
1.70
2.20
2.56
2.98
3.38
3.83
FRANKLIN
120
2.21
2.87
3.29
3.86
4.36
5.01
FRANKLIN
180
2.44
3.07
3.64
4.29
4.87
5.47
FRANKLIN
360
2.83
3.68
4.30
5.00
5.81
6.53
FRANKLIN
720
3.24
4.18
4.94
5.84
6.68
7.51
FRANKLIN
1440
3.81
4.97
5.78
6.72
7.58
8.64
FREESTONE
15
1.01
1.30
1.54
1.93
2.25
2.46
FREESTONE
30
1.40
1.84
2.14
2.54
2.87
3.19
FREESTONE
60
1.76
2.30
2.67
3.16
3.61
4.12
FREESTONE
120
2.16
2.87
3.36
4.10
4.73
5.51
FREESTONE
180
2.38
3.22
3.83
4.67
5.38
6.32
FREESTONE
360
2.78
3.68
4.48
5.51
6.49
7.50
FREESTONE
720
3.18
4.20
5.16
6.24
7.22
8.39
FREESTONE
1440
3.59
5.10
6.16
7.64
8.64
10.26
FRIO
15
1.09
1.50
1.83
2.21
2.54
2.91
FRIO
30
1.45
2.01
2.43
3.01
3.44
3.94
FRIO
60
1.77
2.48
3.08
3.76
4.53
5.09
FRIO
120
2.16
2.99
3.61
4.50
5.31
6.19
FRIO
180
2.33
3.26
4.00
5.03
5.92
6.71
FRIO
360
2.61
3.69
4.52
5.52
6.42
7.60
FRIO
720
2.98
4.11
5.11
6.25
7.39
8.45
FRIO
1440
3.35
4.57
5.59
6.95
8.22
9.40
71
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GAINES
15
0.69
0.96
1.15
1.42
1.71
1.98
GAINES
30
0.95
1.30
1.57
1.92
2.24
2.58
GAINES
60
1.15
1.65
1.98
2.48
2.92
3.40
GAINES
120
1.36
1.97
2.41
3.07
3.63
4.30
GAINES
180
1.41
1.94
2.46
3.27
3.67
4.47
GAINES
360
1.62
2.24
2.79
3.44
4.03
4.66
GAINES
720
1.84
2.57
3.05
3.79
4.40
5.20
GAINES
1440
2.25
3.19
3.91
4.85
5.73
6.54
GALVESTON
15
1.15
1.52
1.78
2.11
2.39
2.75
GALVESTON
30
1.59
2.12
2.46
3.01
3.44
3.94
GALVESTON
60
2.06
2.74
3.18
3.96
4.45
5.18
GALVESTON
120
2.65
3.46
4.02
4.76
5.43
6.11
GALVESTON
180
2.86
3.80
4.50
5.46
6.30
7.27
GALVESTON
360
3.37
4.63
5.52
6.64
7.60
8.83
GALVESTON
720
3.86
5.28
6.25
7.51
8.59
9.99
GALVESTON
1440
4.68
6.24
7.30
8.94
10.27
11.64
GARZA
15
0.71
0.98
1.17
1.43
1.63
1.87
GARZA
30
1.00
1.35
1.62
1.98
2.30
2.63
GARZA
60
1.22
1.70
2.05
2.50
2.91
3.39
GARZA
120
1.53
2.13
2.56
3.18
3.77
4.39
GARZA
180
1.55
2.18
2.65
3.36
3.89
4.62
GARZA
360
1.85
2.57
3.08
3.86
4.54
5.34
GARZA
720
2.10
2.91
3.57
4.42
5.13
6.20
GARZA
1440
2.46
3.38
4.03
5.05
5.88
6.84
GILLESPIE
15
0.95
1.21
1.39
1.64
1.87
2.08
GILLESPIE
30
1.30
1.63
1.87
2.23
2.50
2.79
GILLESPIE
60
1.65
2.18
2.54
3.08
3.49
4.02
GILLESPIE
120
2.06
2.74
3.27
3.94
4.58
5.33
GILLESPIE
180
2.22
3.01
3.57
4.37
5.08
5.89
GILLESPIE
360
2.57
3.50
4.26
5.36
6.47
7.52
GILLESPIE
720
2.91
3.93
4.82
6.03
7.12
8.41
GILLESPIE
1440
3.41
4.73
5.76
7.17
8.33
9.50
GLASSCOCK
15
0.70
0.95
1.10
1.31
1.46
1.63
GLASSCOCK
30
0.97
1.29
1.53
1.82
2.06
2.38
GLASSCOCK
60
1.26
1.73
2.04
2.47
2.86
3.28
GLASSCOCK
120
1.54
2.14
2.56
3.14
3.71
4.19
GLASSCOCK
180
1.58
2.22
2.67
3.31
3.79
4.34
GLASSCOCK
360
1.76
2.45
2.97
3.73
4.33
5.06
GLASSCOCK
720
1.98
2.70
3.29
4.04
4.69
5.39
GLASSCOCK
1440
2.33
3.28
4.08
5.03
5.93
6.80
GOLIAD
15
1.11
1.43
1.62
1.93
2.16
2.46
GOLIAD
30
1.57
2.04
2.33
2.71
3.03
3.34
GOLIAD
60
1.85
2.45
2.86
3.41
3.89
4.38
GOLIAD
120
2.35
3.09
3.61
4.30
4.97
5.54
GOLIAD
180
2.44
3.31
3.97
4.83
5.62
6.52
GOLIAD
360
2.69
3.75
4.58
5.75
6.87
7.86
GOLIAD
720
3.15
4.38
5.27
6.61
7.69
8.98
GOLIAD
1440
3.80
5.38
6.63
8.22
9.62
11.12
GONZALES
15
1.07
1.42
1.63
2.02
2.34
2.64
GONZALES
30
1.50
1.95
2.27
2.68
3.03
3.28
GONZALES
60
1.84
2.43
2.84
3.41
3.92
4.43
GONZALES
120
2.34
3.05
3.62
4.38
5.02
5.74
GONZALES
180
2.41
3.29
3.94
4.86
5.66
6.60
GONZALES
360
2.70
3.67
4.36
5.45
6.44
7.26
GONZALES
720
3.13
4.27
5.07
6.22
7.36
8.55
GONZALES
1440
3.65
5.08
6.21
7.64
8.96
10.16
GRAY
15
0.76
1.06
1.28
1.59
1.87
2.18
GRAY
30
1.00
1.40
1.71
2.10
2.49
2.95
GRAY
60
1.28
1.80
2.18
2.73
3.23
3.79
GRAY
120
1.47
2.11
2.60
3.25
3.89
4.54
72
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GRAY
180
1.60
2.29
2.80
3.51
4.16
4.91
GRAY
360
1.82
2.59
3.18
3.98
4.74
5.60
GRAY
720
2.09
2.88
3.53
4.45
5.26
6.16
GRAY
1440
2.41
3.41
4.20
5.18
6.08
7.08
GRAYSON
15
1.00
1.25
1.50
1.73
2.00
2.23
GRAYSON
30
1.41
1.62
2.01
2.35
2.61
2.96
GRAYSON
60
1.66
2.03
2.50
2.82
3.39
3.79
GRAYSON
120
1.97
2.58
3.00
3.56
4.13
4.52
GRAYSON
180
2.27
2.68
3.44
4.05
4.61
5.36
GRAYSON
360
2.63
3.54
4.13
4.98
5.84
6.50
GRAYSON
720
3.08
4.01
4.95
5.96
6.96
7.95
GRAYSON
1440
3.54
4.31
5.51
7.20
8.93
10.21
GREGG
15
0.94
1.23
1.44
1.73
1.97
2.26
GREGG
30
1.31
1.69
2.00
2.34
2.67
3.00
GREGG
60
1.69
2.20
2.58
3.06
3.49
3.98
GREGG
120
2.19
2.93
3.39
4.11
4.69
5.42
GREGG
180
2.40
3.13
3.73
4.47
5.27
5.94
GREGG
360
2.80
3.71
4.58
5.47
6.39
7.29
GREGG
720
3.20
4.22
5.20
6.21
7.18
8.42
GREGG
1440
3.74
5.24
6.36
7.90
8.94
10.59
GRIMES
15
1.03
1.34
1.55
1.83
2.08
2.38
GRIMES
30
1.43
1.81
2.09
2.38
2.60
2.89
GRIMES
60
1.80
2.37
2.76
3.32
3.82
4.36
GRIMES
120
2.24
3.03
3.61
4.41
5.17
5.97
GRIMES
180
2.38
3.25
3.90
4.80
5.61
6.56
GRIMES
360
2.71
3.73
4.55
5.78
6.91
8.27
GRIMES
720
3.14
4.36
5.35
6.79
8.22
9.57
GRIMES
1440
3.82
5.29
6.44
7.89
9.27
10.78
GUADALUPE
15
1.05
1.39
1.61
1.96
2.27
2.50
GUADALUPE
30
1.43
1.85
2.16
2.55
2.89
3.11
GUADALUPE
60
1.81
2.37
2.79
3.37
3.89
4.41
GUADALUPE
120
2.24
2.99
3.55
4.34
4.99
5.75
GUADALUPE
180
2.40
3.26
3.90
4.80
5.61
6.50
GUADALUPE
360
2.73
3.66
4.35
5.32
6.26
6.87
GUADALUPE
720
3.15
4.27
5.04
6.20
7.14
8.43
GUADALUPE
1440
3.53
5.02
6.04
7.52
8.98
10.02
HALE
15
0.72
0.96
1.14
1.39
1.61
1.84
HALE
30
1.00
1.37
1.60
1.99
2.24
2.54
HALE
60
1.21
1.69
2.05
2.56
3.02
3.51
HALE
120
1.46
2.07
2.53
3.21
3.82
4.47
HALE
180
1.53
2.20
2.67
3.39
4.01
4.64
HALE
360
1.79
2.42
3.00
3.71
4.35
5.09
HALE
720
2.03
2.85
3.40
4.28
5.13
5.91
HALE
1440
2.36
3.39
3.99
4.97
5.85
6.75
HALL
15
0.77
1.03
1.21
1.47
1.64
1.88
HALL
30
1.00
1.41
1.61
2.10
2.31
2.71
HALL
60
1.31
1.81
2.19
2.71
3.21
3.75
HALL
120
1.53
2.17
2.65
3.34
3.98
4.66
HALL
180
1.65
2.37
2.85
3.65
4.34
5.08
HALL
360
1.89
2.65
3.32
4.14
5.03
5.99
HALL
720
2.23
3.14
3.75
4.87
5.89
6.81
HALL
1440
2.52
3.58
4.38
5.44
6.30
7.15
HAMILTON
15
0.84
1.11
1.32
1.59
1.87
2.05
HAMILTON
30
1.19
1.56
1.78
2.07
2.32
2.56
HAMILTON
60
1.52
2.01
2.42
2.78
3.13
3.50
HAMILTON
120
1.85
2.51
3.00
3.59
4.19
4.90
HAMILTON
180
2.06
2.78
3.32
4.07
4.73
5.48
HAMILTON
360
2.35
3.16
3.79
4.69
5.60
6.46
HAMILTON
720
2.63
3.57
4.35
5.36
6.54
7.58
HAMILTON
1440
3.18
4.40
5.35
6.52
7.83
8.92
73
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HANSFORD
15
0.73
1.01
1.23
1.52
1.79
2.10
HANSFORD
30
1.00
1.40
1.71
2.05
2.40
2.80
HANSFORD
60
1.22
1.71
2.09
2.62
3.12
3.65
HANSFORD
120
1.38
1.96
2.38
3.01
3.60
4.32
HANSFORD
180
1.45
2.04
2.55
3.19
3.78
4.47
HANSFORD
360
1.65
2.31
2.82
3.51
4.09
4.83
HANSFORD
720
1.87
2.52
3.10
3.83
4.57
5.42
HANSFORD
1440
2.08
2.93
3.59
4.50
5.30
6.22
HARDEMAN
15
0.81
1.04
1.19
1.40
1.53
1.71
HARDEMAN
30
1.03
1.41
1.61
2.08
2.30
2.58
HARDEMAN
60
1.34
1.85
2.24
2.76
3.25
3.73
HARDEMAN
120
1.60
2.23
2.74
3.42
4.03
4.81
HARDEMAN
180
1.79
2.49
2.97
3.85
4.50
5.30
HARDEMAN
360
2.03
2.86
3.50
4.47
5.39
6.43
HARDEMAN
720
2.35
3.34
4.06
5.27
6.25
7.50
HARDEMAN
1440
2.77
3.91
4.74
5.95
6.95
8.01
HARDIN
15
1.10
1.36
1.51
1.80
2.00
2.20
HARDIN
30
1.52
1.90
2.12
2.46
2.74
2.98
HARDIN
60
2.01
2.56
2.94
3.45
3.91
4.40
HARDIN
120
2.63
3.46
4.07
4.95
5.71
6.57
HARDIN
180
2.89
3.82
4.53
5.53
6.40
7.37
HARDIN
360
3.42
4.61
5.56
6.90
8.30
9.74
HARDIN
720
4.08
5.58
6.80
8.57
10.31
12.03
HARDIN
1440
4.79
6.69
8.20
10.06
11.81
13.57
HARRIS
15
1.12
1.50
1.72
2.03
2.32
2.63
HARRIS
30
1.52
2.03
2.37
2.82
3.23
3.74
HARRIS
60
1.95
2.65
3.06
3.65
4.22
4.83
HARRIS
120
2.51
3.30
3.86
4.63
5.32
6.03
HARRIS
180
2.63
3.53
4.20
5.11
5.95
6.96
HARRIS
360
3.07
4.22
4.94
5.99
7.02
8.02
HARRIS
720
3.62
4.94
5.79
7.03
8.23
9.52
HARRIS
1440
4.28
5.73
6.79
8.22
9.51
11.00
HARRISON
15
0.96
1.24
1.45
1.74
2.00
2.22
HARRISON
30
1.29
1.71
1.99
2.40
2.75
3.15
HARRISON
60
1.68
2.23
2.56
3.19
3.66
4.12
HARRISON
120
2.19
2.94
3.38
4.14
4.71
5.46
HARRISON
180
2.40
3.11
3.71
4.47
5.30
5.87
HARRISON
360
2.80
3.70
4.36
5.35
6.24
6.91
HARRISON
720
3.18
4.24
4.98
6.10
7.11
8.01
HARRISON
1440
3.75
4.96
5.71
6.96
7.98
9.14
HARTLEY
15
0.72
1.01
1.22
1.53
1.77
2.10
HARTLEY
30
1.00
1.38
1.66
2.09
2.28
2.78
HARTLEY
60
1.15
1.61
1.97
2.47
2.94
3.47
HARTLEY
120
1.29
1.89
2.30
2.92
3.52
4.24
HARTLEY
180
1.35
1.97
2.44
3.07
3.67
4.35
HARTLEY
360
1.44
2.06
2.54
2.86
3.78
4.36
HARTLEY
720
1.64
2.26
2.88
3.49
4.14
4.66
HARTLEY
1440
2.12
2.98
3.53
4.49
5.06
5.98
HASKELL
15
0.82
1.05
1.21
1.38
1.53
1.67
HASKELL
30
1.09
1.44
1.68
2.00
2.24
2.53
HASKELL
60
1.37
1.87
2.22
2.69
3.13
3.57
HASKELL
120
1.65
2.29
2.78
3.46
4.03
4.75
HASKELL
180
1.82
2.50
3.02
3.75
4.38
5.06
HASKELL
360
2.07
2.91
3.52
4.47
5.32
6.29
HASKELL
720
2.35
3.23
3.99
5.04
6.01
7.28
HASKELL
1440
2.81
3.98
4.86
5.99
6.99
8.04
HAYS
15
0.97
1.25
1.44
1.75
1.99
2.22
HAYS
30
1.31
1.68
1.94
2.36
2.62
2.94
HAYS
60
1.74
2.29
2.68
3.24
3.74
4.29
HAYS
120
2.19
2.90
3.40
4.19
4.85
5.62
74
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HAYS
180
2.37
3.12
3.71
4.52
5.35
6.08
HAYS
360
2.73
3.64
4.29
5.28
6.23
6.95
HAYS
720
3.09
4.11
4.86
5.95
7.00
8.16
HAYS
1440
3.48
5.03
6.05
7.53
8.83
9.89
HEMPHILL
15
0.79
1.11
1.33
1.70
2.00
2.36
HEMPHILL
30
1.01
1.40
1.60
1.96
2.18
2.80
HEMPHILL
60
1.29
1.81
2.20
2.76
3.27
3.81
HEMPHILL
120
1.47
2.11
2.59
3.24
3.86
4.52
HEMPHILL
180
1.63
2.31
2.80
3.51
4.17
4.90
HEMPHILL
360
1.91
2.66
3.27
4.06
4.88
5.66
HEMPHILL
720
2.17
2.96
3.54
4.45
5.24
6.16
HEMPHILL
1440
2.37
3.35
4.09
5.05
5.87
7.07
HENDERSON
15
1.02
1.32
1.54
1.84
2.11
2.45
HENDERSON
30
1.41
1.86
2.17
2.57
2.85
3.32
HENDERSON
60
1.73
2.26
2.69
3.25
3.72
4.34
HENDERSON
120
2.19
2.86
3.35
4.00
4.57
5.26
HENDERSON
180
2.40
3.21
3.78
4.54
5.22
6.07
HENDERSON
360
2.81
3.69
4.36
5.26
5.93
7.15
HENDERSON
720
3.22
4.18
4.89
5.90
6.88
8.15
HENDERSON
1440
3.62
4.87
5.78
6.85
7.68
8.88
HIDALGO
15
1.01
1.37
1.60
1.90
2.18
2.29
HIDALGO
30
1.44
1.96
2.28
2.75
3.15
3.61
HIDALGO
60
1.79
2.42
2.83
3.41
3.92
4.43
HIDALGO
120
2.16
2.94
3.51
4.26
5.00
5.72
HIDALGO
180
2.27
3.16
3.71
4.53
5.41
6.36
HIDALGO
360
2.54
3.55
4.25
5.17
5.93
6.90
HIDALGO
720
2.83
3.95
4.73
5.80
6.76
7.75
HIDALGO
1440
3.18
4.37
5.13
6.29
7.33
8.40
HILL
15
0.98
1.29
1.50
1.77
2.04
2.34
HILL
30
1.31
1.74
2.03
2.40
2.75
3.21
HILL
60
1.67
2.20
2.56
3.09
3.60
4.12
HILL
120
2.04
2.75
3.21
3.80
4.40
4.99
HILL
180
2.29
3.06
3.64
4.42
5.00
5.89
HILL
360
2.62
3.57
4.22
5.00
5.93
6.79
HILL
720
3.01
4.00
4.65
5.70
6.65
7.75
HILL
1440
3.41
4.63
5.40
6.51
7.45
8.52
HOCKLEY
15
0.69
0.95
1.13
1.40
1.63
1.88
HOCKLEY
30
0.98
1.32
1.60
1.95
2.23
2.56
HOCKLEY
60
1.15
1.64
2.00
2.51
2.95
3.43
HOCKLEY
120
1.39
2.00
2.45
3.09
3.69
4.36
HOCKLEY
180
1.43
2.08
2.54
3.33
3.79
4.49
HOCKLEY
360
1.66
2.29
2.82
3.49
4.06
4.68
HOCKLEY
720
1.95
2.74
3.22
4.04
4.70
5.50
HOCKLEY
1440
2.34
3.34
3.94
4.91
5.78
6.62
HOOD
15
0.93
1.23
1.45
1.66
1.96
2.26
HOOD
30
1.26
1.65
1.89
2.23
2.52
2.85
HOOD
60
1.60
2.10
2.49
2.89
3.27
3.65
HOOD
120
1.96
2.61
3.06
3.62
4.14
4.72
HOOD
180
2.13
2.85
3.45
4.09
4.73
5.45
HOOD
360
2.48
3.34
3.97
4.83
5.64
6.45
HOOD
720
2.83
3.81
4.52
5.50
6.67
7.41
HOOD
1440
3.30
4.50
5.44
6.70
7.87
8.96
HOPKINS
15
0.99
1.26
1.48
1.76
2.04
2.23
HOPKINS
30
1.38
1.73
2.02
2.35
2.58
2.91
HOPKINS
60
1.70
2.18
2.53
2.98
3.37
3.76
HOPKINS
120
2.20
2.83
3.24
3.79
4.28
4.86
HOPKINS
180
2.43
3.08
3.61
4.27
4.81
5.44
HOPKINS
360
2.83
3.67
4.43
5.23
6.01
6.78
HOPKINS
720
3.24
4.14
5.10
6.14
7.04
8.24
HOPKINS
1440
3.78
5.20
6.41
7.94
9.07
10.50
75
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HOUSTON
15
1.03
1.35
1.54
1.90
2.20
2.45
HOUSTON
30
1.41
1.83
2.13
2.61
2.96
3.30
HOUSTON
60
1.83
2.39
2.79
3.36
3.86
4.38
HOUSTON
120
2.30
3.08
3.66
4.47
5.25
5.99
HOUSTON
180
2.46
3.36
4.00
4.92
5.74
6.60
HOUSTON
360
2.82
3.82
4.63
5.74
6.83
8.08
HOUSTON
720
3.26
4.46
5.46
6.78
8.06
9.45
HOUSTON
1440
3.78
5.37
6.50
8.01
9.23
11.02
HOWARD
15
0.69
0.95
1.11
1.37
1.56
1.79
HOWARD
30
0.97
1.33
1.56
1.95
2.23
2.54
HOWARD
60
1.22
1.71
2.03
2.51
2.86
3.32
HOWARD
120
1.53
2.07
2.44
3.04
3.47
4.08
HOWARD
180
1.54
2.22
2.65
3.32
3.79
4.45
HOWARD
360
1.80
2.51
3.01
3.77
4.40
5.14
HOWARD
720
2.04
2.85
3.35
4.24
4.92
5.65
HOWARD
1440
2.35
3.26
3.89
4.80
5.45
6.32
HUDSPETH
15
0.65
0.87
1.06
1.24
1.39
1.58
HUDSPETH
30
0.78
1.12
1.33
1.55
1.75
1.95
HUDSPETH
60
0.88
1.35
1.64
1.98
2.35
2.64
HUDSPETH
120
0.91
1.33
1.72
2.13
2.48
2.80
HUDSPETH
180
1.08
1.47
1.79
2.24
2.62
3.09
HUDSPETH
360
1.06
1.61
1.86
2.44
2.80
3.13
HUDSPETH
720
1.22
1.74
2.19
2.66
3.10
3.50
HUDSPETH
1440
1.40
2.05
2.61
3.17
3.90
4.35
HUNT
15
1.00
1.22
1.50
1.78
2.00
2.28
HUNT
30
1.42
1.64
2.07
2.30
2.62
2.96
HUNT
60
1.70
2.09
2.52
2.97
3.37
3.77
HUNT
120
2.14
2.51
3.17
3.68
4.20
4.68
HUNT
180
2.40
2.79
3.58
4.23
4.74
5.41
HUNT
360
2.80
3.63
4.34
5.13
5.96
6.68
HUNT
720
3.22
4.10
5.04
6.05
7.01
8.10
HUNT
1440
3.66
4.74
6.26
7.45
9.04
10.38
HUTCHINSON
15
0.74
1.04
1.25
1.54
1.81
2.11
HUTCHINSON
30
0.99
1.38
1.66
2.07
2.47
2.91
HUTCHINSON
60
1.23
1.73
2.10
2.58
3.08
3.68
HUTCHINSON
120
1.41
2.01
2.44
3.04
3.68
4.38
HUTCHINSON
180
1.49
2.12
2.61
3.29
3.89
4.59
HUTCHINSON
360
1.70
2.41
2.93
3.66
4.37
5.13
HUTCHINSON
720
1.91
2.69
3.25
4.06
4.84
5.70
HUTCHINSON
1440
2.16
3.02
3.66
4.56
5.45
6.41
IRION
15
0.79
1.02
1.17
1.33
1.48
1.61
IRION
30
1.05
1.41
1.65
1.95
2.18
2.42
IRION
60
1.32
1.80
2.12
2.55
2.92
3.36
IRION
120
1.62
2.23
2.66
3.24
3.77
4.31
IRION
180
1.69
2.33
2.79
3.40
3.93
4.51
IRION
360
1.90
2.63
3.24
3.99
4.73
5.60
IRION
720
2.10
2.91
3.50
4.33
5.06
5.88
IRION
1440
2.30
3.31
3.91
4.87
5.81
6.71
JACK
15
0.89
1.18
1.39
1.67
1.90
2.15
JACK
30
1.25
1.65
1.93
2.30
2.63
2.97
JACK
60
1.53
2.05
2.42
2.87
3.31
3.77
JACK
120
1.81
2.44
2.94
3.55
4.10
4.64
JACK
180
1.99
2.74
3.24
3.90
4.53
5.18
JACK
360
2.38
3.18
3.80
4.58
5.23
5.99
JACK
720
2.78
3.69
4.35
5.28
6.13
6.95
JACK
1440
3.17
4.39
5.21
6.19
7.10
8.09
JACKSON
15
1.14
1.48
1.74
2.08
2.38
2.68
JACKSON
30
1.59
2.10
2.48
2.87
3.33
3.81
JACKSON
60
2.00
2.69
3.17
3.73
4.27
4.88
JACKSON
120
2.49
3.25
3.86
4.60
5.21
5.98
76
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
JACKSON
180
2.70
3.56
4.21
5.13
5.93
6.83
JACKSON
360
3.16
4.19
5.00
5.89
6.83
7.81
JACKSON
720
3.59
4.83
5.77
6.80
7.89
9.15
JACKSON
1440
4.27
5.66
6.67
7.85
8.97
10.32
JASPER
15
1.08
1.36
1.51
1.81
1.99
2.21
JASPER
30
1.47
1.86
2.12
2.50
2.81
3.12
JASPER
60
1.93
2.47
2.85
3.37
3.82
4.30
JASPER
120
2.53
3.33
3.92
4.75
5.51
6.38
JASPER
180
2.75
3.66
4.34
5.33
6.18
7.20
JASPER
360
3.20
4.29
5.12
6.33
7.53
8.95
JASPER
720
3.80
5.09
6.11
7.58
9.10
10.49
JASPER
1440
4.35
6.04
7.39
9.17
10.64
12.20
JEFFDAVIS
15
0.71
0.94
1.10
1.29
1.45
1.61
JEFFDAVIS
30
1.02
1.35
1.55
1.77
1.97
2.14
JEFFDAVIS
60
1.14
1.59
1.88
2.24
2.57
2.89
JEFFDAVIS
120
1.21
1.69
2.01
2.46
2.82
3.19
JEFFDAVIS
180
1.29
1.81
2.17
2.57
2.99
3.39
JEFFDAVIS
360
1.46
2.00
2.38
2.66
3.32
3.65
JEFFDAVIS
720
1.55
2.16
2.52
3.05
3.45
4.09
JEFFDAVIS
1440
1.84
2.59
3.14
3.81
4.25
5.12
JEFFERSON
15
1.15
1.49
1.72
2.02
2.31
2.63
JEFFERSON
30
1.63
2.17
2.48
2.92
3.38
3.87
JEFFERSON
60
2.12
2.82
3.27
3.85
4.50
5.18
JEFFERSON
120
2.67
3.55
4.16
5.00
5.78
6.56
JEFFERSON
180
3.00
4.01
4.76
5.58
6.37
7.39
JEFFERSON
360
3.60
4.78
5.63
6.73
7.81
8.92
JEFFERSON
720
4.23
5.61
6.60
7.89
9.15
10.46
JEFFERSON
1440
5.03
6.67
7.85
9.24
10.72
12.26
JIMHOGG
15
0.88
1.19
1.38
1.66
1.87
2.16
JIMHOGG
30
1.37
1.81
2.10
2.49
2.79
3.20
JIMHOGG
60
1.69
2.30
2.75
3.29
3.75
4.22
JIMHOGG
120
2.00
2.78
3.26
4.15
4.93
5.58
JIMHOGG
180
2.13
3.11
3.65
4.35
5.50
6.48
JIMHOGG
360
2.40
3.56
4.18
5.43
6.42
7.28
JIMHOGG
720
2.64
3.77
4.67
5.73
6.78
8.08
JIMHOGG
1440
3.13
4.42
5.42
6.70
7.87
9.27
JIMWELLS
15
1.01
1.35
1.57
1.82
2.14
2.38
JIMWELLS
30
1.40
1.84
2.13
2.59
3.09
3.54
JIMWELLS
60
1.77
2.37
2.79
3.33
3.96
4.53
JIMWELLS
120
2.19
2.96
3.47
4.12
4.97
5.58
JIMWELLS
180
2.33
3.19
3.79
4.50
5.52
6.28
JIMWELLS
360
2.54
3.56
4.17
4.93
6.13
6.98
JIMWELLS
720
2.92
4.05
4.69
5.61
6.70
7.66
JIMWELLS
1440
3.22
4.33
5.14
6.19
7.40
8.46
JOHNSON
15
0.96
1.25
1.47
1.70
1.98
2.27
JOHNSON
30
1.28
1.68
1.93
2.31
2.56
2.90
JOHNSON
60
1.64
2.15
2.50
2.95
3.31
3.72
JOHNSON
120
2.02
2.68
3.13
3.66
4.21
4.78
JOHNSON
180
2.23
2.98
3.56
4.25
4.85
5.57
JOHNSON
360
2.53
3.50
4.11
4.98
5.89
6.69
JOHNSON
720
2.92
3.94
4.73
5.75
6.89
7.66
JOHNSON
1440
3.37
4.68
5.65
6.93
8.03
9.26
JONES
15
0.79
1.04
1.20
1.38
1.56
1.71
JONES
30
1.08
1.44
1.68
1.98
2.22
2.48
JONES
60
1.37
1.86
2.20
2.64
3.05
3.44
JONES
120
1.66
2.31
2.79
3.45
4.02
4.69
JONES
180
1.87
2.54
3.01
3.71
4.34
5.02
JONES
360
2.11
2.91
3.52
4.40
5.23
6.13
JONES
720
2.36
3.21
3.91
4.89
5.87
6.87
JONES
1440
2.83
4.00
4.90
6.02
7.02
8.06
77
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KARNES
15
1.01
1.35
1.61
1.88
2.17
2.40
KARNES
30
1.45
1.90
2.28
2.67
3.11
3.49
KARNES
60
1.81
2.40
2.86
3.38
4.03
4.53
KARNES
120
2.24
2.98
3.56
4.21
4.96
5.46
KARNES
180
2.37
3.26
3.96
4.67
5.46
6.13
KARNES
360
2.64
3.55
4.24
5.15
6.08
6.91
KARNES
720
3.02
4.10
4.98
5.86
6.86
7.70
KARNES
1440
3.32
4.46
5.34
6.37
7.58
8.51
KAUFMAN
15
1.03
1.30
1.49
1.73
1.96
2.21
KAUFMAN
30
1.42
1.83
2.12
2.46
2.76
3.11
KAUFMAN
60
1.78
2.28
2.67
3.14
3.52
3.96
KAUFMAN
120
2.15
2.79
3.22
3.77
4.29
4.86
KAUFMAN
180
2.41
3.14
3.65
4.30
4.93
5.61
KAUFMAN
360
2.81
3.64
4.22
5.03
5.64
6.47
KAUFMAN
720
3.22
4.11
4.80
5.71
6.50
7.42
KAUFMAN
1440
3.63
4.71
5.52
6.48
7.32
8.27
KENDALL
15
1.01
1.28
1.48
1.76
2.00
2.21
KENDALL
30
1.38
1.72
1.98
2.36
2.59
2.95
KENDALL
60
1.79
2.31
2.71
3.28
3.77
4.33
KENDALL
120
2.23
2.95
3.51
4.25
4.93
5.71
KENDALL
180
2.43
3.25
3.88
4.72
5.48
6.34
KENDALL
360
2.84
3.85
4.64
5.78
6.80
7.60
KENDALL
720
3.19
4.35
5.27
6.43
7.31
8.74
KENDALL
1440
3.66
5.11
6.14
7.58
8.92
10.08
KENEDY
15
1.03
1.37
1.60
1.86
2.15
2.45
KENEDY
30
1.43
1.89
2.22
2.61
3.02
3.50
KENEDY
60
1.82
2.44
2.86
3.44
4.02
4.58
KENEDY
120
2.30
3.08
3.63
4.28
4.96
5.79
KENEDY
180
2.45
3.24
3.85
4.53
5.41
6.32
KENEDY
360
2.66
3.67
4.36
5.12
6.01
7.06
KENEDY
720
3.02
4.13
4.85
5.79
6.80
7.86
KENEDY
1440
3.39
4.56
5.33
6.26
7.35
8.51
KENT
15
0.73
0.96
1.10
1.30
1.47
1.60
KENT
30
1.00
1.31
1.53
1.78
2.01
2.33
KENT
60
1.26
1.74
2.09
2.53
2.93
3.39
KENT
120
1.58
2.18
2.60
3.25
3.83
4.48
KENT
180
1.60
2.28
2.76
3.42
4.03
4.78
KENT
360
1.92
2.67
3.24
4.06
4.87
5.79
KENT
720
2.16
3.00
3.67
4.60
5.46
6.56
KENT
1440
2.63
3.77
4.43
5.63
6.58
7.58
KERR
15
0.99
1.31
1.53
1.83
2.12
2.38
KERR
30
1.39
1.87
2.16
2.65
3.02
3.50
KERR
60
1.77
2.37
2.79
3.42
3.96
4.58
KERR
120
2.17
2.94
3.53
4.31
5.03
5.81
KERR
180
2.34
3.18
3.80
4.66
5.55
6.48
KERR
360
2.74
3.71
4.36
5.35
6.28
7.37
KERR
720
3.11
4.19
5.00
6.13
7.20
8.46
KERR
1440
3.50
4.67
5.52
6.74
7.80
9.16
KIMBLE
15
0.89
1.18
1.39
1.65
1.88
2.18
KIMBLE
30
1.24
1.66
1.95
2.39
2.81
3.21
KIMBLE
60
1.56
2.14
2.55
3.13
3.68
4.26
KIMBLE
120
1.91
2.61
3.15
3.87
4.60
5.33
KIMBLE
180
2.06
2.79
3.37
4.14
4.94
5.85
KIMBLE
360
2.34
3.24
3.88
4.76
5.59
6.56
KIMBLE
720
2.60
3.60
4.32
5.30
6.22
7.31
KIMBLE
1440
2.88
4.00
4.74
5.82
6.84
7.91
KING
15
0.79
1.00
1.15
1.32
1.49
1.62
KING
30
1.01
1.38
1.59
1.88
2.12
2.39
KING
60
1.31
1.80
2.15
2.65
3.07
3.52
KING
120
1.59
2.19
2.62
3.36
3.97
4.69
78
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KING
180
1.64
2.36
2.83
3.64
4.29
4.99
KING
360
1.96
2.76
3.37
4.27
5.14
6.15
KING
720
2.19
3.12
3.88
4.86
5.91
7.04
KING
1440
2.70
3.84
4.57
5.82
6.76
7.79
KINNEY
15
0.99
1.37
1.62
1.97
2.28
2.60
KINNEY
30
1.36
1.89
2.26
2.77
3.25
3.77
KINNEY
60
1.69
2.41
2.91
3.68
4.32
4.93
KINNEY
120
2.04
2.89
3.51
4.38
5.17
6.04
KINNEY
180
2.15
3.09
3.79
4.79
5.67
6.60
KINNEY
360
2.47
3.50
4.23
5.42
6.47
7.59
KINNEY
720
2.80
3.96
4.78
6.13
7.31
8.59
KINNEY
1440
3.14
4.34
5.26
6.74
8.03
9.29
KLEBERG
15
0.99
1.28
1.48
1.72
1.94
2.16
KLEBERG
30
1.41
1.86
2.15
2.52
2.83
3.18
KLEBERG
60
1.81
2.42
2.84
3.40
3.91
4.41
KLEBERG
120
2.34
3.11
3.63
4.38
5.03
5.75
KLEBERG
180
2.47
3.28
3.89
4.60
5.49
6.43
KLEBERG
360
2.71
3.73
4.48
5.58
6.55
7.42
KLEBERG
720
3.08
4.27
5.21
6.40
7.55
8.74
KLEBERG
1440
3.63
5.11
6.21
7.63
8.91
10.29
KNOX
15
0.81
1.03
1.18
1.35
1.50
1.64
KNOX
30
1.06
1.41
1.64
1.98
2.23
2.50
KNOX
60
1.35
1.85
2.20
2.72
3.13
3.58
KNOX
120
1.62
2.25
2.73
3.43
4.02
4.79
KNOX
180
1.78
2.47
2.98
3.77
4.41
5.12
KNOX
360
2.03
2.87
3.51
4.45
5.35
6.38
KNOX
720
2.34
3.22
4.02
5.06
6.03
7.35
KNOX
1440
2.82
3.98
4.81
5.98
6.96
8.01
LAMAR
15
1.02
1.27
1.46
1.73
2.01
2.19
LAMAR
30
1.39
1.72
1.97
2.30
2.55
2.85
LAMAR
60
1.70
2.15
2.51
2.96
3.38
3.77
LAMAR
120
2.14
2.78
3.18
3.70
4.20
4.69
LAMAR
180
2.38
3.02
3.59
4.18
4.73
5.42
LAMAR
360
2.83
3.66
4.37
5.13
5.94
6.66
LAMAR
720
3.24
4.10
5.08
6.13
7.09
8.26
LAMAR
1440
3.76
5.24
6.36
7.88
9.24
10.53
LAMB
15
0.70
0.95
1.14
1.41
1.63
1.90
LAMB
30
0.99
1.34
1.59
2.00
2.27
2.60
LAMB
60
1.15
1.64
2.00
2.50
2.96
3.45
LAMB
120
1.40
2.01
2.44
3.09
3.70
4.38
LAMB
180
1.43
2.13
2.57
3.32
3.90
4.50
LAMB
360
1.66
2.27
2.80
3.50
4.08
4.71
LAMB
720
1.92
2.72
3.17
4.02
4.70
5.50
LAMB
1440
2.28
3.29
3.82
4.79
5.59
6.49
LAMPASAS
15
0.85
1.12
1.30
1.55
1.82
1.94
LAMPASAS
30
1.19
1.55
1.77
2.05
2.28
2.53
LAMPASAS
60
1.50
2.00
2.40
2.76
3.10
3.45
LAMPASAS
120
1.81
2.47
2.94
3.56
4.20
4.95
LAMPASAS
180
1.99
2.68
3.21
3.95
4.58
5.40
LAMPASAS
360
2.25
3.03
3.70
4.58
5.55
6.57
LAMPASAS
720
2.50
3.48
4.34
5.31
6.63
7.62
LAMPASAS
1440
3.09
4.22
5.15
6.29
7.71
8.72
LASALLE
15
1.03
1.34
1.55
1.83
2.05
2.26
LASALLE
30
1.42
1.86
2.12
2.50
2.80
3.21
LASALLE
60
1.72
2.32
2.78
3.30
3.70
4.11
LASALLE
120
2.09
2.91
3.56
4.42
5.22
6.08
LASALLE
180
2.26
3.21
3.95
4.95
5.81
6.64
LASALLE
360
2.47
3.68
4.55
5.80
6.89
7.83
LASALLE
720
2.84
4.17
5.17
6.38
7.45
9.00
LASALLE
1440
3.25
4.54
5.55
7.02
8.24
9.52
79
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LAVACA
15
1.09
1.43
1.62
2.00
2.29
2.59
LAVACA
30
1.54
1.99
2.29
2.68
3.00
3.34
LAVACA
60
1.90
2.50
2.90
3.46
3.92
4.42
LAVACA
120
2.47
3.16
3.72
4.47
5.09
5.77
LAVACA
180
2.49
3.35
4.00
4.93
5.72
6.73
LAVACA
360
2.86
3.94
4.77
5.98
7.14
8.36
LAVACA
720
3.27
4.39
5.31
6.58
7.93
9.14
LAVACA
1440
3.93
5.50
6.73
8.19
9.58
11.01
LEE
15
0.97
1.29
1.53
1.84
2.14
2.44
LEE
30
1.38
1.78
2.08
2.42
2.74
3.04
LEE
60
1.77
2.32
2.71
3.27
3.75
4.29
LEE
120
2.22
3.00
3.57
4.37
5.07
5.87
LEE
180
2.36
3.22
3.85
4.78
5.58
6.49
LEE
360
2.64
3.60
4.37
5.44
6.48
7.40
LEE
720
3.04
4.15
4.97
6.12
7.29
8.44
LEE
1440
3.59
5.00
6.04
7.48
8.70
9.96
LEON
15
1.02
1.32
1.54
1.93
2.24
2.48
LEON
30
1.40
1.83
2.13
2.56
2.92
3.26
LEON
60
1.78
2.33
2.72
3.27
3.75
4.26
LEON
120
2.18
2.95
3.47
4.31
5.00
5.78
LEON
180
2.36
3.21
3.84
4.76
5.53
6.45
LEON
360
2.74
3.69
4.45
5.55
6.59
7.65
LEON
720
3.15
4.28
5.20
6.41
7.51
8.71
LEON
1440
3.69
5.15
6.27
7.73
8.90
10.42
LIBERTY
15
1.10
1.36
1.52
1.77
1.95
2.18
LIBERTY
30
1.53
1.89
2.11
2.42
2.68
2.90
LIBERTY
60
2.01
2.56
2.94
3.45
3.91
4.40
LIBERTY
120
2.62
3.44
4.04
4.88
5.65
6.44
LIBERTY
180
2.85
3.76
4.47
5.40
6.26
7.23
LIBERTY
360
3.34
4.56
5.52
6.92
8.37
9.80
LIBERTY
720
4.07
5.60
6.86
8.68
10.30
12.24
LIBERTY
1440
4.66
6.56
8.02
9.93
11.60
13.32
LIMESTONE
15
0.99
1.27
1.52
1.87
2.18
2.42
LIMESTONE
30
1.36
1.78
2.05
2.42
2.69
3.01
LIMESTONE
60
1.72
2.26
2.60
3.10
3.51
3.99
LIMESTONE
120
2.09
2.82
3.30
4.07
4.71
5.44
LIMESTONE
180
2.33
3.15
3.76
4.59
5.28
6.23
LIMESTONE
360
2.70
3.63
4.39
5.38
6.38
7.35
LIMESTONE
720
3.10
4.13
5.04
6.14
7.13
8.19
LIMESTONE
1440
3.50
4.99
6.04
7.49
8.43
9.94
LIPSCOMB
15
0.78
1.10
1.32
1.70
2.00
2.39
LIPSCOMB
30
1.02
1.40
1.60
1.92
2.17
2.80
LIPSCOMB
60
1.27
1.78
2.16
2.73
3.24
3.78
LIPSCOMB
120
1.43
2.04
2.51
3.16
3.76
4.42
LIPSCOMB
180
1.59
2.23
2.71
3.40
4.03
4.76
LIPSCOMB
360
1.85
2.59
3.12
3.88
4.66
5.31
LIPSCOMB
720
2.07
2.82
3.44
4.21
4.89
5.64
LIPSCOMB
1440
2.32
3.26
3.97
4.91
5.65
6.69
LIVEOAK
15
1.06
1.37
1.57
1.83
2.06
2.25
LIVEOAK
30
1.47
1.90
2.19
2.54
2.85
3.18
LIVEOAK
60
1.77
2.36
2.78
3.34
3.80
4.24
LIVEOAK
120
2.17
2.95
3.49
4.18
4.94
5.47
LIVEOAK
180
2.33
3.19
3.94
4.72
5.58
6.50
LIVEOAK
360
2.51
3.56
4.17
5.41
5.96
6.90
LIVEOAK
720
2.95
4.22
4.96
6.24
7.30
8.46
LIVEOAK
1440
3.51
5.01
6.07
7.42
8.93
10.02
LLANO
15
0.92
1.17
1.34
1.57
1.80
1.96
LLANO
30
1.22
1.57
1.80
2.12
2.39
2.64
LLANO
60
1.52
2.02
2.42
2.81
3.18
3.56
LLANO
120
1.80
2.42
2.88
3.53
4.12
4.89
80
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LLANO
180
1.89
2.61
3.17
3.81
4.48
5.35
LLANO
360
2.22
2.97
3.65
4.52
5.47
6.47
LLANO
720
2.50
3.46
4.33
5.36
6.78
7.67
LLANO
1440
3.01
4.12
5.04
6.38
7.74
8.74
LOVING
15
0.70
0.98
1.20
1.45
1.74
2.02
LOVING
30
0.92
1.29
1.53
1.86
2.13
2.41
LOVING
60
1.11
1.63
1.96
2.44
2.88
3.33
LOVING
120
1.25
1.87
2.16
2.92
3.50
3.91
LOVING
180
1.26
1.86
2.49
3.29
3.90
4.62
LOVING
360
1.45
2.10
2.62
3.10
4.05
4.41
LOVING
720
1.62
2.28
2.59
3.53
3.74
5.00
LOVING
1440
1.99
2.92
3.46
4.20
4.81
5.84
LUBBOCK
15
0.70
0.95
1.12
1.37
1.58
1.79
LUBBOCK
30
1.00
1.34
1.59
1.91
2.17
2.47
LUBBOCK
60
1.20
1.68
2.04
2.53
2.97
3.44
LUBBOCK
120
1.46
2.06
2.52
3.18
3.78
4.41
LUBBOCK
180
1.50
2.16
2.63
3.37
3.91
4.57
LUBBOCK
360
1.77
2.43
2.97
3.68
4.31
4.98
LUBBOCK
720
2.05
2.84
3.45
4.27
5.07
5.87
LUBBOCK
1440
2.39
3.46
4.04
5.03
5.97
6.92
LYNN
15
0.69
0.95
1.11
1.37
1.55
1.76
LYNN
30
1.00
1.31
1.56
1.86
2.13
2.41
LYNN
60
1.19
1.68
2.02
2.50
2.92
3.40
LYNN
120
1.46
2.07
2.51
3.15
3.74
4.36
LYNN
180
1.49
2.10
2.58
3.34
3.78
4.52
LYNN
360
1.79
2.43
2.98
3.65
4.28
4.97
LYNN
720
2.04
2.82
3.43
4.18
4.90
5.75
LYNN
1440
2.46
3.53
4.14
5.16
6.09
7.05
MADISON
15
1.02
1.34
1.54
1.90
2.19
2.46
MADISON
30
1.41
1.82
2.11
2.50
2.84
3.20
MADISON
60
1.79
2.35
2.74
3.31
3.80
4.32
MADISON
120
2.20
2.99
3.55
4.39
5.13
5.91
MADISON
180
2.37
3.22
3.87
4.79
5.57
6.48
MADISON
360
2.73
3.71
4.48
5.65
6.73
7.92
MADISON
720
3.15
4.35
5.27
6.65
7.93
9.21
MADISON
1440
3.76
5.23
6.41
7.85
9.18
10.67
MARION
15
0.92
1.20
1.39
1.67
1.90
2.17
MARION
30
1.29
1.67
1.91
2.27
2.58
2.86
MARION
60
1.68
2.17
2.51
3.00
3.42
3.88
MARION
120
2.19
2.92
3.37
4.07
4.65
5.37
MARION
180
2.40
3.07
3.70
4.40
5.20
5.73
MARION
360
2.81
3.70
4.59
5.38
6.29
7.13
MARION
720
3.19
4.24
5.19
6.26
7.18
8.47
MARION
1440
3.77
5.28
6.44
7.94
9.10
10.54
MARTIN
15
0.69
0.95
1.13
1.37
1.58
1.79
MARTIN
30
0.97
1.29
1.52
1.85
2.12
2.39
MARTIN
60
1.21
1.70
2.01
2.48
2.88
3.35
MARTIN
120
1.45
2.06
2.51
3.13
3.69
4.25
MARTIN
180
1.51
2.12
2.61
3.28
3.75
4.41
MARTIN
360
1.74
2.38
2.92
3.58
4.17
4.89
MARTIN
720
1.97
2.69
3.19
4.00
4.59
5.40
MARTIN
1440
2.38
3.36
4.08
5.05
5.93
6.83
MASON
15
0.90
1.13
1.31
1.53
1.75
1.93
MASON
30
1.20
1.55
1.78
2.09
2.37
2.63
MASON
60
1.52
2.01
2.41
2.81
3.18
3.57
MASON
120
1.79
2.43
2.92
3.58
4.17
4.95
MASON
180
1.87
2.63
3.16
3.87
4.60
5.39
MASON
360
2.13
2.98
3.65
4.64
5.59
6.51
MASON
720
2.44
3.43
4.28
5.44
6.68
7.84
MASON
1440
2.90
4.10
5.06
6.31
7.43
8.53
81
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MATAGORDA
15
1.12
1.42
1.62
1.88
2.12
2.27
MATAGORDA
30
1.62
2.02
2.30
2.67
2.98
3.26
MATAGORDA
60
2.00
2.59
2.98
3.51
3.97
4.41
MATAGORDA
120
2.63
3.43
3.98
4.67
5.31
5.89
MATAGORDA
180
2.83
3.69
4.38
5.28
6.15
7.04
MATAGORDA
360
3.46
4.73
5.68
7.07
8.24
10.26
MATAGORDA
720
3.68
5.29
6.45
8.19
9.63
11.48
MATAGORDA
1440
4.61
6.48
7.99
9.96
11.67
13.55
MAVERICK
15
1.04
1.36
1.60
1.89
2.15
2.43
MAVERICK
30
1.42
1.84
2.13
2.47
2.71
3.14
MAVERICK
60
1.71
2.31
2.74
3.31
3.78
4.18
MAVERICK
120
2.06
2.90
3.60
4.50
5.38
6.29
MAVERICK
180
2.09
3.08
3.84
4.88
5.83
6.68
MAVERICK
360
2.47
3.68
4.49
5.87
6.96
7.39
MAVERICK
720
2.69
4.12
5.13
6.29
7.25
8.75
MAVERICK
1440
3.04
4.26
5.24
6.78
7.63
9.03
MCCULLOCH
15
0.85
1.10
1.29
1.51
1.72
1.88
MCCULLOCH
30
1.17
1.52
1.75
2.04
2.32
2.56
MCCULLOCH
60
1.42
1.89
2.22
2.62
3.02
3.34
MCCULLOCH
120
1.66
2.28
2.74
3.38
3.96
4.70
MCCULLOCH
180
1.78
2.52
3.06
3.72
4.36
5.14
MCCULLOCH
360
1.98
2.87
3.40
4.32
5.18
5.95
MCCULLOCH
720
2.33
3.25
4.02
5.02
6.04
7.07
MCCULLOCH
1440
2.79
3.94
4.78
6.00
7.02
8.06
MCLENNAN
15
0.87
1.19
1.38
1.64
1.92
2.19
MCLENNAN
30
1.27
1.62
1.85
2.19
2.40
2.64
MCLENNAN
60
1.65
2.17
2.50
2.97
3.35
3.77
MCLENNAN
120
2.01
2.76
3.23
3.93
4.58
5.21
MCLENNAN
180
2.22
3.00
3.59
4.41
5.08
5.97
MCLENNAN
360
2.57
3.51
4.23
5.14
6.20
7.18
MCLENNAN
720
2.95
3.95
4.79
5.89
6.98
8.04
MCLENNAN
1440
3.39
4.74
5.80
7.20
8.16
9.43
MCMULLEN
15
1.03
1.35
1.55
1.82
2.03
2.24
MCMULLEN
30
1.44
1.87
2.13
2.50
2.81
3.19
MCMULLEN
60
1.75
2.33
2.78
3.31
3.71
4.16
MCMULLEN
120
2.12
2.91
3.48
4.25
5.00
5.74
MCMULLEN
180
2.30
3.20
3.94
4.87
5.72
6.55
MCMULLEN
360
2.46
3.62
4.31
5.54
6.51
7.51
MCMULLEN
720
2.91
4.19
5.06
6.27
7.33
8.73
MCMULLEN
1440
3.34
4.71
5.71
7.00
8.57
9.72
MEDINA
15
1.07
1.39
1.62
1.88
2.18
2.48
MEDINA
30
1.45
1.86
2.14
2.48
2.75
3.14
MEDINA
60
1.81
2.36
2.80
3.35
3.88
4.40
MEDINA
120
2.19
3.01
3.63
4.50
5.30
6.17
MEDINA
180
2.39
3.29
4.04
5.03
5.90
6.71
MEDINA
360
2.79
3.96
4.83
6.15
7.12
7.99
MEDINA
720
3.17
4.52
5.55
6.62
7.56
9.15
MEDINA
1440
3.51
4.96
6.00
7.47
8.91
10.03
MENARD
15
0.84
1.08
1.26
1.45
1.63
1.80
MENARD
30
1.16
1.50
1.72
2.02
2.27
2.53
MENARD
60
1.45
1.96
2.36
2.74
3.13
3.50
MENARD
120
1.70
2.39
2.88
3.56
4.18
4.89
MENARD
180
1.83
2.60
3.14
3.86
4.58
5.30
MENARD
360
2.02
2.95
3.59
4.50
5.42
6.33
MENARD
720
2.34
3.27
4.06
5.19
6.23
7.43
MENARD
1440
2.55
3.61
4.47
5.66
6.54
7.54
MIDLAND
15
0.71
0.97
1.16
1.38
1.58
1.77
MIDLAND
30
0.98
1.31
1.55
1.87
2.14
2.40
MIDLAND
60
1.23
1.71
2.02
2.48
2.87
3.33
MIDLAND
120
1.47
2.08
2.51
3.11
3.67
4.21
82
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MIDLAND
180
1.56
2.21
2.65
3.29
3.82
4.32
MIDLAND
360
1.71
2.33
2.85
3.55
4.14
4.82
MIDLAND
720
1.91
2.56
3.14
3.87
4.48
5.12
MIDLAND
1440
2.23
3.11
3.84
4.80
5.59
6.42
MILAM
15
0.93
1.24
1.47
1.77
2.06
2.37
MILAM
30
1.31
1.70
1.97
2.36
2.61
2.95
MILAM
60
1.71
2.25
2.61
3.15
3.57
4.05
MILAM
120
2.12
2.85
3.41
4.24
4.94
5.75
MILAM
180
2.27
3.10
3.73
4.61
5.38
6.24
MILAM
360
2.59
3.53
4.30
5.33
6.36
7.09
MILAM
720
2.99
4.09
4.86
6.11
7.12
8.17
MILAM
1440
3.46
4.87
5.90
7.31
8.40
9.71
MILLS
15
0.80
1.09
1.29
1.56
1.82
1.97
MILLS
30
1.18
1.55
1.76
2.04
2.30
2.55
MILLS
60
1.46
1.93
2.33
2.70
3.04
3.36
MILLS
120
1.75
2.36
2.80
3.45
4.01
4.80
MILLS
180
1.92
2.62
3.17
3.87
4.51
5.29
MILLS
360
2.18
2.98
3.56
4.45
5.34
6.19
MILLS
720
2.43
3.39
4.18
5.16
6.27
7.39
MILLS
1440
3.04
4.21
5.10
6.27
7.55
8.61
MITCHELL
15
0.69
0.93
1.08
1.27
1.40
1.57
MITCHELL
30
0.97
1.28
1.49
1.78
2.01
2.35
MITCHELL
60
1.25
1.74
2.05
2.47
2.85
3.28
MITCHELL
120
1.58
2.18
2.59
3.18
3.78
4.30
MITCHELL
180
1.58
2.19
2.74
3.36
3.86
4.51
MITCHELL
360
1.90
2.61
3.17
3.97
4.63
5.48
MITCHELL
720
2.12
2.87
3.47
4.34
4.99
5.92
MITCHELL
1440
2.62
3.72
4.45
5.52
6.48
7.46
MONTAGUE
15
0.89
1.18
1.38
1.61
1.91
2.18
MONTAGUE
30
1.24
1.64
1.91
2.26
2.61
2.99
MONTAGUE
60
1.54
2.06
2.48
2.89
3.36
3.81
MONTAGUE
120
1.82
2.44
2.92
3.50
4.09
4.56
MONTAGUE
180
2.00
2.75
3.24
3.99
4.60
5.40
MONTAGUE
360
2.42
3.28
3.85
4.83
5.68
6.50
MONTAGUE
720
2.84
3.87
4.63
5.72
6.73
7.78
MONTAGUE
1440
3.38
4.58
5.60
6.93
8.04
9.23
MONTGOMERY
15
1.08
1.36
1.55
1.80
2.00
2.23
MONTGOMERY
30
1.49
1.84
2.09
2.37
2.60
2.84
MONTGOMERY
60
1.90
2.47
2.87
3.40
3.89
4.40
MONTGOMERY
120
2.43
3.25
3.83
4.65
5.40
6.20
MONTGOMERY
180
2.55
3.43
4.11
5.01
5.82
6.83
MONTGOMERY
360
2.95
4.10
5.05
6.39
7.71
9.07
MONTGOMERY
720
3.53
4.96
6.14
7.83
9.39
11.16
MONTGOMERY
1440
4.09
5.75
7.00
8.73
10.23
11.71
MOORE
15
0.73
1.03
1.25
1.56
1.84
2.15
MOORE
30
1.00
1.39
1.65
2.09
2.25
2.76
MOORE
60
1.19
1.68
2.03
2.56
3.05
3.59
MOORE
120
1.37
1.96
2.39
3.03
3.63
4.34
MOORE
180
1.41
2.03
2.53
3.19
3.78
4.48
MOORE
360
1.62
2.26
2.71
3.42
4.00
4.60
MOORE
720
1.81
2.44
3.04
3.75
4.47
5.06
MOORE
1440
2.21
3.06
3.69
4.64
5.29
6.22
MORRIS
15
0.93
1.22
1.42
1.71
1.97
2.24
MORRIS
30
1.30
1.68
1.93
2.27
2.56
2.84
MORRIS
60
1.69
2.17
2.52
2.99
3.39
3.80
MORRIS
120
2.20
2.88
3.34
3.96
4.50
5.18
MORRIS
180
2.43
3.04
3.68
4.33
5.02
5.54
MORRIS
360
2.83
3.70
4.53
5.35
6.15
6.97
MORRIS
720
3.22
4.22
5.20
6.25
7.12
8.44
MORRIS
1440
3.82
5.27
6.50
8.00
8.94
10.50
83
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MOTLEY
15
0.78
1.01
1.16
1.39
1.56
1.74
MOTLEY
30
1.00
1.41
1.61
2.00
2.24
2.53
MOTLEY
60
1.30
1.79
2.15
2.66
3.12
3.63
MOTLEY
120
1.54
2.16
2.62
3.31
3.93
4.62
MOTLEY
180
1.61
2.32
2.80
3.58
4.25
4.97
MOTLEY
360
1.89
2.64
3.26
4.09
4.95
5.91
MOTLEY
720
2.16
3.07
3.75
4.76
5.80
6.73
MOTLEY
1440
2.54
3.61
4.40
5.49
6.34
7.33
NACOGDOCHES
15
1.00
1.29
1.49
1.74
1.98
2.20
NACOGDOCHES
30
1.38
1.80
2.10
2.52
2.89
3.24
NACOGDOCHES
60
1.80
2.34
2.73
3.28
3.76
4.26
NACOGDOCHES
120
2.27
3.04
3.62
4.42
5.18
5.93
NACOGDOCHES
180
2.44
3.30
3.95
4.84
5.65
6.64
NACOGDOCHES
360
2.83
3.81
4.61
5.66
6.67
8.00
NACOGDOCHES
720
3.28
4.38
5.31
6.43
7.66
8.88
NACOGDOCHES
1440
3.74
5.30
6.38
7.94
9.09
11.02
NAVARRO
15
1.00
1.27
1.52
1.85
2.14
2.38
NAVARRO
30
1.42
1.83
2.13
2.48
2.77
3.08
NAVARRO
60
1.72
2.25
2.58
3.06
3.47
3.91
NAVARRO
120
2.12
2.80
3.28
3.91
4.50
5.14
NAVARRO
180
2.41
3.22
3.78
4.55
5.14
6.06
NAVARRO
360
2.82
3.66
4.49
5.35
6.27
7.31
NAVARRO
720
3.21
4.13
5.12
6.15
7.08
8.18
NAVARRO
1440
3.50
5.04
6.07
7.57
8.47
10.09
NEWTON
15
1.08
1.36
1.51
1.81
1.98
2.21
NEWTON
30
1.45
1.85
2.11
2.49
2.80
3.10
NEWTON
60
1.90
2.44
2.81
3.33
3.78
4.25
NEWTON
120
2.51
3.31
3.90
4.72
5.50
6.34
NEWTON
180
2.79
3.69
4.39
5.35
6.21
7.21
NEWTON
360
3.21
4.29
5.15
6.31
7.44
8.97
NEWTON
720
3.79
5.09
6.06
7.58
8.94
10.35
NEWTON
1440
4.47
6.18
7.44
9.35
10.82
12.48
NOLAN
15
0.74
0.97
1.12
1.31
1.46
1.60
NOLAN
30
1.01
1.35
1.59
1.88
2.12
2.38
NOLAN
60
1.30
1.78
2.09
2.51
2.88
3.30
NOLAN
120
1.61
2.22
2.66
3.29
3.88
4.46
NOLAN
180
1.78
2.42
2.85
3.48
4.10
4.75
NOLAN
360
2.04
2.75
3.39
4.12
4.95
5.75
NOLAN
720
2.28
3.05
3.59
4.51
5.24
6.16
NOLAN
1440
2.80
3.94
4.74
5.86
6.83
7.86
NUECES
15
1.04
1.33
1.52
1.75
1.96
2.16
NUECES
30
1.44
1.89
2.17
2.55
2.85
3.18
NUECES
60
1.82
2.42
2.84
3.41
3.91
4.41
NUECES
120
2.38
3.15
3.64
4.40
5.03
5.71
NUECES
180
2.50
3.31
3.95
4.70
5.54
6.47
NUECES
360
2.79
3.83
4.61
5.73
6.74
7.56
NUECES
720
3.21
4.45
5.37
6.69
7.85
9.02
NUECES
1440
3.91
5.57
6.83
8.27
9.67
11.20
OCHILTREE
15
0.76
1.09
1.32
1.67
1.99
2.34
OCHILTREE
30
1.00
1.40
1.61
2.00
2.18
2.76
OCHILTREE
60
1.24
1.75
2.13
2.68
3.18
3.73
OCHILTREE
120
1.41
2.00
2.44
3.08
3.68
4.36
OCHILTREE
180
1.53
2.13
2.61
3.27
3.88
4.58
OCHILTREE
360
1.77
2.45
2.98
3.70
4.40
4.95
OCHILTREE
720
1.98
2.70
3.26
4.05
4.67
5.46
OCHILTREE
1440
2.26
3.17
3.83
4.81
5.50
6.41
OLDHAM
15
0.71
0.99
1.20
1.50
1.71
2.01
OLDHAM
30
1.00
1.35
1.60
2.09
2.29
2.81
OLDHAM
60
1.14
1.61
1.97
2.47
2.95
3.46
OLDHAM
120
1.31
1.90
2.34
2.97
3.58
4.28
84
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
OLDHAM
180
1.37
2.01
2.48
3.12
3.73
4.41
OLDHAM
360
1.49
2.13
2.59
3.04
3.86
4.45
OLDHAM
720
1.70
2.31
2.93
3.57
4.30
4.79
OLDHAM
1440
2.17
3.05
3.67
4.62
5.20
6.22
ORANGE
15
1.10
1.36
1.50
1.79
1.99
2.20
ORANGE
30
1.54
1.91
2.13
2.48
2.77
3.01
ORANGE
60
2.02
2.59
2.96
3.48
3.92
4.39
ORANGE
120
2.65
3.53
4.19
5.04
5.83
6.65
ORANGE
180
3.02
4.02
4.78
5.82
6.80
7.83
ORANGE
360
3.62
4.95
5.98
7.45
8.90
10.43
ORANGE
720
4.24
5.84
7.09
8.97
10.74
12.69
ORANGE
1440
5.20
7.11
8.61
10.81
12.53
14.52
PALOPINTO
15
0.90
1.21
1.42
1.64
1.95
2.26
PALOPINTO
30
1.26
1.67
1.93
2.21
2.59
2.91
PALOPINTO
60
1.56
2.06
2.49
2.86
3.29
3.69
PALOPINTO
120
1.87
2.50
2.99
3.60
4.09
4.73
PALOPINTO
180
2.04
2.76
3.31
4.01
4.62
5.31
PALOPINTO
360
2.42
3.18
3.85
4.72
5.51
6.42
PALOPINTO
720
2.76
3.70
4.45
5.50
6.48
7.54
PALOPINTO
1440
3.24
4.35
5.29
6.46
7.66
8.69
PANOLA
15
0.94
1.20
1.39
1.62
1.81
2.02
PANOLA
30
1.30
1.68
1.96
2.34
2.65
2.97
PANOLA
60
1.69
2.21
2.58
3.09
3.55
4.08
PANOLA
120
2.19
2.96
3.44
4.25
4.86
5.66
PANOLA
180
2.39
3.17
3.76
4.61
5.45
6.20
PANOLA
360
2.79
3.72
4.60
5.51
6.48
7.52
PANOLA
720
3.18
4.26
5.21
6.23
7.31
8.51
PANOLA
1440
3.71
5.27
6.32
7.85
8.89
10.76
PARKER
15
0.94
1.25
1.47
1.68
1.98
2.30
PARKER
30
1.30
1.70
1.95
2.29
2.61
2.97
PARKER
60
1.60
2.10
2.49
2.90
3.29
3.72
PARKER
120
1.94
2.58
3.01
3.59
4.12
4.60
PARKER
180
2.12
2.81
3.40
4.02
4.63
5.38
PARKER
360
2.46
3.33
3.93
4.83
5.63
6.47
PARKER
720
2.85
3.83
4.58
5.59
6.70
7.49
PARKER
1440
3.32
4.48
5.43
6.66
7.86
8.88
PARMER
15
0.70
0.95
1.16
1.44
1.66
1.94
PARMER
30
0.98
1.32
1.55
2.04
2.30
2.70
PARMER
60
1.11
1.59
1.96
2.45
2.92
3.42
PARMER
120
1.31
1.91
2.36
2.96
3.55
4.24
PARMER
180
1.37
2.07
2.50
3.19
3.82
4.43
PARMER
360
1.53
2.15
2.63
3.25
3.87
4.45
PARMER
720
1.75
2.46
2.96
3.67
4.35
4.91
PARMER
1440
2.17
3.15
3.66
4.64
5.30
6.25
PECOS
15
0.80
1.06
1.21
1.41
1.59
1.81
PECOS
30
1.07
1.43
1.66
1.95
2.18
2.40
PECOS
60
1.18
1.68
1.99
2.43
2.80
3.17
PECOS
120
1.28
1.81
2.18
2.69
3.12
3.60
PECOS
180
1.32
1.89
2.31
2.69
3.26
3.76
PECOS
360
1.48
2.11
2.58
3.19
3.77
4.25
PECOS
720
1.59
2.22
2.74
3.41
3.97
4.65
PECOS
1440
2.10
3.01
3.55
4.22
4.76
6.02
POLK
15
1.07
1.36
1.53
1.84
2.06
2.29
POLK
30
1.47
1.86
2.12
2.51
2.81
3.09
POLK
60
1.95
2.50
2.89
3.42
3.91
4.41
POLK
120
2.53
3.32
3.92
4.74
5.51
6.37
POLK
180
2.70
3.58
4.24
5.17
5.99
6.97
POLK
360
3.13
4.24
5.10
6.38
7.53
8.96
POLK
720
3.76
5.10
6.19
7.81
9.27
10.98
POLK
1440
4.07
5.75
7.08
8.83
10.32
11.85
85
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
POTTER
15
0.73
1.00
1.21
1.51
1.74
2.04
POTTER
30
1.00
1.37
1.62
2.10
2.28
2.80
POTTER
60
1.20
1.69
2.04
2.56
3.05
3.58
POTTER
120
1.39
2.00
2.44
3.11
3.74
4.41
POTTER
180
1.45
2.10
2.57
3.26
3.87
4.56
POTTER
360
1.66
2.33
2.79
3.57
4.14
4.78
POTTER
720
1.85
2.51
3.11
3.91
4.64
5.33
POTTER
1440
2.28
3.16
3.91
4.83
5.49
6.47
PRESIDIO
15
0.73
0.95
1.10
1.27
1.41
1.55
PRESIDIO
30
1.06
1.37
1.56
1.77
1.97
2.15
PRESIDIO
60
1.09
1.53
1.80
2.17
2.49
2.76
PRESIDIO
120
1.15
1.58
1.97
2.39
2.64
2.91
PRESIDIO
180
1.23
1.71
1.97
2.38
2.71
3.04
PRESIDIO
360
1.30
1.62
1.93
2.33
3.02
3.16
PRESIDIO
720
1.34
1.81
2.13
2.56
2.89
3.15
PRESIDIO
1440
1.60
2.37
2.91
3.44
3.91
4.49
RAINS
15
0.99
1.27
1.50
1.79
2.08
2.29
RAINS
30
1.40
1.79
2.07
2.39
2.64
2.97
RAINS
60
1.71
2.20
2.55
2.99
3.37
3.77
RAINS
120
2.20
2.83
3.26
3.81
4.32
4.91
RAINS
180
2.41
3.12
3.63
4.32
4.87
5.47
RAINS
360
2.82
3.66
4.46
5.26
6.05
6.87
RAINS
720
3.24
4.13
5.11
6.12
7.03
8.19
RAINS
1440
3.70
5.15
6.29
7.85
9.04
10.41
RANDALL
15
0.72
0.99
1.18
1.46
1.67
1.97
RANDALL
30
1.00
1.37
1.60
2.09
2.30
2.73
RANDALL
60
1.20
1.69
2.04
2.56
3.05
3.57
RANDALL
120
1.41
2.03
2.48
3.18
3.80
4.46
RANDALL
180
1.48
2.15
2.62
3.33
3.97
4.63
RANDALL
360
1.69
2.37
2.87
3.66
4.24
4.94
RANDALL
720
1.89
2.61
3.20
4.06
4.78
5.60
RANDALL
1440
2.33
3.26
3.97
4.93
5.64
6.58
REAGAN
15
0.76
1.00
1.17
1.35
1.49
1.64
REAGAN
30
1.02
1.36
1.62
1.91
2.16
2.40
REAGAN
60
1.30
1.78
2.10
2.53
2.91
3.35
REAGAN
120
1.59
2.20
2.61
3.18
3.70
4.23
REAGAN
180
1.66
2.29
2.72
3.33
3.81
4.34
REAGAN
360
1.84
2.52
3.09
3.83
4.48
5.24
REAGAN
720
2.00
2.74
3.33
4.04
4.79
5.39
REAGAN
1440
2.20
3.11
3.81
4.75
5.61
6.41
REAL
15
0.95
1.24
1.45
1.73
2.03
2.32
REAL
30
1.35
1.72
1.99
2.35
2.62
2.96
REAL
60
1.74
2.30
2.71
3.28
3.80
4.34
REAL
120
2.15
2.96
3.57
4.41
5.18
5.99
REAL
180
2.24
3.17
3.87
4.80
5.64
6.60
REAL
360
2.65
3.79
4.73
6.01
7.17
7.96
REAL
720
3.03
4.29
5.29
6.48
7.44
8.95
REAL
1440
3.49
4.82
5.96
7.37
8.66
9.97
REDRIVER
15
1.00
1.26
1.43
1.73
1.99
2.21
REDRIVER
30
1.36
1.69
1.92
2.26
2.54
2.81
REDRIVER
60
1.70
2.15
2.51
2.96
3.38
3.77
REDRIVER
120
2.19
2.83
3.26
3.82
4.31
4.93
REDRIVER
180
2.37
2.99
3.64
4.23
4.82
5.45
REDRIVER
360
2.84
3.69
4.44
5.21
6.03
6.77
REDRIVER
720
3.24
4.16
5.10
6.24
7.13
8.42
REDRIVER
1440
3.82
5.27
6.50
8.01
9.08
10.54
REEVES
15
0.71
0.98
1.17
1.42
1.66
1.91
REEVES
30
0.96
1.32
1.54
1.83
2.06
2.30
REEVES
60
1.09
1.61
1.93
2.38
2.76
3.15
REEVES
120
1.20
1.74
2.05
2.71
3.23
3.62
86
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
REEVES
180
1.20
1.81
2.30
2.85
3.44
4.06
REEVES
360
1.40
2.03
2.49
2.93
3.78
4.19
REEVES
720
1.47
2.14
2.51
3.25
3.57
4.60
REEVES
1440
2.09
2.94
3.50
4.03
4.50
5.84
REFUGIO
15
1.11
1.41
1.60
1.86
2.07
2.28
REFUGIO
30
1.58
2.03
2.33
2.71
3.03
3.36
REFUGIO
60
1.88
2.49
2.90
3.45
3.92
4.42
REFUGIO
120
2.45
3.22
3.71
4.46
5.06
5.74
REFUGIO
180
2.60
3.43
4.05
4.93
5.69
6.55
REFUGIO
360
2.96
4.10
5.00
6.30
7.60
8.67
REFUGIO
720
3.41
4.73
5.79
7.28
8.60
10.00
REFUGIO
1440
4.29
6.13
7.55
9.45
11.02
12.57
ROBERTS
15
0.76
1.09
1.32
1.66
1.97
2.31
ROBERTS
30
1.00
1.40
1.61
2.03
2.20
2.79
ROBERTS
60
1.26
1.78
2.15
2.71
3.21
3.77
ROBERTS
120
1.44
2.05
2.53
3.17
3.79
4.42
ROBERTS
180
1.57
2.22
2.71
3.40
4.01
4.74
ROBERTS
360
1.79
2.55
3.07
3.87
4.51
5.23
ROBERTS
720
2.03
2.81
3.40
4.19
4.93
5.71
ROBERTS
1440
2.34
3.28
3.97
4.95
5.73
6.67
ROBERTSON
15
0.97
1.27
1.51
1.85
2.17
2.44
ROBERTSON
30
1.34
1.74
2.03
2.39
2.68
3.02
ROBERTSON
60
1.73
2.27
2.64
3.18
3.62
4.11
ROBERTSON
120
2.11
2.87
3.36
4.23
4.91
5.71
ROBERTSON
180
2.29
3.12
3.75
4.66
5.43
6.32
ROBERTSON
360
2.62
3.60
4.34
5.43
6.46
7.37
ROBERTSON
720
3.04
4.17
4.97
6.23
7.24
8.29
ROBERTSON
1440
3.56
4.98
6.03
7.46
8.61
9.92
ROCKWALL
15
1.00
1.28
1.50
1.79
2.06
2.28
ROCKWALL
30
1.42
1.82
2.10
2.42
2.67
3.00
ROCKWALL
60
1.70
2.20
2.52
2.99
3.37
3.77
ROCKWALL
120
2.11
2.75
3.17
3.67
4.19
4.67
ROCKWALL
180
2.39
3.07
3.58
4.26
4.78
5.43
ROCKWALL
360
2.75
3.61
4.32
5.11
5.99
6.75
ROCKWALL
720
3.19
4.08
5.01
6.03
7.01
8.06
ROCKWALL
1440
3.55
5.04
6.10
7.62
8.84
10.12
RUNNELS
15
0.80
1.06
1.23
1.45
1.63
1.82
RUNNELS
30
1.13
1.50
1.73
2.04
2.31
2.47
RUNNELS
60
1.35
1.82
2.14
2.57
2.93
3.32
RUNNELS
120
1.62
2.23
2.69
3.32
3.88
4.42
RUNNELS
180
1.84
2.51
2.94
3.62
4.27
4.94
RUNNELS
360
2.05
2.82
3.42
4.19
4.98
5.75
RUNNELS
720
2.37
3.17
3.69
4.52
5.38
6.13
RUNNELS
1440
2.89
3.98
4.89
5.94
6.90
7.95
RUSK
15
0.95
1.24
1.45
1.72
1.96
2.23
RUSK
30
1.33
1.72
2.04
2.40
2.77
3.12
RUSK
60
1.71
2.25
2.64
3.15
3.62
4.13
RUSK
120
2.20
2.97
3.47
4.25
4.88
5.66
RUSK
180
2.40
3.19
3.80
4.64
5.45
6.29
RUSK
360
2.80
3.73
4.59
5.53
6.51
7.58
RUSK
720
3.19
4.26
5.23
6.24
7.31
8.51
RUSK
1440
3.72
5.25
6.32
7.88
8.88
10.72
SABINE
15
1.04
1.33
1.50
1.73
1.91
2.13
SABINE
30
1.37
1.77
2.07
2.45
2.79
3.12
SABINE
60
1.80
2.33
2.71
3.24
3.69
4.17
SABINE
120
2.34
3.09
3.68
4.49
5.28
6.02
SABINE
180
2.54
3.42
4.07
4.96
5.79
6.79
SABINE
360
2.91
3.89
4.65
5.73
6.72
8.23
SABINE
720
3.42
4.53
5.41
6.63
7.82
9.11
SABINE
1440
3.90
5.51
6.63
8.26
9.83
11.45
87
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SANAUGUSTINE
15
1.03
1.32
1.49
1.74
1.92
2.14
SANAUGUSTINE
30
1.38
1.79
2.10
2.49
2.84
3.19
SANAUGUSTINE
60
1.81
2.35
2.74
3.27
3.73
4.21
SANAUGUSTINE
120
2.32
3.08
3.68
4.48
5.27
6.03
SANAUGUSTINE
180
2.49
3.37
4.03
4.90
5.72
6.77
SANAUGUSTINE
360
2.90
3.86
4.64
5.72
6.71
8.19
SANAUGUSTINE
720
3.38
4.48
5.38
6.58
7.81
9.07
SANAUGUSTINE
1440
3.80
5.38
6.41
8.05
9.42
11.20
SANJACINTO
15
1.08
1.36
1.54
1.83
2.05
2.28
SANJACINTO
30
1.49
1.85
2.11
2.44
2.72
2.97
SANJACINTO
60
1.95
2.51
2.90
3.42
3.92
4.42
SANJACINTO
120
2.53
3.35
3.94
4.78
5.55
6.38
SANJACINTO
180
2.70
3.58
4.24
5.16
5.99
6.92
SANJACINTO
360
3.12
4.28
5.20
6.55
7.84
9.18
SANJACINTO
720
3.77
5.22
6.39
8.10
9.65
11.53
SANJACINTO
1440
4.10
5.83
7.23
9.00
10.47
12.01
SANPATRICIO
15
1.08
1.37
1.56
1.80
2.01
2.18
SANPATRICIO
30
1.49
1.94
2.22
2.60
2.90
3.20
SANPATRICIO
60
1.82
2.43
2.84
3.41
3.90
4.40
SANPATRICIO
120
2.37
3.15
3.64
4.39
5.02
5.67
SANPATRICIO
180
2.49
3.32
3.98
4.75
5.57
6.49
SANPATRICIO
360
2.81
3.84
4.67
5.80
6.88
7.72
SANPATRICIO
720
3.24
4.50
5.47
6.83
7.95
9.22
SANPATRICIO
1440
4.15
5.94
7.22
8.94
10.44
11.84
SANSABA
15
0.86
1.11
1.30
1.54
1.78
1.92
SANSABA
30
1.18
1.55
1.77
2.05
2.31
2.58
SANSABA
60
1.45
1.92
2.30
2.68
3.03
3.35
SANSABA
120
1.71
2.31
2.74
3.38
3.95
4.78
SANSABA
180
1.79
2.53
3.09
3.74
4.37
5.23
SANSABA
360
2.04
2.90
3.46
4.34
5.26
6.11
SANSABA
720
2.35
3.33
4.17
5.16
6.36
7.34
SANSABA
1440
2.95
4.06
4.95
6.16
7.42
8.46
SCHLEICHER
15
0.84
1.07
1.22
1.40
1.55
1.69
SCHLEICHER
30
1.13
1.48
1.69
1.99
2.21
2.48
SCHLEICHER
60
1.41
1.93
2.33
2.74
3.12
3.55
SCHLEICHER
120
1.73
2.40
2.87
3.53
4.13
4.82
SCHLEICHER
180
1.85
2.59
3.14
3.82
4.47
5.11
SCHLEICHER
360
2.04
2.92
3.58
4.45
5.27
6.24
SCHLEICHER
720
2.29
3.21
3.94
4.95
5.89
6.96
SCHLEICHER
1440
2.38
3.40
4.11
5.22
6.05
6.96
SCURRY
15
0.70
0.94
1.09
1.28
1.43
1.58
SCURRY
30
0.98
1.28
1.49
1.76
1.99
2.32
SCURRY
60
1.24
1.72
2.06
2.48
2.87
3.34
SCURRY
120
1.58
2.19
2.60
3.22
3.81
4.40
SCURRY
180
1.62
2.26
2.74
3.39
3.96
4.63
SCURRY
360
1.93
2.66
3.20
4.01
4.77
5.60
SCURRY
720
2.16
2.94
3.55
4.46
5.19
6.27
SCURRY
1440
2.64
3.77
4.44
5.59
6.56
7.55
SHACKELFORD
15
0.83
1.09
1.28
1.49
1.68
1.88
SHACKELFORD
30
1.19
1.56
1.81
2.11
2.38
2.68
SHACKELFORD
60
1.45
1.95
2.38
2.77
3.17
3.61
SHACKELFORD
120
1.75
2.40
2.87
3.56
4.07
4.82
SHACKELFORD
180
1.95
2.62
3.17
3.89
4.46
5.15
SHACKELFORD
360
2.23
3.00
3.66
4.55
5.40
6.25
SHACKELFORD
720
2.47
3.41
4.10
5.20
6.10
7.39
SHACKELFORD
1440
2.99
4.09
5.04
6.16
7.21
8.28
SHELBY
15
0.97
1.24
1.42
1.64
1.83
2.04
SHELBY
30
1.31
1.71
2.02
2.39
2.73
3.03
SHELBY
60
1.73
2.27
2.65
3.18
3.64
4.15
SHELBY
120
2.22
2.99
3.55
4.37
5.05
5.83
88
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SHELBY
180
2.41
3.24
3.88
4.76
5.59
6.55
SHELBY
360
2.81
3.77
4.60
5.59
6.55
7.80
SHELBY
720
3.22
4.32
5.24
6.32
7.48
8.67
SHELBY
1440
3.72
5.32
6.33
7.86
8.98
11.00
SHERMAN
15
0.74
1.05
1.28
1.60
1.90
2.22
SHERMAN
30
1.00
1.40
1.67
2.07
2.22
2.64
SHERMAN
60
1.19
1.68
2.03
2.56
3.05
3.58
SHERMAN
120
1.34
1.92
2.34
2.96
3.54
4.27
SHERMAN
180
1.38
1.98
2.48
3.11
3.70
4.38
SHERMAN
360
1.56
2.19
2.64
3.27
3.87
4.48
SHERMAN
720
1.75
2.39
2.97
3.62
4.27
4.90
SHERMAN
1440
2.17
2.99
3.55
4.51
5.12
6.00
SMITH
15
0.96
1.26
1.50
1.83
2.12
2.42
SMITH
30
1.36
1.75
2.07
2.42
2.78
3.12
SMITH
60
1.71
2.24
2.62
3.09
3.51
4.01
SMITH
120
2.20
2.92
3.39
4.08
4.67
5.37
SMITH
180
2.40
3.18
3.75
4.49
5.26
6.03
SMITH
360
2.80
3.71
4.57
5.47
6.39
7.31
SMITH
720
3.21
4.21
5.20
6.20
7.16
8.33
SMITH
1440
3.72
5.20
6.31
7.87
8.92
10.55
SOMERVELL
15
0.93
1.22
1.44
1.65
1.94
2.23
SOMERVELL
30
1.25
1.62
1.86
2.20
2.45
2.77
SOMERVELL
60
1.60
2.10
2.48
2.88
3.26
3.63
SOMERVELL
120
1.96
2.62
3.09
3.64
4.17
4.80
SOMERVELL
180
2.14
2.87
3.46
4.15
4.80
5.52
SOMERVELL
360
2.48
3.36
3.99
4.86
5.72
6.46
SOMERVELL
720
2.81
3.80
4.49
5.48
6.70
7.42
SOMERVELL
1440
3.30
4.54
5.49
6.78
7.93
9.05
STARR
15
0.92
1.23
1.44
1.70
1.91
2.19
STARR
30
1.39
1.84
2.14
2.51
2.83
3.20
STARR
60
1.71
2.33
2.76
3.31
3.81
4.29
STARR
120
2.03
2.78
3.27
4.14
4.93
5.57
STARR
180
2.12
3.09
3.57
4.19
5.45
6.49
STARR
360
2.42
3.55
4.19
5.43
6.43
7.13
STARR
720
2.59
3.70
4.52
5.49
6.59
7.87
STARR
1440
3.06
4.31
5.26
6.59
7.54
9.12
STEPHENS
15
0.87
1.14
1.34
1.59
1.85
2.07
STEPHENS
30
1.23
1.63
1.88
2.17
2.50
2.79
STEPHENS
60
1.51
2.02
2.46
2.83
3.25
3.67
STEPHENS
120
1.83
2.45
2.96
3.61
4.08
4.84
STEPHENS
180
2.00
2.70
3.25
4.00
4.56
5.23
STEPHENS
360
2.35
3.06
3.79
4.63
5.50
6.36
STEPHENS
720
2.61
3.59
4.27
5.49
6.27
7.63
STEPHENS
1440
3.12
4.21
5.18
6.30
7.43
8.49
STERLING
15
0.71
0.94
1.09
1.28
1.40
1.58
STERLING
30
0.98
1.30
1.54
1.83
2.07
2.38
STERLING
60
1.27
1.75
2.06
2.47
2.85
3.20
STERLING
120
1.58
2.17
2.58
3.15
3.74
4.18
STERLING
180
1.58
2.19
2.71
3.33
3.79
4.39
STERLING
360
1.79
2.54
3.08
3.89
4.50
5.37
STERLING
720
2.03
2.78
3.40
4.19
4.84
5.62
STERLING
1440
2.44
3.50
4.26
5.16
6.11
7.05
STONEWALL
15
0.76
0.99
1.14
1.30
1.48
1.59
STONEWALL
30
1.01
1.35
1.56
1.82
2.06
2.34
STONEWALL
60
1.31
1.80
2.13
2.60
3.01
3.43
STONEWALL
120
1.60
2.22
2.67
3.35
3.96
4.63
STONEWALL
180
1.70
2.38
2.85
3.58
4.22
4.92
STONEWALL
360
1.99
2.80
3.39
4.27
5.12
6.09
STONEWALL
720
2.22
3.12
3.82
4.81
5.77
6.88
STONEWALL
1440
2.71
3.89
4.59
5.85
6.83
7.86
89
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SUTTON
15
0.85
1.10
1.26
1.46
1.63
1.77
SUTTON
30
1.17
1.50
1.73
2.02
2.26
2.55
SUTTON
60
1.51
2.05
2.46
2.91
3.32
3.79
SUTTON
120
1.92
2.65
3.19
3.91
4.57
5.21
SUTTON
180
2.06
2.85
3.35
4.16
4.89
5.62
SUTTON
360
2.24
3.16
3.96
5.00
6.04
7.11
SUTTON
720
2.52
3.56
4.38
5.57
6.49
7.78
SUTTON
1440
2.74
3.84
4.71
5.92
6.90
7.91
SWISHER
15
0.73
0.98
1.16
1.42
1.64
1.90
SWISHER
30
1.00
1.38
1.60
2.06
2.29
2.61
SWISHER
60
1.22
1.70
2.06
2.58
3.06
3.57
SWISHER
120
1.45
2.07
2.54
3.23
3.85
4.51
SWISHER
180
1.55
2.21
2.70
3.41
4.05
4.71
SWISHER
360
1.76
2.43
2.98
3.76
4.40
5.14
SWISHER
720
1.96
2.78
3.37
4.27
5.08
5.94
SWISHER
1440
2.35
3.36
4.01
4.99
5.79
6.70
TARRANT
15
0.98
1.30
1.51
1.76
2.06
2.31
TARRANT
30
1.31
1.73
2.00
2.38
2.61
2.99
TARRANT
60
1.64
2.15
2.50
2.95
3.39
3.80
TARRANT
120
2.01
2.64
3.06
3.61
4.17
4.62
TARRANT
180
2.23
2.93
3.50
4.07
4.68
5.43
TARRANT
360
2.53
3.49
4.06
4.80
5.49
6.33
TARRANT
720
2.93
3.97
4.78
5.60
6.66
7.75
TARRANT
1440
3.38
4.49
5.26
6.24
7.20
8.42
TAYLOR
15
0.78
1.04
1.21
1.42
1.62
1.80
TAYLOR
30
1.11
1.47
1.71
2.02
2.27
2.49
TAYLOR
60
1.36
1.84
2.17
2.61
2.97
3.37
TAYLOR
120
1.66
2.29
2.78
3.43
4.00
4.60
TAYLOR
180
1.90
2.58
3.01
3.73
4.36
5.04
TAYLOR
360
2.13
2.90
3.51
4.31
5.12
5.96
TAYLOR
720
2.43
3.24
3.82
4.71
5.61
6.39
TAYLOR
1440
2.98
4.06
5.01
6.12
7.11
8.12
TERRELL
15
0.87
1.11
1.24
1.46
1.61
1.79
TERRELL
30
1.16
1.53
1.75
2.03
2.28
2.47
TERRELL
60
1.34
1.85
2.20
2.67
3.08
3.49
TERRELL
120
1.49
2.12
2.54
3.10
3.57
4.09
TERRELL
180
1.62
2.25
2.71
3.23
3.77
4.31
TERRELL
360
1.81
2.61
3.18
4.01
4.79
5.47
TERRELL
720
2.00
2.88
3.50
4.38
5.21
5.97
TERRELL
1440
2.29
3.27
4.05
5.05
5.87
6.81
TERRY
15
0.69
0.95
1.13
1.40
1.64
1.90
TERRY
30
0.98
1.31
1.58
1.91
2.20
2.54
TERRY
60
1.16
1.65
2.00
2.50
2.93
3.41
TERRY
120
1.39
2.00
2.45
3.10
3.68
4.34
TERRY
180
1.43
2.02
2.49
3.31
3.67
4.48
TERRY
360
1.67
2.29
2.84
3.50
4.08
4.71
TERRY
720
1.94
2.71
3.21
3.98
4.63
5.41
TERRY
1440
2.37
3.37
4.03
5.01
5.90
6.74
THROCKMORTON
15
0.85
1.10
1.26
1.46
1.63
1.79
THROCKMORTON
30
1.17
1.54
1.80
2.12
2.42
2.73
THROCKMORTON
60
1.42
1.94
2.37
2.79
3.22
3.67
THROCKMORTON
120
1.73
2.37
2.86
3.54
4.06
4.82
THROCKMORTON
180
1.92
2.62
3.17
3.89
4.49
5.19
THROCKMORTON
360
2.19
2.98
3.65
4.58
5.47
6.45
THROCKMORTON
720
2.50
3.41
4.16
5.32
6.19
7.57
THROCKMORTON
1440
3.00
4.08
5.04
6.10
7.20
8.26
TITUS
15
0.95
1.24
1.44
1.73
1.99
2.24
TITUS
30
1.32
1.69
1.95
2.29
2.56
2.84
TITUS
60
1.70
2.17
2.52
2.99
3.38
3.77
TITUS
120
2.21
2.88
3.31
3.90
4.41
5.10
90
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
TITUS
180
2.44
3.04
3.66
4.30
4.92
5.49
TITUS
360
2.83
3.69
4.49
5.29
6.10
6.90
TITUS
720
3.23
4.20
5.19
6.23
7.09
8.40
TITUS
1440
3.83
5.26
6.50
8.01
8.98
10.51
TOMGREEN
15
0.81
1.04
1.19
1.38
1.54
1.68
TOMGREEN
30
1.10
1.46
1.68
1.98
2.23
2.43
TOMGREEN
60
1.34
1.82
2.14
2.57
2.93
3.34
TOMGREEN
120
1.59
2.21
2.65
3.24
3.79
4.35
TOMGREEN
180
1.72
2.37
2.86
3.50
4.07
4.69
TOMGREEN
360
1.92
2.71
3.31
4.11
4.82
5.69
TOMGREEN
720
2.13
3.01
3.57
4.40
5.28
6.13
TOMGREEN
1440
2.43
3.49
4.17
5.11
6.02
7.00
TRAVIS
15
0.95
1.25
1.46
1.73
2.00
2.22
TRAVIS
30
1.31
1.69
1.95
2.36
2.64
2.94
TRAVIS
60
1.71
2.25
2.62
3.16
3.62
4.15
TRAVIS
120
2.15
2.88
3.41
4.16
4.85
5.61
TRAVIS
180
2.31
3.08
3.67
4.48
5.24
6.03
TRAVIS
360
2.66
3.51
4.20
5.19
6.17
6.97
TRAVIS
720
3.04
4.03
4.75
5.87
6.96
8.03
TRAVIS
1440
3.41
4.80
5.84
7.23
8.32
9.64
TRINITY
15
1.05
1.36
1.53
1.87
2.13
2.39
TRINITY
30
1.44
1.84
2.12
2.59
2.93
3.26
TRINITY
60
1.88
2.45
2.84
3.40
3.90
4.42
TRINITY
120
2.42
3.19
3.77
4.60
5.37
6.19
TRINITY
180
2.59
3.46
4.11
5.04
5.87
6.75
TRINITY
360
2.92
3.99
4.80
5.97
7.08
8.54
TRINITY
720
3.46
4.72
5.75
7.23
8.68
10.21
TRINITY
1440
3.86
5.52
6.75
8.30
9.88
11.47
TYLER
15
1.08
1.37
1.52
1.82
2.02
2.23
TYLER
30
1.47
1.86
2.12
2.51
2.81
3.11
TYLER
60
1.94
2.49
2.88
3.40
3.86
4.36
TYLER
120
2.53
3.33
3.92
4.74
5.50
6.37
TYLER
180
2.70
3.60
4.25
5.20
6.04
7.10
TYLER
360
3.15
4.23
5.07
6.30
7.51
8.88
TYLER
720
3.76
5.04
6.08
7.64
9.05
10.52
TYLER
1440
4.21
5.80
7.07
8.85
10.24
11.74
UPSHUR
15
0.93
1.23
1.45
1.75
2.00
2.30
UPSHUR
30
1.31
1.69
1.99
2.33
2.62
2.94
UPSHUR
60
1.69
2.20
2.56
3.02
3.43
3.87
UPSHUR
120
2.20
2.91
3.35
4.02
4.57
5.26
UPSHUR
180
2.40
3.11
3.70
4.39
5.12
5.72
UPSHUR
360
2.81
3.70
4.56
5.41
6.26
7.09
UPSHUR
720
3.21
4.20
5.18
6.21
7.13
8.38
UPSHUR
1440
3.77
5.23
6.41
7.94
8.99
10.54
UPTON
15
0.77
1.03
1.20
1.40
1.60
1.79
UPTON
30
1.02
1.37
1.62
1.93
2.18
2.41
UPTON
60
1.26
1.74
2.06
2.51
2.89
3.31
UPTON
120
1.46
2.08
2.50
3.06
3.58
4.08
UPTON
180
1.60
2.22
2.64
3.23
3.76
4.20
UPTON
360
1.70
2.33
2.85
3.58
4.18
4.86
UPTON
720
1.88
2.47
3.12
3.73
4.48
4.94
UPTON
1440
2.09
3.00
3.58
4.47
5.21
6.01
UVALDE
15
1.04
1.35
1.58
1.86
2.14
2.42
UVALDE
30
1.42
1.83
2.12
2.46
2.72
3.12
UVALDE
60
1.77
2.34
2.78
3.34
3.89
4.39
UVALDE
120
2.17
2.99
3.62
4.52
5.35
6.23
UVALDE
180
2.28
3.22
3.97
4.96
5.88
6.76
UVALDE
360
2.69
3.88
4.82
6.15
7.23
8.02
UVALDE
720
2.99
4.40
5.48
6.59
7.54
9.18
UVALDE
1440
3.44
4.86
5.90
7.44
8.65
9.93
91
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
VALVERDE
15
0.89
1.16
1.32
1.55
1.77
1.97
VALVERDE
30
1.23
1.59
1.83
2.14
2.41
2.68
VALVERDE
60
1.49
2.04
2.46
2.96
3.40
3.92
VALVERDE
120
1.80
2.56
3.09
3.81
4.45
5.09
VALVERDE
180
1.98
2.79
3.37
4.13
4.83
5.52
VALVERDE
360
2.16
3.18
4.01
5.13
6.20
7.24
VALVERDE
720
2.46
3.60
4.48
5.69
6.56
7.66
VALVERDE
1440
2.76
3.96
4.92
6.14
7.12
8.26
VANZANDT
15
0.99
1.27
1.51
1.84
2.12
2.38
VANZANDT
30
1.41
1.81
2.10
2.45
2.75
3.07
VANZANDT
60
1.71
2.23
2.58
3.03
3.41
3.86
VANZANDT
120
2.19
2.85
3.30
3.90
4.42
5.05
VANZANDT
180
2.41
3.16
3.70
4.41
5.03
5.71
VANZANDT
360
2.82
3.68
4.52
5.36
6.19
7.07
VANZANDT
720
3.23
4.15
5.15
6.15
7.06
8.21
VANZANDT
1440
3.65
5.13
6.23
7.80
8.94
10.36
VICTORIA
15
1.11
1.44
1.62
1.95
2.18
2.49
VICTORIA
30
1.61
2.05
2.35
2.74
3.08
3.45
VICTORIA
60
1.92
2.52
2.93
3.48
3.93
4.42
VICTORIA
120
2.51
3.26
3.77
4.50
5.10
5.76
VICTORIA
180
2.61
3.47
4.12
5.01
5.79
6.66
VICTORIA
360
3.04
4.19
5.16
6.48
7.75
9.02
VICTORIA
720
3.49
4.74
5.80
7.24
8.60
10.07
VICTORIA
1440
4.17
5.89
7.29
8.96
10.48
12.10
WALKER
15
1.06
1.36
1.54
1.86
2.11
2.38
WALKER
30
1.45
1.83
2.11
2.46
2.74
3.05
WALKER
60
1.86
2.43
2.82
3.39
3.89
4.41
WALKER
120
2.37
3.17
3.76
4.58
5.35
6.18
WALKER
180
2.50
3.38
4.03
4.95
5.75
6.66
WALKER
360
2.84
3.91
4.80
6.07
7.19
8.65
WALKER
720
3.36
4.71
5.77
7.40
8.91
10.43
WALKER
1440
3.89
5.50
6.77
8.30
9.78
11.35
WALLER
15
1.07
1.35
1.57
1.79
1.99
2.21
WALLER
30
1.47
1.82
2.07
2.35
2.55
2.80
WALLER
60
1.86
2.44
2.83
3.37
3.86
4.40
WALLER
120
2.35
3.12
3.70
4.47
5.18
5.86
WALLER
180
2.45
3.33
3.99
4.88
5.70
6.76
WALLER
360
2.78
3.85
4.74
5.97
7.20
8.62
WALLER
720
3.19
4.47
5.51
6.97
8.45
9.90
WALLER
1440
3.92
5.50
6.68
8.29
9.74
11.26
WARD
15
0.72
1.00
1.21
1.44
1.72
1.98
WARD
30
0.96
1.32
1.56
1.89
2.16
2.41
WARD
60
1.11
1.64
1.96
2.42
2.82
3.23
WARD
120
1.21
1.80
2.16
2.82
3.38
3.77
WARD
180
1.26
1.84
2.36
2.94
3.56
4.24
WARD
360
1.40
2.08
2.53
3.14
3.87
4.29
WARD
720
1.51
2.23
2.59
3.42
3.71
4.68
WARD
1440
2.01
2.99
3.50
4.04
4.46
5.97
WASHINGTON
15
1.00
1.32
1.56
1.80
2.07
2.38
WASHINGTON
30
1.42
1.79
2.07
2.36
2.56
2.82
WASHINGTON
60
1.80
2.37
2.76
3.32
3.82
4.36
WASHINGTON
120
2.26
3.03
3.61
4.39
5.12
5.86
WASHINGTON
180
2.39
3.26
3.90
4.83
5.63
6.60
WASHINGTON
360
2.67
3.69
4.48
5.66
6.76
8.07
WASHINGTON
720
3.07
4.25
5.17
6.39
7.80
9.02
WASHINGTON
1440
3.75
5.21
6.34
7.79
9.07
10.44
WEBB
15
0.95
1.26
1.46
1.73
1.93
2.18
WEBB
30
1.39
1.82
2.10
2.49
2.79
3.21
WEBB
60
1.66
2.26
2.75
3.30
3.58
3.99
WEBB
120
2.02
2.83
3.49
4.35
5.16
6.02
92
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WEBB
180
2.10
3.10
3.78
4.72
5.64
6.58
WEBB
360
2.36
3.62
4.41
5.61
6.68
7.65
WEBB
720
2.67
3.95
4.95
6.20
7.22
8.48
WEBB
1440
3.07
4.32
5.30
6.75
7.82
9.13
WHARTON
15
1.11
1.42
1.61
1.89
2.12
2.33
WHARTON
30
1.57
1.96
2.23
2.57
2.86
3.12
WHARTON
60
1.96
2.53
2.92
3.46
3.91
4.40
WHARTON
120
2.56
3.28
3.80
4.56
5.16
5.79
WHARTON
180
2.61
3.50
4.17
5.08
5.91
6.91
WHARTON
360
3.13
4.26
5.21
6.57
7.85
9.27
WHARTON
720
3.49
4.73
5.74
7.28
8.74
10.25
WHARTON
1440
4.15
5.85
7.14
8.95
10.49
12.33
WHEELER
15
0.79
1.11
1.32
1.67
1.97
2.29
WHEELER
30
1.01
1.40
1.60
2.01
2.19
2.81
WHEELER
60
1.31
1.83
2.22
2.79
3.30
3.83
WHEELER
120
1.51
2.17
2.65
3.32
3.96
4.63
WHEELER
180
1.67
2.38
2.87
3.63
4.33
5.06
WHEELER
360
1.96
2.69
3.39
4.24
5.09
6.01
WHEELER
720
2.26
3.10
3.66
4.79
5.72
6.65
WHEELER
1440
2.46
3.48
4.24
5.25
6.11
7.26
WICHITA
15
0.83
1.05
1.20
1.38
1.54
1.72
WICHITA
30
1.10
1.46
1.70
2.05
2.36
2.70
WICHITA
60
1.40
1.92
2.39
2.81
3.29
3.79
WICHITA
120
1.69
2.34
2.84
3.49
4.07
4.85
WICHITA
180
1.91
2.66
3.14
3.95
4.59
5.43
WICHITA
360
2.24
3.05
3.72
4.67
5.56
6.56
WICHITA
720
2.71
3.63
4.48
5.58
6.47
7.72
WICHITA
1440
3.09
4.23
5.15
6.23
7.45
8.57
WILBARGER
15
0.82
1.04
1.18
1.37
1.50
1.68
WILBARGER
30
1.06
1.43
1.65
2.02
2.29
2.57
WILBARGER
60
1.37
1.88
2.30
2.78
3.26
3.74
WILBARGER
120
1.64
2.28
2.79
3.47
4.05
4.85
WILBARGER
180
1.86
2.59
3.07
3.89
4.55
5.39
WILBARGER
360
2.12
2.96
3.61
4.56
5.49
6.53
WILBARGER
720
2.52
3.53
4.29
5.47
6.33
7.60
WILBARGER
1440
2.93
4.07
4.97
6.08
7.17
8.29
WILLACY
15
1.02
1.35
1.54
1.81
2.04
2.20
WILLACY
30
1.48
1.91
2.21
2.60
2.91
3.20
WILLACY
60
1.86
2.49
2.90
3.49
3.99
4.51
WILLACY
120
2.32
3.10
3.65
4.43
5.10
5.80
WILLACY
180
2.47
3.23
3.82
4.49
5.37
6.22
WILLACY
360
2.67
3.71
4.51
5.57
6.59
7.48
WILLACY
720
3.05
4.22
5.15
6.42
7.56
8.72
WILLACY
1440
3.46
4.92
6.06
7.37
8.76
9.94
WILLIAMSON
15
0.92
1.23
1.43
1.66
1.95
2.15
WILLIAMSON
30
1.31
1.68
1.93
2.30
2.55
2.83
WILLIAMSON
60
1.69
2.23
2.57
3.08
3.48
3.94
WILLIAMSON
120
2.10
2.85
3.38
4.15
4.84
5.55
WILLIAMSON
180
2.24
3.04
3.62
4.43
5.14
5.98
WILLIAMSON
360
2.58
3.38
4.17
5.13
6.13
6.98
WILLIAMSON
720
2.97
3.98
4.69
5.89
7.00
8.01
WILLIAMSON
1440
3.38
4.66
5.68
6.93
8.06
9.33
WILSON
15
1.09
1.43
1.63
1.99
2.31
2.62
WILSON
30
1.49
1.92
2.22
2.61
2.94
3.20
WILSON
60
1.81
2.38
2.80
3.37
3.86
4.37
WILSON
120
2.22
2.98
3.57
4.29
5.00
5.67
WILSON
180
2.38
3.27
3.97
4.87
5.69
6.56
WILSON
360
2.63
3.61
4.32
5.37
6.18
6.87
WILSON
720
3.07
4.32
5.06
6.33
7.25
8.49
WILSON
1440
3.48
4.91
5.91
7.33
8.87
9.87
93
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WINKLER
15
0.70
0.99
1.20
1.44
1.74
2.00
WINKLER
30
0.94
1.31
1.55
1.90
2.20
2.46
WINKLER
60
1.13
1.66
1.98
2.45
2.88
3.33
WINKLER
120
1.29
1.90
2.27
2.97
3.52
4.01
WINKLER
180
1.33
1.92
2.50
3.18
3.79
4.47
WINKLER
360
1.48
2.16
2.62
3.25
3.99
4.45
WINKLER
720
1.66
2.33
2.72
3.56
3.89
4.95
WINKLER
1440
2.01
2.97
3.49
4.27
4.99
5.95
WISE
15
0.94
1.25
1.46
1.67
1.98
2.29
WISE
30
1.30
1.70
1.97
2.35
2.65
3.02
WISE
60
1.58
2.10
2.49
2.91
3.32
3.78
WISE
120
1.90
2.52
2.96
3.55
4.11
4.53
WISE
180
2.07
2.78
3.33
3.98
4.57
5.37
WISE
360
2.45
3.34
3.90
4.85
5.69
6.47
WISE
720
2.85
3.86
4.62
5.69
6.76
7.68
WISE
1440
3.38
4.62
5.59
6.91
8.01
9.11
WOOD
15
0.96
1.25
1.49
1.79
2.07
2.34
WOOD
30
1.36
1.73
2.04
2.36
2.63
2.97
WOOD
60
1.70
2.21
2.56
3.01
3.40
3.81
WOOD
120
2.20
2.88
3.32
3.92
4.46
5.10
WOOD
180
2.41
3.13
3.68
4.36
5.00
5.58
WOOD
360
2.82
3.69
4.52
5.36
6.17
6.98
WOOD
720
3.23
4.17
5.15
6.17
7.07
8.28
WOOD
1440
3.76
5.20
6.37
7.92
9.02
10.49
YOAKUM
15
0.69
0.95
1.15
1.42
1.71
2.00
YOAKUM
30
0.94
1.31
1.60
1.97
2.30
2.62
YOAKUM
60
1.13
1.62
1.96
2.48
2.93
3.41
YOAKUM
120
1.33
1.94
2.39
3.03
3.61
4.29
YOAKUM
180
1.38
1.95
2.39
3.28
3.57
4.47
YOAKUM
360
1.57
2.20
2.71
3.36
3.92
4.53
YOAKUM
720
1.83
2.55
3.03
3.76
4.39
5.16
YOAKUM
1440
2.26
3.19
3.89
4.83
5.67
6.47
YOUNG
15
0.87
1.14
1.33
1.55
1.79
2.00
YOUNG
30
1.21
1.61
1.89
2.18
2.58
2.88
YOUNG
60
1.49
2.00
2.45
2.83
3.30
3.73
YOUNG
120
1.79
2.41
2.92
3.58
4.08
4.79
YOUNG
180
1.97
2.69
3.22
3.98
4.57
5.28
YOUNG
360
2.31
3.05
3.76
4.67
5.52
6.51
YOUNG
720
2.66
3.56
4.36
5.47
6.38
7.68
YOUNG
1440
3.14
4.25
5.19
6.27
7.49
8.53
ZAPATA
15
0.89
1.19
1.38
1.66
1.87
2.16
ZAPATA
30
1.38
1.80
2.10
2.49
2.80
3.21
ZAPATA
60
1.62
2.22
2.73
3.29
3.68
4.10
ZAPATA
120
1.93
2.78
3.32
4.20
4.98
5.72
ZAPATA
180
2.05
3.04
3.60
4.39
5.51
6.51
ZAPATA
360
2.32
3.59
4.27
5.49
6.49
7.53
ZAPATA
720
2.52
3.73
4.62
5.91
6.85
8.00
ZAPATA
1440
3.03
4.24
5.20
6.57
7.57
9.09
ZAVALA
15
1.07
1.39
1.62
1.90
2.17
2.44
ZAVALA
30
1.43
1.87
2.15
2.50
2.76
3.18
ZAVALA
60
1.74
2.34
2.79
3.33
3.87
4.29
ZAVALA
120
2.14
2.98
3.64
4.56
5.42
6.35
ZAVALA
180
2.23
3.20
3.95
4.98
5.95
6.77
ZAVALA
360
2.59
3.79
4.77
6.09
7.14
7.98
ZAVALA
720
2.85
4.28
5.34
6.53
7.57
9.20
ZAVALA
1440
3.23
4.51
5.53
7.17
8.17
9.60
94
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ANDERSON
15
1.00
1.30
1.52
1.87
2.18
2.49
ANDERSON
30
1.39
1.82
2.13
2.61
3.05
3.49
ANDERSON
60
1.78
2.35
2.78
3.39
3.96
4.55
ANDERSON
120
2.17
2.88
3.43
4.19
4.89
5.65
ANDERSON
180
2.40
3.20
3.82
4.67
5.46
6.33
ANDERSON
360
2.80
3.76
4.54
5.53
6.47
7.56
ANDERSON
720
3.22
4.37
5.32
6.48
7.59
8.94
ANDERSON
1440
3.69
5.05
6.19
7.54
8.84
10.52
ANDREWS
15
0.70
0.98
1.18
1.43
1.69
1.97
ANDREWS
30
0.93
1.30
1.57
1.94
2.30
2.68
ANDREWS
60
1.14
1.60
1.95
2.43
2.90
3.38
ANDREWS
120
1.33
1.88
2.32
2.90
3.47
4.05
ANDREWS
180
1.45
2.04
2.53
3.17
3.80
4.43
ANDREWS
360
1.64
2.32
2.89
3.64
4.37
5.11
ANDREWS
720
1.84
2.60
3.27
4.12
4.97
5.82
ANDREWS
1440
2.05
2.91
3.69
4.64
5.63
6.61
ANGELINA
15
1.02
1.34
1.55
1.81
2.05
2.30
ANGELINA
30
1.44
1.88
2.20
2.61
3.00
3.41
ANGELINA
60
1.87
2.45
2.90
3.47
4.04
4.65
ANGELINA
120
2.29
3.03
3.61
4.37
5.13
5.97
ANGELINA
180
2.54
3.37
4.04
4.91
5.78
6.78
ANGELINA
360
2.97
4.00
4.80
5.89
6.95
8.24
ANGELINA
720
3.43
4.68
5.64
6.97
8.24
9.87
ANGELINA
1440
3.93
5.45
6.57
8.19
9.69
11.72
ARANSAS
15
1.12
1.41
1.64
1.87
2.10
2.32
ARANSAS
30
1.52
1.94
2.28
2.64
3.01
3.38
ARANSAS
60
1.94
2.51
2.98
3.51
4.05
4.60
ARANSAS
120
2.38
3.13
3.75
4.47
5.22
5.98
ARANSAS
180
2.65
3.52
4.24
5.10
5.98
6.87
ARANSAS
360
3.14
4.25
5.17
6.30
7.44
8.58
ARANSAS
720
3.69
5.10
6.25
7.72
9.18
10.61
ARANSAS
1440
4.32
6.09
7.53
9.41
11.26
13.04
ARCHER
15
0.84
1.09
1.26
1.47
1.67
1.87
ARCHER
30
1.13
1.51
1.79
2.12
2.45
2.79
ARCHER
60
1.42
1.94
2.34
2.81
3.30
3.81
ARCHER
120
1.73
2.37
2.89
3.52
4.15
4.84
ARCHER
180
1.92
2.64
3.21
3.93
4.65
5.43
ARCHER
360
2.27
3.10
3.78
4.67
5.52
6.47
ARCHER
720
2.66
3.62
4.38
5.45
6.43
7.56
ARCHER
1440
3.10
4.19
5.06
6.32
7.43
8.73
ARMSTRONG
15
0.74
1.02
1.21
1.49
1.71
1.98
ARMSTRONG
30
0.99
1.38
1.65
2.07
2.40
2.81
ARMSTRONG
60
1.23
1.73
2.08
2.64
3.09
3.63
ARMSTRONG
120
1.45
2.05
2.50
3.17
3.74
4.40
ARMSTRONG
180
1.57
2.24
2.74
3.47
4.11
4.83
ARMSTRONG
360
1.78
2.55
3.16
3.95
4.72
5.54
ARMSTRONG
720
2.00
2.88
3.60
4.44
5.34
6.26
ARMSTRONG
1440
2.23
3.22
4.08
4.96
6.00
7.00
ATASCOSA
15
1.08
1.41
1.65
1.98
2.26
2.54
ATASCOSA
30
1.45
1.91
2.28
2.75
3.16
3.60
ATASCOSA
60
1.80
2.41
2.92
3.55
4.10
4.71
ATASCOSA
120
2.13
2.91
3.55
4.34
5.05
5.83
ATASCOSA
180
2.32
3.20
3.92
4.81
5.61
6.49
ATASCOSA
360
2.65
3.71
4.57
5.64
6.62
7.66
ATASCOSA
720
2.99
4.26
5.27
6.55
7.72
8.93
ATASCOSA
1440
3.36
4.86
6.04
7.56
8.96
10.35
95
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
AUSTIN
15
1.06
1.34
1.58
1.81
2.02
2.28
AUSTIN
30
1.45
1.86
2.20
2.57
2.92
3.32
AUSTIN
60
1.85
2.39
2.85
3.40
3.91
4.50
AUSTIN
120
2.23
2.94
3.53
4.27
4.98
5.79
AUSTIN
180
2.45
3.27
3.96
4.81
5.64
6.59
AUSTIN
360
2.84
3.88
4.73
5.81
6.89
8.11
AUSTIN
720
3.26
4.55
5.60
6.95
8.31
9.85
AUSTIN
1440
3.71
5.32
6.60
8.26
9.98
11.91
BAILEY
15
0.69
0.97
1.16
1.45
1.69
1.96
BAILEY
30
0.91
1.29
1.56
1.97
2.31
2.70
BAILEY
60
1.11
1.59
1.94
2.46
2.90
3.41
BAILEY
120
1.30
1.87
2.28
2.90
3.43
4.04
BAILEY
180
1.40
2.03
2.46
3.13
3.71
4.38
BAILEY
360
1.58
2.29
2.77
3.51
4.17
4.92
BAILEY
720
1.76
2.56
3.08
3.88
4.62
5.45
BAILEY
1440
1.95
2.85
3.40
4.26
5.08
5.99
BANDERA
15
1.03
1.31
1.55
1.83
2.13
2.38
BANDERA
30
1.42
1.85
2.21
2.63
3.06
3.45
BANDERA
60
1.81
2.41
2.91
3.50
4.07
4.63
BANDERA
120
2.20
2.98
3.62
4.39
5.13
5.85
BANDERA
180
2.43
3.32
4.04
4.93
5.77
6.60
BANDERA
360
2.84
3.92
4.79
5.90
6.94
7.94
BANDERA
720
3.28
4.58
5.61
6.97
8.25
9.43
BANDERA
1440
3.77
5.31
6.52
8.18
9.76
11.14
BASTROP
15
1.00
1.32
1.57
1.89
2.18
2.49
BASTROP
30
1.39
1.84
2.17
2.62
3.05
3.51
BASTROP
60
1.79
2.37
2.79
3.39
3.96
4.58
BASTROP
120
2.17
2.89
3.42
4.17
4.89
5.68
BASTROP
180
2.38
3.19
3.79
4.64
5.44
6.33
BASTROP
360
2.75
3.73
4.45
5.48
6.45
7.52
BASTROP
720
3.13
4.30
5.16
6.41
7.55
8.83
BASTROP
1440
3.53
4.93
5.96
7.46
8.80
10.32
BAYLOR
15
0.83
1.05
1.21
1.40
1.61
1.82
BAYLOR
30
1.10
1.45
1.71
2.03
2.35
2.72
BAYLOR
60
1.37
1.87
2.24
2.70
3.16
3.73
BAYLOR
120
1.66
2.30
2.79
3.39
3.99
4.78
BAYLOR
180
1.84
2.56
3.12
3.80
4.48
5.39
BAYLOR
360
2.18
3.03
3.71
4.52
5.36
6.48
BAYLOR
720
2.55
3.55
4.37
5.31
6.31
7.63
BAYLOR
1440
2.98
4.15
5.12
6.19
7.37
8.91
BEE
15
1.09
1.40
1.60
1.87
2.09
2.31
BEE
30
1.47
1.92
2.23
2.63
2.98
3.33
BEE
60
1.83
2.44
2.87
3.42
3.91
4.41
BEE
120
2.18
2.93
3.50
4.21
4.86
5.52
BEE
180
2.38
3.22
3.86
4.67
5.42
6.17
BEE
360
2.72
3.71
4.51
5.47
6.42
7.34
BEE
720
3.07
4.23
5.19
6.34
7.50
8.62
BEE
1440
3.46
4.79
5.95
7.30
8.71
10.05
BELL
15
0.89
1.17
1.35
1.59
1.81
2.07
BELL
30
1.26
1.65
1.93
2.31
2.63
3.04
BELL
60
1.63
2.16
2.54
3.09
3.54
4.13
BELL
120
1.99
2.66
3.16
3.88
4.47
5.24
BELL
180
2.19
2.95
3.52
4.34
5.01
5.90
BELL
360
2.54
3.45
4.16
5.14
5.99
7.08
BELL
720
2.89
3.99
4.84
6.01
7.04
8.35
BELL
1440
3.27
4.58
5.60
6.97
8.23
9.80
BEXAR
15
1.06
1.40
1.64
1.95
2.24
2.53
BEXAR
30
1.45
1.91
2.26
2.69
3.12
3.54
BEXAR
60
1.83
2.43
2.90
3.47
4.03
4.60
BEXAR
120
2.20
2.95
3.54
4.26
4.97
5.70
96
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BEXAR
180
2.41
3.26
3.91
4.74
5.54
6.36
BEXAR
360
2.77
3.81
4.59
5.62
6.56
7.58
BEXAR
720
3.16
4.42
5.32
6.59
7.71
8.93
BEXAR
1440
3.57
5.09
6.14
7.71
9.01
10.49
BLANCO
15
0.95
1.21
1.40
1.65
1.89
2.10
BLANCO
30
1.31
1.67
1.97
2.35
2.71
3.06
BLANCO
60
1.67
2.15
2.56
3.08
3.59
4.10
BLANCO
120
2.03
2.65
3.16
3.84
4.52
5.19
BLANCO
180
2.25
2.95
3.53
4.29
5.08
5.85
BLANCO
360
2.64
3.49
4.19
5.11
6.11
7.04
BLANCO
720
3.05
4.09
4.92
6.01
7.25
8.36
BLANCO
1440
3.52
4.77
5.74
7.02
8.55
9.86
BORDEN
15
0.70
0.95
1.12
1.35
1.56
1.78
BORDEN
30
0.95
1.30
1.55
1.88
2.19
2.54
BORDEN
60
1.21
1.65
1.98
2.44
2.85
3.33
BORDEN
120
1.45
2.01
2.42
2.99
3.51
4.11
BORDEN
180
1.60
2.22
2.67
3.32
3.89
4.56
BORDEN
360
1.85
2.59
3.12
3.91
4.56
5.35
BORDEN
720
2.12
3.00
3.61
4.55
5.27
6.18
BORDEN
1440
2.41
3.45
4.14
5.26
6.05
7.08
BOSQUE
15
0.91
1.20
1.41
1.65
1.90
2.17
BOSQUE
30
1.25
1.66
1.96
2.30
2.65
3.04
BOSQUE
60
1.59
2.12
2.52
2.97
3.44
3.97
BOSQUE
120
1.93
2.59
3.09
3.67
4.26
4.92
BOSQUE
180
2.14
2.87
3.43
4.09
4.75
5.49
BOSQUE
360
2.49
3.37
4.04
4.85
5.65
6.54
BOSQUE
720
2.88
3.92
4.70
5.70
6.65
7.69
BOSQUE
1440
3.31
4.54
5.44
6.66
7.78
9.00
BOWIE
15
0.95
1.22
1.44
1.67
1.91
2.18
BOWIE
30
1.33
1.69
2.00
2.29
2.63
3.00
BOWIE
60
1.73
2.20
2.60
2.99
3.43
3.91
BOWIE
120
2.14
2.73
3.24
3.75
4.30
4.91
BOWIE
180
2.39
3.06
3.65
4.23
4.87
5.55
BOWIE
360
2.85
3.69
4.41
5.16
5.95
6.76
BOWIE
720
3.36
4.39
5.29
6.25
7.21
8.18
BOWIE
1440
3.94
5.21
6.31
7.55
8.72
9.87
BRAZORIA
15
1.13
1.46
1.69
1.96
2.20
2.47
BRAZORIA
30
1.58
2.05
2.38
2.80
3.18
3.61
BRAZORIA
60
2.05
2.69
3.13
3.72
4.28
4.89
BRAZORIA
120
2.52
3.35
3.93
4.70
5.46
6.29
BRAZORIA
180
2.81
3.75
4.42
5.31
6.19
7.17
BRAZORIA
360
3.33
4.50
5.33
6.44
7.55
8.80
BRAZORIA
720
3.91
5.34
6.37
7.71
9.09
10.66
BRAZORIA
1440
4.56
6.30
7.58
9.18
10.86
12.82
BRAZOS
15
1.00
1.31
1.55
1.86
2.16
2.49
BRAZOS
30
1.38
1.82
2.16
2.61
3.06
3.54
BRAZOS
60
1.75
2.34
2.78
3.39
4.00
4.64
BRAZOS
120
2.12
2.86
3.41
4.17
4.94
5.76
BRAZOS
180
2.34
3.16
3.78
4.64
5.50
6.43
BRAZOS
360
2.71
3.70
4.45
5.48
6.48
7.62
BRAZOS
720
3.11
4.27
5.16
6.39
7.55
8.91
BRAZOS
1440
3.54
4.91
5.96
7.41
8.72
10.35
BREWSTER
15
0.81
1.05
1.16
1.42
1.58
1.72
BREWSTER
30
1.02
1.35
1.50
1.86
2.10
2.31
BREWSTER
60
1.19
1.59
1.81
2.25
2.56
2.83
BREWSTER
120
1.30
1.78
2.08
2.56
2.93
3.27
BREWSTER
180
1.35
1.86
2.23
2.71
3.12
3.50
BREWSTER
360
1.42
1.98
2.48
2.93
3.39
3.84
BREWSTER
720
1.47
2.08
2.73
3.13
3.64
4.15
BREWSTER
1440
1.52
2.18
3.00
3.33
3.89
4.47
97
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BRISCOE
15
0.75
1.02
1.21
1.44
1.67
1.91
BRISCOE
30
1.00
1.39
1.67
2.04
2.39
2.76
BRISCOE
60
1.24
1.75
2.12
2.63
3.12
3.63
BRISCOE
120
1.48
2.09
2.55
3.18
3.81
4.45
BRISCOE
180
1.61
2.28
2.79
3.49
4.19
4.91
BRISCOE
360
1.84
2.60
3.22
3.99
4.83
5.66
BRISCOE
720
2.08
2.94
3.67
4.49
5.47
6.42
BRISCOE
1440
2.35
3.30
4.15
5.01
6.14
7.21
BROOKS
15
0.94
1.26
1.48
1.74
2.01
2.29
BROOKS
30
1.35
1.81
2.13
2.53
2.95
3.37
BROOKS
60
1.74
2.36
2.79
3.34
3.94
4.52
BROOKS
120
2.09
2.86
3.39
4.09
4.87
5.61
BROOKS
180
2.27
3.13
3.72
4.51
5.38
6.21
BROOKS
360
2.54
3.55
4.25
5.18
6.20
7.18
BROOKS
720
2.80
3.96
4.76
5.84
7.01
8.14
BROOKS
1440
3.05
4.38
5.28
6.52
7.83
9.11
BROWN
15
0.81
1.08
1.27
1.52
1.71
1.95
BROWN
30
1.13
1.50
1.76
2.10
2.38
2.74
BROWN
60
1.44
1.92
2.28
2.71
3.09
3.60
BROWN
120
1.73
2.34
2.78
3.34
3.83
4.50
BROWN
180
1.90
2.58
3.08
3.72
4.29
5.05
BROWN
360
2.18
2.99
3.61
4.42
5.12
6.05
BROWN
720
2.48
3.44
4.18
5.19
6.05
7.17
BROWN
1440
2.79
3.92
4.82
6.07
7.11
8.47
BURLESON
15
0.98
1.28
1.52
1.80
2.10
2.39
BURLESON
30
1.36
1.79
2.12
2.53
2.97
3.41
BURLESON
60
1.75
2.31
2.74
3.31
3.92
4.52
BURLESON
120
2.12
2.83
3.38
4.12
4.90
5.68
BURLESON
180
2.33
3.15
3.76
4.62
5.49
6.38
BURLESON
360
2.70
3.71
4.46
5.53
6.58
7.66
BURLESON
720
3.09
4.31
5.23
6.55
7.80
9.09
BURLESON
1440
3.51
4.99
6.10
7.72
9.20
10.74
BURNET
15
0.92
1.19
1.36
1.60
1.82
2.04
BURNET
30
1.24
1.62
1.89
2.24
2.57
2.91
BURNET
60
1.55
2.05
2.44
2.92
3.37
3.88
BURNET
120
1.86
2.48
2.99
3.60
4.21
4.89
BURNET
180
2.04
2.73
3.31
4.02
4.73
5.51
BURNET
360
2.36
3.17
3.89
4.76
5.67
6.66
BURNET
720
2.71
3.65
4.51
5.57
6.72
7.95
BURNET
1440
3.09
4.18
5.21
6.49
7.93
9.44
CALDWELL
15
1.03
1.36
1.60
1.93
2.24
2.57
CALDWELL
30
1.42
1.87
2.20
2.67
3.10
3.57
CALDWELL
60
1.81
2.38
2.82
3.43
3.99
4.61
CALDWELL
120
2.18
2.89
3.43
4.19
4.87
5.64
CALDWELL
180
2.40
3.20
3.80
4.64
5.40
6.26
CALDWELL
360
2.78
3.74
4.44
5.44
6.34
7.35
CALDWELL
720
3.19
4.33
5.15
6.31
7.36
8.53
CALDWELL
1440
3.62
4.98
5.93
7.27
8.50
9.85
CALHOUN
15
1.14
1.46
1.69
1.97
2.22
2.47
CALHOUN
30
1.60
2.05
2.38
2.81
3.20
3.58
CALHOUN
60
2.06
2.68
3.12
3.71
4.27
4.80
CALHOUN
120
2.53
3.31
3.89
4.65
5.39
6.09
CALHOUN
180
2.80
3.70
4.36
5.23
6.07
6.89
CALHOUN
360
3.29
4.39
5.21
6.30
7.31
8.36
CALHOUN
720
3.81
5.15
6.16
7.50
8.70
10.02
CALHOUN
1440
4.40
6.01
7.25
8.87
10.29
11.93
CALLAHAN
15
0.83
1.09
1.28
1.52
1.72
1.95
CALLAHAN
30
1.14
1.51
1.79
2.12
2.42
2.77
CALLAHAN
60
1.44
1.94
2.31
2.76
3.17
3.64
CALLAHAN
120
1.74
2.36
2.83
3.41
3.95
4.55
98
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CALLAHAN
180
1.92
2.60
3.14
3.81
4.43
5.10
CALLAHAN
360
2.22
3.04
3.69
4.53
5.30
6.11
CALLAHAN
720
2.55
3.50
4.29
5.33
6.28
7.23
CALLAHAN
1440
2.90
4.02
4.95
6.24
7.38
8.51
CAMERON
15
1.07
1.40
1.61
1.87
2.13
2.37
CAMERON
30
1.50
1.97
2.29
2.71
3.08
3.49
CAMERON
60
1.93
2.55
2.99
3.57
4.08
4.69
CAMERON
120
2.33
3.08
3.65
4.38
5.04
5.87
CAMERON
180
2.54
3.38
4.01
4.84
5.59
6.53
CAMERON
360
2.89
3.87
4.60
5.59
6.52
7.66
CAMERON
720
3.24
4.36
5.19
6.34
7.47
8.82
CAMERON
1440
3.59
4.88
5.81
7.14
8.50
10.05
CAMP
15
0.95
1.22
1.44
1.72
1.97
2.21
CAMP
30
1.33
1.71
2.00
2.38
2.71
3.04
CAMP
60
1.73
2.22
2.61
3.10
3.53
3.96
CAMP
120
2.14
2.75
3.26
3.87
4.42
4.97
CAMP
180
2.39
3.08
3.66
4.36
4.99
5.61
CAMP
360
2.83
3.68
4.41
5.28
6.06
6.84
CAMP
720
3.31
4.36
5.27
6.34
7.30
8.27
CAMP
1440
3.85
5.13
6.27
7.58
8.77
9.97
CARSON
15
0.74
1.04
1.24
1.55
1.83
2.15
CARSON
30
0.98
1.38
1.66
2.10
2.47
2.92
CARSON
60
1.21
1.71
2.07
2.63
3.09
3.66
CARSON
120
1.42
2.02
2.46
3.11
3.68
4.34
CARSON
180
1.54
2.19
2.69
3.38
4.02
4.71
CARSON
360
1.75
2.49
3.08
3.84
4.60
5.34
CARSON
720
1.97
2.79
3.49
4.30
5.21
5.97
CARSON
1440
2.21
3.11
3.94
4.79
5.88
6.63
CASS
15
0.93
1.18
1.37
1.62
1.88
2.15
CASS
30
1.32
1.68
1.95
2.30
2.65
3.03
CASS
60
1.73
2.22
2.58
3.05
3.51
4.01
CASS
120
2.14
2.77
3.25
3.86
4.46
5.09
CASS
180
2.39
3.11
3.68
4.37
5.05
5.79
CASS
360
2.83
3.72
4.47
5.34
6.19
7.12
CASS
720
3.31
4.40
5.37
6.45
7.51
8.68
CASS
1440
3.84
5.16
6.43
7.76
9.06
10.54
CASTRO
15
0.71
0.98
1.17
1.46
1.69
1.97
CASTRO
30
0.94
1.32
1.58
1.99
2.34
2.76
CASTRO
60
1.16
1.65
1.98
2.51
2.98
3.52
CASTRO
120
1.36
1.95
2.35
2.99
3.56
4.21
CASTRO
180
1.48
2.12
2.55
3.25
3.87
4.57
CASTRO
360
1.68
2.40
2.90
3.70
4.39
5.17
CASTRO
720
1.88
2.70
3.26
4.15
4.91
5.75
CASTRO
1440
2.10
3.01
3.65
4.62
5.44
6.34
CHAMBERS
15
1.10
1.35
1.52
1.74
1.94
2.21
CHAMBERS
30
1.56
1.96
2.24
2.60
2.94
3.37
CHAMBERS
60
2.05
2.64
3.07
3.62
4.14
4.80
CHAMBERS
120
2.57
3.39
3.99
4.78
5.53
6.48
CHAMBERS
180
2.89
3.86
4.59
5.54
6.44
7.60
CHAMBERS
360
3.48
4.76
5.73
7.00
8.22
9.79
CHAMBERS
720
4.15
5.81
7.08
8.74
10.36
12.44
CHAMBERS
1440
4.91
7.05
8.70
10.85
12.96
15.74
CHEROKEE
15
0.99
1.30
1.53
1.84
2.15
2.43
CHEROKEE
30
1.38
1.81
2.14
2.60
3.02
3.45
CHEROKEE
60
1.78
2.34
2.79
3.39
3.96
4.54
CHEROKEE
120
2.17
2.89
3.45
4.21
4.92
5.68
CHEROKEE
180
2.40
3.21
3.85
4.70
5.51
6.37
CHEROKEE
360
2.81
3.80
4.58
5.59
6.57
7.64
CHEROKEE
720
3.24
4.44
5.39
6.58
7.74
9.05
CHEROKEE
1440
3.72
5.17
6.30
7.69
9.08
10.67
99
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CHILDRESS
15
0.79
1.07
1.26
1.55
1.77
1.99
CHILDRESS
30
1.04
1.43
1.72
2.16
2.51
2.89
CHILDRESS
60
1.29
1.80
2.19
2.79
3.29
3.83
CHILDRESS
120
1.55
2.17
2.65
3.39
4.04
4.75
CHILDRESS
180
1.70
2.39
2.93
3.74
4.47
5.26
CHILDRESS
360
1.99
2.78
3.44
4.35
5.22
6.12
CHILDRESS
720
2.31
3.20
3.99
4.98
5.99
6.98
CHILDRESS
1440
2.67
3.68
4.61
5.67
6.82
7.88
CLAY
15
0.85
1.12
1.32
1.56
1.78
2.03
CLAY
30
1.15
1.53
1.83
2.18
2.53
2.91
CLAY
60
1.46
1.96
2.36
2.85
3.33
3.85
CLAY
120
1.78
2.41
2.90
3.54
4.15
4.83
CLAY
180
1.97
2.68
3.23
3.96
4.65
5.42
CLAY
360
2.33
3.18
3.84
4.73
5.54
6.49
CLAY
720
2.74
3.74
4.51
5.58
6.53
7.66
CLAY
1440
3.20
4.37
5.28
6.54
7.64
8.99
COCHRAN
15
0.69
0.97
1.16
1.47
1.71
2.01
COCHRAN
30
0.91
1.29
1.57
1.98
2.31
2.71
COCHRAN
60
1.12
1.59
1.95
2.46
2.89
3.39
COCHRAN
120
1.31
1.88
2.29
2.90
3.42
4.03
COCHRAN
180
1.41
2.03
2.48
3.15
3.72
4.39
COCHRAN
360
1.59
2.30
2.79
3.56
4.22
5.00
COCHRAN
720
1.76
2.58
3.11
3.98
4.73
5.63
COCHRAN
1440
1.96
2.88
3.43
4.42
5.27
6.31
COKE
15
0.75
1.00
1.16
1.34
1.50
1.66
COKE
30
1.02
1.37
1.61
1.91
2.16
2.43
COKE
60
1.29
1.75
2.08
2.50
2.87
3.27
COKE
120
1.55
2.11
2.54
3.09
3.59
4.12
COKE
180
1.70
2.33
2.82
3.43
4.00
4.63
COKE
360
1.97
2.70
3.31
4.02
4.74
5.52
COKE
720
2.25
3.11
3.85
4.66
5.53
6.48
COKE
1440
2.57
3.55
4.44
5.35
6.40
7.54
COLEMAN
15
0.81
1.09
1.29
1.55
1.78
2.01
COLEMAN
30
1.11
1.49
1.77
2.13
2.48
2.81
COLEMAN
60
1.40
1.90
2.25
2.73
3.20
3.65
COLEMAN
120
1.69
2.29
2.73
3.33
3.92
4.49
COLEMAN
180
1.85
2.53
3.02
3.69
4.35
4.99
COLEMAN
360
2.13
2.94
3.53
4.34
5.10
5.88
COLEMAN
720
2.42
3.38
4.10
5.05
5.92
6.84
COLEMAN
1440
2.74
3.87
4.73
5.85
6.82
7.90
COLLIN
15
0.95
1.22
1.45
1.70
1.94
2.19
COLLIN
30
1.30
1.67
1.97
2.31
2.62
2.97
COLLIN
60
1.68
2.14
2.53
2.97
3.37
3.83
COLLIN
120
2.06
2.64
3.12
3.67
4.19
4.77
COLLIN
180
2.29
2.94
3.49
4.11
4.71
5.37
COLLIN
360
2.70
3.50
4.17
4.94
5.72
6.52
COLLIN
720
3.16
4.13
4.95
5.89
6.89
7.85
COLLIN
1440
3.68
4.85
5.85
7.00
8.28
9.42
COLLINGSWORTH
15
0.78
1.07
1.29
1.58
1.84
2.11
COLLINGSWORTH
30
1.03
1.44
1.73
2.18
2.54
2.97
COLLINGSWORTH
60
1.29
1.80
2.18
2.78
3.27
3.86
COLLINGSWORTH
120
1.54
2.17
2.64
3.38
3.99
4.72
COLLINGSWORTH
180
1.70
2.38
2.91
3.73
4.42
5.21
COLLINGSWORTH
360
1.98
2.78
3.41
4.35
5.18
6.04
COLLINGSWORTH
720
2.28
3.21
3.96
5.01
6.02
6.92
COLLINGSWORTH
1440
2.62
3.69
4.58
5.75
6.95
7.86
COLORADO
15
1.09
1.43
1.66
1.94
2.21
2.51
COLORADO
30
1.50
1.96
2.29
2.71
3.13
3.58
COLORADO
60
1.91
2.50
2.94
3.51
4.10
4.73
COLORADO
120
2.30
3.03
3.59
4.33
5.08
5.90
100
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
COLORADO
180
2.53
3.34
3.98
4.83
5.67
6.61
COLORADO
360
2.92
3.89
4.66
5.72
6.72
7.89
COLORADO
720
3.33
4.49
5.41
6.69
7.86
9.29
COLORADO
1440
3.78
5.14
6.25
7.80
9.14
10.88
COMAL
15
1.01
1.31
1.51
1.80
2.07
2.33
COMAL
30
1.40
1.82
2.12
2.53
2.93
3.33
COMAL
60
1.79
2.34
2.76
3.31
3.85
4.41
COMAL
120
2.17
2.88
3.41
4.11
4.80
5.53
COMAL
180
2.39
3.19
3.79
4.59
5.38
6.21
COMAL
360
2.78
3.76
4.48
5.46
6.44
7.44
COMAL
720
3.20
4.38
5.23
6.43
7.63
8.81
COMAL
1440
3.65
5.08
6.08
7.52
8.99
10.37
COMANCHE
15
0.82
1.09
1.28
1.54
1.78
2.05
COMANCHE
30
1.15
1.53
1.80
2.15
2.49
2.88
COMANCHE
60
1.49
1.98
2.35
2.80
3.25
3.78
COMANCHE
120
1.81
2.42
2.90
3.47
4.05
4.72
COMANCHE
180
2.00
2.67
3.23
3.88
4.54
5.30
COMANCHE
360
2.31
3.11
3.80
4.64
5.44
6.37
COMANCHE
720
2.64
3.57
4.42
5.49
6.45
7.56
COMANCHE
1440
3.00
4.07
5.12
6.46
7.62
8.95
CONCHO
15
0.83
1.08
1.24
1.46
1.64
1.84
CONCHO
30
1.11
1.48
1.73
2.05
2.35
2.67
CONCHO
60
1.38
1.87
2.21
2.66
3.09
3.55
CONCHO
120
1.62
2.24
2.67
3.25
3.81
4.42
CONCHO
180
1.76
2.45
2.94
3.59
4.23
4.93
CONCHO
360
1.99
2.81
3.41
4.18
4.95
5.82
CONCHO
720
2.23
3.18
3.90
4.80
5.70
6.77
CONCHO
1440
2.47
3.57
4.42
5.48
6.52
7.80
COOKE
15
0.97
1.25
1.45
1.69
1.95
2.23
COOKE
30
1.28
1.66
1.94
2.28
2.61
2.99
COOKE
60
1.60
2.09
2.46
2.90
3.34
3.82
COOKE
120
1.92
2.55
3.02
3.57
4.13
4.74
COOKE
180
2.12
2.83
3.37
4.00
4.65
5.34
COOKE
360
2.48
3.37
4.04
4.81
5.63
6.50
COOKE
720
2.89
3.98
4.80
5.74
6.79
7.85
COOKE
1440
3.34
4.68
5.69
6.83
8.16
9.47
CORYELL
15
0.84
1.10
1.28
1.53
1.77
1.99
CORYELL
30
1.20
1.58
1.84
2.19
2.54
2.89
CORYELL
60
1.56
2.07
2.43
2.89
3.39
3.89
CORYELL
120
1.90
2.56
3.02
3.64
4.29
4.97
CORYELL
180
2.10
2.84
3.38
4.09
4.84
5.63
CORYELL
360
2.44
3.33
4.01
4.91
5.85
6.84
CORYELL
720
2.78
3.85
4.70
5.84
6.99
8.22
CORYELL
1440
3.16
4.42
5.46
6.90
8.31
9.83
COTTLE
15
0.78
1.05
1.24
1.52
1.75
2.01
COTTLE
30
1.03
1.42
1.70
2.11
2.46
2.86
COTTLE
60
1.28
1.80
2.16
2.72
3.20
3.76
COTTLE
120
1.53
2.16
2.62
3.32
3.94
4.64
COTTLE
180
1.69
2.38
2.89
3.68
4.38
5.16
COTTLE
360
1.96
2.77
3.38
4.30
5.13
6.04
COTTLE
720
2.27
3.20
3.90
4.97
5.93
6.95
COTTLE
1440
2.61
3.67
4.49
5.71
6.80
7.94
CRANE
15
0.75
1.03
1.22
1.45
1.67
1.88
CRANE
30
0.95
1.34
1.61
1.95
2.27
2.57
CRANE
60
1.14
1.62
1.96
2.41
2.84
3.22
CRANE
120
1.30
1.87
2.28
2.81
3.33
3.80
CRANE
180
1.39
2.01
2.46
3.03
3.60
4.12
CRANE
360
1.54
2.24
2.74
3.38
4.02
4.64
CRANE
720
1.69
2.47
3.03
3.71
4.44
5.15
CRANE
1440
1.85
2.71
3.33
4.05
4.86
5.68
101
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CROCKETT
15
0.85
1.13
1.33
1.56
1.79
2.03
CROCKETT
30
1.14
1.55
1.84
2.17
2.52
2.87
CROCKETT
60
1.41
1.94
2.32
2.77
3.24
3.71
CROCKETT
120
1.65
2.29
2.74
3.32
3.87
4.47
CROCKETT
180
1.78
2.47
2.97
3.61
4.21
4.89
CROCKETT
360
1.99
2.77
3.34
4.08
4.75
5.55
CROCKETT
720
2.20
3.06
3.69
4.54
5.26
6.19
CROCKETT
1440
2.41
3.35
4.05
5.01
5.77
6.84
CROSBY
15
0.74
0.99
1.16
1.37
1.57
1.78
CROSBY
30
0.98
1.35
1.61
1.93
2.26
2.59
CROSBY
60
1.23
1.71
2.06
2.50
2.98
3.45
CROSBY
120
1.46
2.05
2.49
3.05
3.67
4.28
CROSBY
180
1.60
2.25
2.73
3.37
4.06
4.75
CROSBY
360
1.84
2.59
3.15
3.92
4.72
5.55
CROSBY
720
2.11
2.95
3.58
4.50
5.40
6.37
CROSBY
1440
2.40
3.34
4.05
5.13
6.13
7.23
CULBERSON
15
0.81
0.93
1.13
1.36
1.58
1.77
CULBERSON
30
1.02
1.20
1.47
1.78
2.09
2.36
CULBERSON
60
1.21
1.44
1.76
2.16
2.56
2.92
CULBERSON
120
1.38
1.64
2.02
2.49
2.97
3.42
CULBERSON
180
1.47
1.75
2.16
2.67
3.20
3.70
CULBERSON
360
1.61
1.92
2.39
2.95
3.57
4.16
CULBERSON
720
1.76
2.09
2.61
3.23
3.95
4.64
CULBERSON
1440
1.91
2.26
2.84
3.52
4.34
5.14
DALLAM
15
0.71
0.98
1.23
1.51
1.79
2.14
DALLAM
30
0.90
1.24
1.59
1.96
2.34
2.81
DALLAM
60
1.08
1.49
1.93
2.38
2.85
3.42
DALLAM
120
1.25
1.72
2.23
2.75
3.31
3.97
DALLAM
180
1.35
1.86
2.40
2.96
3.56
4.27
DALLAM
360
1.52
2.10
2.69
3.30
3.98
4.77
DALLAM
720
1.70
2.35
2.99
3.65
4.41
5.26
DALLAM
1440
1.90
2.62
3.31
4.01
4.85
5.78
DALLAS
15
0.99
1.27
1.50
1.78
2.04
2.30
DALLAS
30
1.35
1.74
2.05
2.41
2.76
3.12
DALLAS
60
1.72
2.23
2.62
3.08
3.54
4.02
DALLAS
120
2.07
2.72
3.20
3.79
4.37
4.98
DALLAS
180
2.28
3.01
3.56
4.23
4.89
5.60
DALLAS
360
2.64
3.53
4.21
5.05
5.88
6.76
DALLAS
720
3.03
4.10
4.93
5.98
7.01
8.10
DALLAS
1440
3.45
4.73
5.75
7.05
8.33
9.67
DAWSON
15
0.70
0.95
1.13
1.38
1.58
1.81
DAWSON
30
0.93
1.28
1.53
1.89
2.18
2.53
DAWSON
60
1.16
1.61
1.94
2.41
2.80
3.27
DAWSON
120
1.39
1.94
2.35
2.92
3.41
4.02
DAWSON
180
1.52
2.13
2.59
3.23
3.78
4.46
DAWSON
360
1.76
2.47
3.02
3.78
4.43
5.25
DAWSON
720
2.01
2.84
3.48
4.37
5.14
6.10
DAWSON
1440
2.29
3.25
3.99
5.02
5.93
7.05
DEAFSMITH
15
0.71
0.99
1.19
1.47
1.70
1.98
DEAFSMITH
30
0.92
1.30
1.57
1.99
2.32
2.73
DEAFSMITH
60
1.12
1.59
1.94
2.47
2.91
3.44
DEAFSMITH
120
1.30
1.86
2.28
2.90
3.44
4.09
DEAFSMITH
180
1.41
2.02
2.48
3.14
3.74
4.43
DEAFSMITH
360
1.59
2.29
2.82
3.52
4.23
4.99
DEAFSMITH
720
1.77
2.58
3.18
3.90
4.73
5.55
DEAFSMITH
1440
1.98
2.88
3.56
4.30
5.24
6.12
DELTA
15
1.01
1.26
1.46
1.69
1.90
2.12
DELTA
30
1.38
1.72
1.98
2.28
2.56
2.87
DELTA
60
1.76
2.20
2.53
2.92
3.28
3.69
DELTA
120
2.15
2.70
3.12
3.61
4.08
4.61
102
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
DELTA
180
2.38
3.01
3.49
4.06
4.60
5.20
DELTA
360
2.80
3.58
4.19
4.90
5.59
6.34
DELTA
720
3.27
4.23
4.99
5.88
6.75
7.70
DELTA
1440
3.79
4.97
5.92
7.04
8.14
9.31
DENTON
15
0.98
1.24
1.47
1.71
1.99
2.26
DENTON
30
1.32
1.66
1.96
2.30
2.65
3.00
DENTON
60
1.65
2.09
2.47
2.91
3.34
3.78
DENTON
120
1.99
2.54
3.00
3.55
4.08
4.62
DENTON
180
2.19
2.81
3.33
3.94
4.55
5.15
DENTON
360
2.55
3.31
3.93
4.67
5.43
6.16
DENTON
720
2.93
3.88
4.60
5.50
6.44
7.32
DENTON
1440
3.37
4.52
5.36
6.45
7.62
8.69
DEWITT
15
1.11
1.47
1.72
2.03
2.33
2.67
DEWITT
30
1.50
2.00
2.34
2.78
3.22
3.69
DEWITT
60
1.87
2.52
2.97
3.55
4.12
4.74
DEWITT
120
2.24
3.03
3.58
4.31
5.02
5.78
DEWITT
180
2.45
3.32
3.94
4.75
5.55
6.39
DEWITT
360
2.83
3.83
4.58
5.55
6.48
7.47
DEWITT
720
3.22
4.36
5.27
6.41
7.48
8.63
DEWITT
1440
3.66
4.95
6.03
7.36
8.60
9.93
DICKENS
15
0.75
0.99
1.16
1.39
1.58
1.79
DICKENS
30
1.00
1.35
1.61
1.97
2.27
2.62
DICKENS
60
1.25
1.71
2.08
2.57
3.00
3.52
DICKENS
120
1.49
2.07
2.53
3.17
3.74
4.41
DICKENS
180
1.64
2.28
2.80
3.53
4.17
4.93
DICKENS
360
1.90
2.65
3.26
4.14
4.93
5.81
DICKENS
720
2.19
3.05
3.75
4.80
5.73
6.74
DICKENS
1440
2.51
3.49
4.29
5.52
6.61
7.74
DIMMIT
15
1.06
1.35
1.62
1.91
2.18
2.48
DIMMIT
30
1.42
1.87
2.27
2.73
3.13
3.65
DIMMIT
60
1.75
2.38
2.93
3.57
4.15
4.90
DIMMIT
120
2.05
2.85
3.55
4.40
5.15
6.14
DIMMIT
180
2.21
3.11
3.91
4.88
5.72
6.83
DIMMIT
360
2.47
3.55
4.52
5.70
6.71
8.00
DIMMIT
720
2.73
3.98
5.15
6.56
7.76
9.20
DIMMIT
1440
2.99
4.44
5.83
7.51
8.92
10.51
DONLEY
15
0.76
1.04
1.25
1.53
1.76
2.07
DONLEY
30
1.01
1.41
1.68
2.11
2.44
2.91
DONLEY
60
1.25
1.77
2.12
2.68
3.14
3.76
DONLEY
120
1.49
2.12
2.56
3.24
3.84
4.58
DONLEY
180
1.63
2.33
2.82
3.57
4.25
5.04
DONLEY
360
1.88
2.69
3.29
4.13
4.97
5.84
DONLEY
720
2.15
3.07
3.80
4.73
5.75
6.66
DONLEY
1440
2.45
3.49
4.37
5.38
6.62
7.55
DUVAL
15
0.89
1.18
1.35
1.64
1.87
2.11
DUVAL
30
1.29
1.75
2.01
2.45
2.84
3.23
DUVAL
60
1.70
2.33
2.71
3.33
3.91
4.48
DUVAL
120
2.06
2.86
3.35
4.16
4.94
5.70
DUVAL
180
2.24
3.14
3.69
4.61
5.50
6.36
DUVAL
360
2.52
3.56
4.20
5.32
6.38
7.41
DUVAL
720
2.76
3.95
4.68
5.99
7.22
8.40
DUVAL
1440
2.99
4.32
5.14
6.66
8.05
9.39
EASTLAND
15
0.85
1.11
1.31
1.55
1.79
2.03
EASTLAND
30
1.18
1.56
1.85
2.17
2.49
2.84
EASTLAND
60
1.51
2.01
2.39
2.81
3.23
3.70
EASTLAND
120
1.83
2.44
2.93
3.48
4.00
4.60
EASTLAND
180
2.01
2.69
3.24
3.87
4.47
5.16
EASTLAND
360
2.32
3.12
3.79
4.60
5.33
6.17
EASTLAND
720
2.64
3.56
4.37
5.40
6.30
7.31
EASTLAND
1440
2.99
4.04
5.01
6.30
7.40
8.62
103
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ECTOR
15
0.71
1.00
1.19
1.44
1.66
1.92
ECTOR
30
0.95
1.33
1.59
1.95
2.26
2.62
ECTOR
60
1.16
1.63
1.97
2.45
2.84
3.32
ECTOR
120
1.35
1.91
2.33
2.90
3.39
3.97
ECTOR
180
1.46
2.07
2.53
3.16
3.69
4.33
ECTOR
360
1.64
2.33
2.86
3.59
4.21
4.95
ECTOR
720
1.81
2.59
3.21
4.02
4.75
5.59
ECTOR
1440
2.00
2.87
3.58
4.48
5.32
6.27
EDWARDS
15
0.90
1.17
1.38
1.62
1.87
2.17
EDWARDS
30
1.27
1.68
2.00
2.39
2.75
3.22
EDWARDS
60
1.64
2.21
2.67
3.22
3.73
4.39
EDWARDS
120
1.98
2.73
3.33
4.05
4.72
5.59
EDWARDS
180
2.16
3.02
3.70
4.54
5.31
6.30
EDWARDS
360
2.47
3.52
4.34
5.39
6.35
7.55
EDWARDS
720
2.78
4.03
5.00
6.29
7.47
8.91
EDWARDS
1440
3.10
4.58
5.72
7.29
8.73
10.44
ELLIS
15
0.77
1.01
1.24
1.45
1.63
1.84
ELLIS
30
0.98
1.32
1.61
1.87
2.14
2.43
ELLIS
60
1.18
1.61
1.96
2.28
2.63
3.02
ELLIS
120
1.36
1.87
2.29
2.68
3.12
3.62
ELLIS
180
1.46
2.01
2.48
2.93
3.42
3.99
ELLIS
360
1.63
2.26
2.82
3.37
3.95
4.66
ELLIS
720
1.80
2.52
3.19
3.86
4.54
5.43
ELLIS
1440
1.99
2.80
3.60
4.42
5.22
6.31
ELPASO
15
0.84
1.09
1.30
1.50
1.68
1.91
ELPASO
30
1.11
1.46
1.74
2.03
2.29
2.61
ELPASO
60
1.38
1.83
2.18
2.57
2.92
3.35
ELPASO
120
1.63
2.19
2.62
3.11
3.55
4.09
ELPASO
180
1.78
2.39
2.87
3.44
3.94
4.54
ELPASO
360
2.04
2.75
3.32
4.01
4.63
5.35
ELPASO
720
2.31
3.14
3.81
4.64
5.39
6.24
ELPASO
1440
2.61
3.55
4.35
5.35
6.26
7.26
ERATH
15
0.88
1.15
1.37
1.62
1.88
2.15
ERATH
30
1.21
1.60
1.90
2.23
2.57
2.95
ERATH
60
1.55
2.05
2.44
2.87
3.31
3.79
ERATH
120
1.88
2.50
3.00
3.54
4.09
4.68
ERATH
180
2.07
2.76
3.33
3.95
4.56
5.23
ERATH
360
2.41
3.23
3.92
4.69
5.45
6.25
ERATH
720
2.77
3.74
4.58
5.53
6.45
7.41
ERATH
1440
3.17
4.30
5.31
6.48
7.61
8.74
FALLS
15
0.93
1.23
1.44
1.74
2.02
2.35
FALLS
30
1.29
1.71
2.02
2.44
2.86
3.32
FALLS
60
1.66
2.22
2.62
3.18
3.74
4.35
FALLS
120
2.03
2.72
3.22
3.93
4.63
5.40
FALLS
180
2.24
3.02
3.59
4.39
5.16
6.02
FALLS
360
2.62
3.55
4.24
5.22
6.10
7.14
FALLS
720
3.02
4.12
4.96
6.14
7.12
8.36
FALLS
1440
3.46
4.75
5.76
7.17
8.25
9.73
FANNIN
15
1.02
1.29
1.48
1.71
1.94
2.17
FANNIN
30
1.38
1.73
1.99
2.31
2.62
2.95
FANNIN
60
1.74
2.20
2.53
2.95
3.35
3.79
FANNIN
120
2.11
2.68
3.11
3.63
4.15
4.70
FANNIN
180
2.33
2.99
3.47
4.07
4.66
5.28
FANNIN
360
2.72
3.55
4.15
4.88
5.62
6.39
FANNIN
720
3.16
4.18
4.93
5.81
6.75
7.67
FANNIN
1440
3.64
4.91
5.83
6.90
8.07
9.18
FAYETTE
15
1.03
1.35
1.59
1.91
2.21
2.51
FAYETTE
30
1.43
1.87
2.21
2.66
3.11
3.53
FAYETTE
60
1.83
2.40
2.85
3.46
4.05
4.63
FAYETTE
120
2.21
2.92
3.51
4.28
5.03
5.77
104
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
FAYETTE
180
2.43
3.24
3.90
4.77
5.62
6.46
FAYETTE
360
2.81
3.79
4.61
5.68
6.68
7.73
FAYETTE
720
3.20
4.39
5.39
6.68
7.86
9.15
FAYETTE
1440
3.63
5.05
6.26
7.83
9.20
10.79
FISHER
15
0.75
1.00
1.16
1.35
1.54
1.72
FISHER
30
1.02
1.38
1.62
1.93
2.24
2.55
FISHER
60
1.29
1.77
2.10
2.54
3.00
3.46
FISHER
120
1.57
2.16
2.58
3.16
3.76
4.37
FISHER
180
1.74
2.39
2.86
3.52
4.21
4.90
FISHER
360
2.03
2.82
3.37
4.17
5.00
5.82
FISHER
720
2.36
3.27
3.93
4.88
5.84
6.77
FISHER
1440
2.72
3.79
4.54
5.66
6.76
7.81
FLOYD
15
0.75
1.01
1.20
1.45
1.68
1.93
FLOYD
30
1.00
1.37
1.65
2.03
2.38
2.75
FLOYD
60
1.24
1.73
2.09
2.60
3.08
3.59
FLOYD
120
1.47
2.07
2.51
3.14
3.74
4.39
FLOYD
180
1.61
2.26
2.75
3.44
4.12
4.83
FLOYD
360
1.84
2.59
3.17
3.96
4.74
5.56
FLOYD
720
2.09
2.94
3.60
4.49
5.37
6.30
FLOYD
1440
2.36
3.31
4.06
5.06
6.04
7.06
FOARD
15
0.80
1.08
1.27
1.55
1.78
2.05
FOARD
30
1.05
1.44
1.72
2.13
2.48
2.90
FOARD
60
1.31
1.81
2.19
2.75
3.23
3.81
FOARD
120
1.58
2.20
2.67
3.38
3.98
4.72
FOARD
180
1.74
2.44
2.96
3.76
4.43
5.25
FOARD
360
2.05
2.87
3.49
4.44
5.21
6.17
FOARD
720
2.39
3.35
4.08
5.18
6.05
7.12
FOARD
1440
2.79
3.90
4.75
6.01
6.97
8.15
FORTBEND
15
1.11
1.38
1.58
1.79
1.98
2.16
FORTBEND
30
1.53
1.94
2.23
2.59
2.91
3.24
FORTBEND
60
1.97
2.53
2.94
3.49
3.99
4.52
FORTBEND
120
2.40
3.14
3.71
4.46
5.18
5.96
FORTBEND
180
2.65
3.51
4.18
5.07
5.93
6.88
FORTBEND
360
3.10
4.20
5.07
6.23
7.34
8.62
FORTBEND
720
3.59
4.97
6.09
7.55
8.99
10.67
FORTBEND
1440
4.13
5.84
7.27
9.12
10.94
13.13
FRANKLIN
15
0.98
1.26
1.46
1.72
1.97
2.22
FRANKLIN
30
1.35
1.73
2.01
2.35
2.68
3.02
FRANKLIN
60
1.74
2.23
2.59
3.02
3.45
3.89
FRANKLIN
120
2.14
2.75
3.21
3.76
4.29
4.84
FRANKLIN
180
2.39
3.07
3.61
4.22
4.82
5.45
FRANKLIN
360
2.83
3.67
4.34
5.10
5.83
6.60
FRANKLIN
720
3.33
4.35
5.18
6.12
7.00
7.94
FRANKLIN
1440
3.90
5.13
6.15
7.32
8.38
9.52
FREESTONE
15
1.02
1.33
1.56
1.86
2.16
2.42
FREESTONE
30
1.40
1.83
2.14
2.53
2.94
3.33
FREESTONE
60
1.78
2.33
2.74
3.24
3.77
4.29
FREESTONE
120
2.15
2.84
3.35
3.98
4.63
5.30
FREESTONE
180
2.37
3.14
3.72
4.42
5.15
5.92
FREESTONE
360
2.75
3.66
4.38
5.25
6.13
7.07
FREESTONE
720
3.16
4.23
5.11
6.18
7.22
8.37
FREESTONE
1440
3.61
4.86
5.93
7.24
8.48
9.87
FRIO
15
1.08
1.44
1.72
2.06
2.36
2.68
FRIO
30
1.44
1.96
2.37
2.88
3.34
3.82
FRIO
60
1.79
2.47
3.02
3.70
4.33
4.98
FRIO
120
2.12
2.96
3.63
4.47
5.26
6.09
FRIO
180
2.31
3.23
3.98
4.90
5.78
6.72
FRIO
360
2.64
3.70
4.58
5.62
6.65
7.76
FRIO
720
2.98
4.19
5.19
6.34
7.52
8.82
FRIO
1440
3.35
4.71
5.85
7.11
8.43
9.94
105
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GAINES
15
0.69
0.97
1.16
1.44
1.71
1.97
GAINES
30
0.91
1.28
1.56
1.94
2.31
2.68
GAINES
60
1.12
1.58
1.94
2.44
2.90
3.37
GAINES
120
1.32
1.86
2.30
2.91
3.46
4.03
GAINES
180
1.44
2.03
2.51
3.18
3.79
4.41
GAINES
360
1.64
2.31
2.87
3.64
4.35
5.08
GAINES
720
1.86
2.61
3.25
4.13
4.95
5.77
GAINES
1440
2.09
2.94
3.66
4.65
5.59
6.53
GALVESTON
15
1.13
1.44
1.66
1.95
2.20
2.50
GALVESTON
30
1.59
2.05
2.38
2.83
3.21
3.67
GALVESTON
60
2.06
2.70
3.17
3.80
4.34
5.00
GALVESTON
120
2.55
3.39
4.00
4.83
5.55
6.43
GALVESTON
180
2.85
3.81
4.52
5.47
6.30
7.32
GALVESTON
360
3.39
4.58
5.49
6.63
7.68
8.95
GALVESTON
720
3.99
5.44
6.58
7.93
9.24
10.79
GALVESTON
1440
4.67
6.43
7.84
9.43
11.04
12.91
GARZA
15
0.72
0.97
1.15
1.39
1.58
1.80
GARZA
30
0.97
1.33
1.59
1.94
2.24
2.58
GARZA
60
1.22
1.68
2.03
2.51
2.92
3.40
GARZA
120
1.47
2.03
2.46
3.06
3.57
4.20
GARZA
180
1.61
2.24
2.71
3.37
3.94
4.66
GARZA
360
1.85
2.60
3.13
3.93
4.58
5.43
GARZA
720
2.11
2.98
3.58
4.50
5.25
6.23
GARZA
1440
2.39
3.40
4.07
5.13
5.97
7.08
GILLESPIE
15
0.95
1.20
1.38
1.62
1.86
2.08
GILLESPIE
30
1.30
1.68
1.95
2.32
2.66
3.03
GILLESPIE
60
1.65
2.17
2.55
3.09
3.55
4.09
GILLESPIE
120
2.00
2.67
3.18
3.89
4.49
5.22
GILLESPIE
180
2.21
2.97
3.56
4.38
5.08
5.92
GILLESPIE
360
2.57
3.52
4.26
5.28
6.16
7.20
GILLESPIE
720
2.96
4.12
5.03
6.30
7.38
8.66
GILLESPIE
1440
3.39
4.80
5.92
7.46
8.80
10.35
GLASSCOCK
15
0.71
0.95
1.10
1.30
1.46
1.64
GLASSCOCK
30
0.97
1.32
1.55
1.86
2.11
2.41
GLASSCOCK
60
1.23
1.69
2.01
2.43
2.79
3.22
GLASSCOCK
120
1.47
2.03
2.43
2.97
3.46
4.01
GLASSCOCK
180
1.60
2.23
2.67
3.29
3.83
4.46
GLASSCOCK
360
1.81
2.55
3.07
3.81
4.47
5.19
GLASSCOCK
720
2.02
2.88
3.48
4.36
5.12
5.93
GLASSCOCK
1440
2.24
3.23
3.92
4.94
5.82
6.70
GOLIAD
15
1.13
1.44
1.65
1.92
2.16
2.44
GOLIAD
30
1.51
1.96
2.28
2.67
3.04
3.47
GOLIAD
60
1.88
2.49
2.93
3.46
3.99
4.59
GOLIAD
120
2.24
3.01
3.57
4.27
4.98
5.79
GOLIAD
180
2.44
3.31
3.96
4.78
5.60
6.54
GOLIAD
360
2.80
3.85
4.65
5.70
6.74
7.93
GOLIAD
720
3.18
4.43
5.40
6.73
8.02
9.51
GOLIAD
1440
3.60
5.08
6.24
7.90
9.49
11.35
GONZALES
15
1.08
1.42
1.65
2.00
2.31
2.64
GONZALES
30
1.47
1.94
2.27
2.73
3.16
3.63
GONZALES
60
1.86
2.46
2.90
3.48
4.04
4.67
GONZALES
120
2.22
2.96
3.52
4.25
4.95
5.76
GONZALES
180
2.43
3.25
3.88
4.72
5.50
6.42
GONZALES
360
2.78
3.77
4.53
5.57
6.50
7.63
GONZALES
720
3.15
4.32
5.22
6.51
7.61
9.00
GONZALES
1440
3.54
4.93
5.98
7.57
8.88
10.56
GRAY
15
0.76
1.06
1.28
1.59
1.86
2.17
GRAY
30
1.00
1.41
1.71
2.14
2.53
2.98
GRAY
60
1.24
1.76
2.14
2.68
3.19
3.76
GRAY
120
1.47
2.09
2.55
3.19
3.81
4.50
106
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GRAY
180
1.61
2.28
2.78
3.49
4.16
4.91
GRAY
360
1.84
2.62
3.20
4.02
4.77
5.59
GRAY
720
2.10
2.97
3.63
4.57
5.40
6.29
GRAY
1440
2.37
3.36
4.11
5.17
6.07
7.03
GRAYSON
15
1.01
1.25
1.49
1.71
1.97
2.21
GRAYSON
30
1.34
1.67
1.99
2.30
2.65
2.97
GRAYSON
60
1.68
2.10
2.52
2.93
3.37
3.81
GRAYSON
120
2.02
2.56
3.07
3.60
4.16
4.73
GRAYSON
180
2.23
2.85
3.42
4.03
4.67
5.32
GRAYSON
360
2.59
3.39
4.08
4.84
5.63
6.45
GRAYSON
720
3.00
4.01
4.82
5.77
6.75
7.77
GRAYSON
1440
3.45
4.72
5.68
6.86
8.07
9.35
GREGG
15
0.95
1.23
1.45
1.69
1.97
2.25
GREGG
30
1.34
1.73
2.05
2.38
2.78
3.18
GREGG
60
1.74
2.26
2.68
3.12
3.66
4.20
GREGG
120
2.14
2.81
3.35
3.92
4.60
5.29
GREGG
180
2.38
3.14
3.75
4.42
5.18
5.97
GREGG
360
2.80
3.74
4.50
5.36
6.27
7.24
GREGG
720
3.26
4.40
5.33
6.43
7.51
8.71
GREGG
1440
3.78
5.16
6.28
7.68
8.96
10.42
GRIMES
15
1.04
1.35
1.59
1.86
2.13
2.46
GRIMES
30
1.42
1.87
2.22
2.62
3.03
3.53
GRIMES
60
1.80
2.40
2.88
3.43
4.02
4.70
GRIMES
120
2.17
2.93
3.55
4.26
5.03
5.89
GRIMES
180
2.39
3.25
3.95
4.76
5.64
6.62
GRIMES
360
2.77
3.83
4.66
5.67
6.74
7.91
GRIMES
720
3.19
4.46
5.45
6.68
7.97
9.35
GRIMES
1440
3.64
5.16
6.33
7.83
9.39
11.00
GUADALUPE
15
1.05
1.39
1.62
1.91
2.20
2.51
GUADALUPE
30
1.44
1.90
2.22
2.61
3.01
3.45
GUADALUPE
60
1.82
2.40
2.81
3.33
3.84
4.43
GUADALUPE
120
2.19
2.90
3.41
4.06
4.70
5.45
GUADALUPE
180
2.40
3.20
3.77
4.51
5.22
6.07
GUADALUPE
360
2.76
3.73
4.40
5.31
6.18
7.21
GUADALUPE
720
3.14
4.29
5.09
6.21
7.24
8.49
GUADALUPE
1440
3.56
4.92
5.86
7.22
8.45
9.96
HALE
15
0.72
0.97
1.15
1.40
1.60
1.83
HALE
30
0.97
1.33
1.59
1.96
2.28
2.61
HALE
60
1.20
1.68
2.02
2.53
2.97
3.41
HALE
120
1.43
2.01
2.43
3.05
3.62
4.17
HALE
180
1.56
2.20
2.67
3.35
3.98
4.60
HALE
360
1.78
2.52
3.07
3.83
4.59
5.32
HALE
720
2.02
2.85
3.48
4.33
5.21
6.05
HALE
1440
2.27
3.21
3.92
4.85
5.87
6.83
HALL
15
0.76
1.05
1.25
1.51
1.74
2.01
HALL
30
1.02
1.42
1.70
2.10
2.45
2.87
HALL
60
1.27
1.79
2.16
2.71
3.19
3.77
HALL
120
1.52
2.15
2.61
3.29
3.91
4.63
HALL
180
1.66
2.35
2.87
3.62
4.31
5.11
HALL
360
1.93
2.72
3.34
4.19
5.00
5.90
HALL
720
2.22
3.11
3.84
4.78
5.72
6.70
HALL
1440
2.53
3.53
4.39
5.41
6.48
7.53
HAMILTON
15
0.85
1.11
1.32
1.57
1.83
2.04
HAMILTON
30
1.18
1.56
1.84
2.19
2.57
2.88
HAMILTON
60
1.52
2.01
2.39
2.85
3.36
3.80
HAMILTON
120
1.84
2.47
2.95
3.54
4.19
4.78
HAMILTON
180
2.03
2.73
3.28
3.96
4.70
5.38
HAMILTON
360
2.35
3.20
3.89
4.72
5.65
6.51
HAMILTON
720
2.69
3.69
4.54
5.58
6.72
7.80
HAMILTON
1440
3.07
4.24
5.28
6.57
7.95
9.30
107
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HANSFORD
15
0.75
1.04
1.27
1.57
1.86
2.18
HANSFORD
30
0.98
1.37
1.67
2.07
2.46
2.89
HANSFORD
60
1.19
1.67
2.04
2.54
3.02
3.55
HANSFORD
120
1.38
1.94
2.37
2.96
3.51
4.14
HANSFORD
180
1.49
2.08
2.55
3.19
3.78
4.46
HANSFORD
360
1.66
2.32
2.84
3.58
4.23
5.00
HANSFORD
720
1.84
2.56
3.13
3.98
4.68
5.53
HANSFORD
1440
2.03
2.80
3.43
4.39
5.14
6.08
HARDEMAN
15
0.80
1.04
1.21
1.47
1.67
1.95
HARDEMAN
30
1.05
1.41
1.67
2.08
2.41
2.84
HARDEMAN
60
1.31
1.78
2.14
2.71
3.19
3.79
HARDEMAN
120
1.58
2.16
2.62
3.34
3.96
4.75
HARDEMAN
180
1.75
2.39
2.90
3.69
4.41
5.29
HARDEMAN
360
2.06
2.81
3.42
4.31
5.16
6.22
HARDEMAN
720
2.40
3.26
3.98
4.96
5.94
7.17
HARDEMAN
1440
2.79
3.78
4.61
5.65
6.78
8.19
HARDIN
15
1.09
1.34
1.53
1.80
2.01
2.27
HARDIN
30
1.54
1.93
2.23
2.65
3.01
3.43
HARDIN
60
2.03
2.59
3.04
3.65
4.20
4.85
HARDIN
120
2.55
3.31
3.94
4.79
5.57
6.49
HARDIN
180
2.87
3.76
4.51
5.53
6.46
7.57
HARDIN
360
3.46
4.61
5.61
6.96
8.19
9.66
HARDIN
720
4.12
5.60
6.90
8.65
10.26
12.17
HARDIN
1440
4.88
6.75
8.44
10.70
12.77
15.25
HARRIS
15
1.12
1.43
1.64
1.91
2.15
2.43
HARRIS
30
1.53
1.99
2.32
2.73
3.12
3.56
HARRIS
60
1.95
2.59
3.03
3.62
4.19
4.82
HARRIS
120
2.39
3.20
3.78
4.56
5.32
6.17
HARRIS
180
2.66
3.58
4.24
5.14
6.02
7.00
HARRIS
360
3.14
4.27
5.07
6.20
7.30
8.51
HARRIS
720
3.68
5.03
6.00
7.38
8.74
10.20
HARRIS
1440
4.29
5.90
7.05
8.73
10.39
12.12
HARRISON
15
0.94
1.22
1.42
1.67
1.92
2.16
HARRISON
30
1.32
1.72
2.01
2.40
2.77
3.13
HARRISON
60
1.72
2.26
2.64
3.18
3.68
4.18
HARRISON
120
2.12
2.80
3.30
3.99
4.63
5.27
HARRISON
180
2.37
3.13
3.70
4.48
5.20
5.92
HARRISON
360
2.81
3.73
4.42
5.36
6.25
7.10
HARRISON
720
3.29
4.39
5.23
6.34
7.40
8.39
HARRISON
1440
3.83
5.14
6.14
7.44
8.71
9.84
HARTLEY
15
0.74
1.03
1.24
1.55
1.80
2.11
HARTLEY
30
0.94
1.33
1.61
2.03
2.36
2.79
HARTLEY
60
1.12
1.60
1.95
2.46
2.90
3.44
HARTLEY
120
1.28
1.84
2.27
2.85
3.39
4.02
HARTLEY
180
1.37
1.98
2.44
3.05
3.66
4.34
HARTLEY
360
1.51
2.20
2.74
3.40
4.14
4.87
HARTLEY
720
1.67
2.44
3.04
3.74
4.63
5.42
HARTLEY
1440
1.83
2.69
3.37
4.09
5.15
5.99
HASKELL
15
0.82
1.05
1.21
1.40
1.59
1.77
HASKELL
30
1.09
1.44
1.69
2.01
2.32
2.63
HASKELL
60
1.36
1.84
2.19
2.67
3.11
3.58
HASKELL
120
1.63
2.25
2.71
3.34
3.93
4.57
HASKELL
180
1.80
2.49
3.01
3.74
4.41
5.15
HASKELL
360
2.09
2.92
3.57
4.45
5.27
6.17
HASKELL
720
2.41
3.39
4.18
5.23
6.19
7.26
HASKELL
1440
2.76
3.92
4.87
6.10
7.21
8.46
HAYS
15
0.97
1.27
1.47
1.75
2.03
2.30
HAYS
30
1.35
1.77
2.07
2.46
2.88
3.29
HAYS
60
1.74
2.29
2.68
3.21
3.79
4.36
HAYS
120
2.13
2.81
3.31
3.97
4.71
5.45
108
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HAYS
180
2.35
3.12
3.69
4.43
5.27
6.11
HAYS
360
2.74
3.68
4.36
5.26
6.29
7.30
HAYS
720
3.16
4.28
5.09
6.17
7.41
8.61
HAYS
1440
3.62
4.96
5.92
7.19
8.68
10.11
HEMPHILL
15
0.78
1.10
1.31
1.64
1.96
2.31
HEMPHILL
30
1.02
1.44
1.73
2.17
2.59
3.08
HEMPHILL
60
1.26
1.78
2.15
2.70
3.21
3.83
HEMPHILL
120
1.49
2.11
2.56
3.20
3.80
4.54
HEMPHILL
180
1.63
2.30
2.80
3.50
4.14
4.96
HEMPHILL
360
1.87
2.64
3.23
4.01
4.73
5.67
HEMPHILL
720
2.14
3.02
3.70
4.57
5.36
6.43
HEMPHILL
1440
2.42
3.43
4.22
5.18
6.05
7.26
HENDERSON
15
1.00
1.31
1.53
1.83
2.09
2.41
HENDERSON
30
1.39
1.81
2.12
2.53
2.89
3.33
HENDERSON
60
1.78
2.32
2.73
3.26
3.72
4.31
HENDERSON
120
2.16
2.83
3.35
4.00
4.58
5.32
HENDERSON
180
2.39
3.14
3.71
4.45
5.11
5.95
HENDERSON
360
2.78
3.68
4.37
5.25
6.07
7.09
HENDERSON
720
3.20
4.26
5.09
6.14
7.14
8.38
HENDERSON
1440
3.66
4.91
5.90
7.14
8.35
9.86
HIDALGO
15
1.01
1.35
1.57
1.85
2.11
2.34
HIDALGO
30
1.41
1.90
2.22
2.65
3.06
3.46
HIDALGO
60
1.79
2.43
2.86
3.46
4.02
4.63
HIDALGO
120
2.12
2.91
3.44
4.19
4.91
5.70
HIDALGO
180
2.29
3.16
3.75
4.58
5.38
6.26
HIDALGO
360
2.57
3.56
4.25
5.21
6.14
7.13
HIDALGO
720
2.84
3.94
4.74
5.81
6.86
7.94
HIDALGO
1440
3.10
4.32
5.23
6.41
7.58
8.72
HILL
15
0.96
1.25
1.47
1.72
1.97
2.25
HILL
30
1.31
1.73
2.03
2.40
2.75
3.16
HILL
60
1.68
2.22
2.61
3.10
3.58
4.12
HILL
120
2.04
2.71
3.20
3.81
4.43
5.11
HILL
180
2.25
3.01
3.55
4.25
4.94
5.71
HILL
360
2.62
3.53
4.19
5.02
5.87
6.78
HILL
720
3.03
4.11
4.88
5.88
6.89
7.97
HILL
1440
3.47
4.75
5.66
6.85
8.05
9.31
HOCKLEY
15
0.69
0.96
1.16
1.43
1.66
1.92
HOCKLEY
30
0.92
1.29
1.57
1.95
2.28
2.66
HOCKLEY
60
1.15
1.61
1.98
2.47
2.90
3.38
HOCKLEY
120
1.36
1.92
2.36
2.94
3.47
4.07
HOCKLEY
180
1.48
2.10
2.57
3.21
3.80
4.46
HOCKLEY
360
1.69
2.40
2.93
3.67
4.35
5.11
HOCKLEY
720
1.91
2.71
3.30
4.14
4.91
5.78
HOCKLEY
1440
2.15
3.06
3.69
4.64
5.52
6.50
HOOD
15
0.93
1.22
1.44
1.67
1.93
2.22
HOOD
30
1.26
1.66
1.95
2.29
2.63
3.01
HOOD
60
1.60
2.11
2.49
2.94
3.37
3.85
HOOD
120
1.93
2.56
3.04
3.60
4.15
4.74
HOOD
180
2.13
2.84
3.37
4.01
4.63
5.30
HOOD
360
2.48
3.33
3.99
4.76
5.52
6.33
HOOD
720
2.86
3.87
4.67
5.60
6.53
7.50
HOOD
1440
3.29
4.48
5.46
6.55
7.69
8.86
HOPKINS
15
0.99
1.26
1.48
1.73
1.95
2.18
HOPKINS
30
1.36
1.71
2.01
2.34
2.62
2.94
HOPKINS
60
1.75
2.20
2.59
3.01
3.37
3.81
HOPKINS
120
2.16
2.73
3.22
3.76
4.24
4.81
HOPKINS
180
2.40
3.06
3.62
4.25
4.81
5.48
HOPKINS
360
2.86
3.68
4.39
5.20
5.93
6.80
HOPKINS
720
3.37
4.40
5.29
6.32
7.27
8.39
HOPKINS
1440
3.95
5.23
6.35
7.66
8.90
10.33
109
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HOUSTON
15
1.04
1.33
1.59
1.87
2.16
2.45
HOUSTON
30
1.43
1.84
2.21
2.62
3.03
3.48
HOUSTON
60
1.84
2.38
2.86
3.41
3.96
4.57
HOUSTON
120
2.23
2.91
3.51
4.21
4.92
5.70
HOUSTON
180
2.46
3.23
3.90
4.69
5.49
6.38
HOUSTON
360
2.86
3.81
4.60
5.56
6.54
7.61
HOUSTON
720
3.29
4.43
5.37
6.52
7.70
8.97
HOUSTON
1440
3.76
5.14
6.24
7.60
9.02
10.53
HOWARD
15
0.69
0.94
1.11
1.34
1.52
1.73
HOWARD
30
0.95
1.31
1.55
1.90
2.18
2.50
HOWARD
60
1.21
1.67
1.99
2.48
2.84
3.29
HOWARD
120
1.46
2.02
2.41
3.02
3.48
4.04
HOWARD
180
1.59
2.21
2.65
3.32
3.83
4.46
HOWARD
360
1.83
2.55
3.05
3.83
4.44
5.16
HOWARD
720
2.07
2.89
3.46
4.35
5.05
5.87
HOWARD
1440
2.32
3.26
3.90
4.90
5.71
6.61
HUDSPETH
15
0.63
0.88
1.08
1.29
1.47
1.69
HUDSPETH
30
0.75
1.07
1.33
1.59
1.84
2.12
HUDSPETH
60
0.85
1.24
1.54
1.87
2.18
2.52
HUDSPETH
120
0.95
1.38
1.73
2.12
2.48
2.89
HUDSPETH
180
1.01
1.46
1.84
2.26
2.66
3.11
HUDSPETH
360
1.11
1.59
2.03
2.51
2.95
3.47
HUDSPETH
720
1.22
1.73
2.22
2.77
3.25
3.86
HUDSPETH
1440
1.33
1.86
2.42
3.04
3.57
4.27
HUNT
15
1.01
1.25
1.49
1.75
2.01
2.28
HUNT
30
1.38
1.69
2.01
2.33
2.69
3.05
HUNT
60
1.77
2.16
2.55
2.96
3.42
3.89
HUNT
120
2.14
2.63
3.12
3.63
4.21
4.80
HUNT
180
2.37
2.92
3.47
4.06
4.72
5.38
HUNT
360
2.76
3.46
4.12
4.87
5.68
6.48
HUNT
720
3.18
4.05
4.85
5.81
6.80
7.77
HUNT
1440
3.64
4.73
5.68
6.92
8.12
9.30
HUTCHINSON
15
0.74
1.05
1.26
1.57
1.86
2.17
HUTCHINSON
30
0.98
1.38
1.67
2.08
2.48
2.92
HUTCHINSON
60
1.20
1.69
2.05
2.57
3.07
3.62
HUTCHINSON
120
1.40
1.98
2.41
3.02
3.60
4.25
HUTCHINSON
180
1.52
2.15
2.61
3.27
3.89
4.59
HUTCHINSON
360
1.71
2.42
2.95
3.69
4.37
5.15
HUTCHINSON
720
1.91
2.71
3.30
4.13
4.86
5.70
HUTCHINSON
1440
2.13
3.01
3.68
4.58
5.36
6.27
IRION
15
0.79
1.05
1.21
1.42
1.62
1.82
IRION
30
1.06
1.44
1.69
2.02
2.33
2.66
IRION
60
1.33
1.81
2.16
2.62
3.05
3.52
IRION
120
1.56
2.16
2.58
3.16
3.72
4.33
IRION
180
1.69
2.34
2.82
3.46
4.07
4.76
IRION
360
1.91
2.65
3.19
3.92
4.64
5.42
IRION
720
2.12
2.95
3.56
4.37
5.18
6.04
IRION
1440
2.34
3.27
3.94
4.82
5.72
6.65
JACK
15
0.93
1.20
1.41
1.67
1.91
2.16
JACK
30
1.24
1.62
1.91
2.27
2.61
2.97
JACK
60
1.55
2.04
2.42
2.90
3.34
3.82
JACK
120
1.86
2.47
2.94
3.53
4.09
4.69
JACK
180
2.04
2.72
3.25
3.92
4.55
5.22
JACK
360
2.37
3.19
3.82
4.62
5.38
6.19
JACK
720
2.72
3.69
4.44
5.40
6.30
7.26
JACK
1440
3.12
4.25
5.14
6.28
7.34
8.48
JACKSON
15
1.13
1.47
1.71
2.02
2.29
2.56
JACKSON
30
1.57
2.04
2.40
2.82
3.23
3.65
JACKSON
60
2.01
2.64
3.12
3.68
4.22
4.82
JACKSON
120
2.45
3.24
3.85
4.56
5.26
6.04
110
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
JACKSON
180
2.72
3.60
4.29
5.10
5.89
6.78
JACKSON
360
3.18
4.25
5.09
6.09
7.05
8.14
JACKSON
720
3.68
4.96
5.96
7.20
8.34
9.65
JACKSON
1440
4.23
5.75
6.95
8.46
9.83
11.39
JASPER
15
1.07
1.35
1.54
1.82
2.07
2.33
JASPER
30
1.51
1.92
2.22
2.64
3.05
3.48
JASPER
60
1.97
2.53
2.98
3.57
4.17
4.81
JASPER
120
2.44
3.19
3.79
4.59
5.39
6.28
JASPER
180
2.73
3.59
4.29
5.22
6.16
7.21
JASPER
360
3.25
4.34
5.24
6.43
7.60
8.96
JASPER
720
3.82
5.18
6.31
7.82
9.25
10.98
JASPER
1440
4.47
6.16
7.57
9.45
11.20
13.36
JEFFDAVIS
15
0.72
0.95
1.11
1.27
1.44
1.60
JEFFDAVIS
30
0.94
1.27
1.49
1.72
1.96
2.19
JEFFDAVIS
60
1.12
1.54
1.81
2.12
2.44
2.74
JEFFDAVIS
120
1.26
1.75
2.07
2.45
2.83
3.21
JEFFDAVIS
180
1.32
1.84
2.20
2.60
3.03
3.45
JEFFDAVIS
360
1.40
1.98
2.38
2.84
3.32
3.83
JEFFDAVIS
720
1.47
2.09
2.53
3.05
3.59
4.19
JEFFDAVIS
1440
1.53
2.20
2.68
3.25
3.84
4.54
JEFFERSON
15
1.13
1.42
1.63
1.90
2.17
2.44
JEFFERSON
30
1.60
2.07
2.40
2.81
3.23
3.68
JEFFERSON
60
2.11
2.77
3.25
3.84
4.45
5.11
JEFFERSON
120
2.65
3.52
4.16
4.96
5.77
6.66
JEFFERSON
180
2.97
3.97
4.71
5.65
6.58
7.62
JEFFERSON
360
3.58
4.80
5.74
6.92
8.08
9.37
JEFFERSON
720
4.26
5.73
6.88
8.36
9.77
11.35
JEFFERSON
1440
5.04
6.79
8.20
10.02
11.73
13.62
JIMHOGG
15
0.91
1.22
1.42
1.69
1.92
2.19
JIMHOGG
30
1.29
1.76
2.06
2.48
2.85
3.28
JIMHOGG
60
1.67
2.31
2.71
3.30
3.85
4.45
JIMHOGG
120
1.99
2.80
3.32
4.08
4.81
5.60
JIMHOGG
180
2.16
3.07
3.64
4.51
5.34
6.24
JIMHOGG
360
2.41
3.49
4.16
5.22
6.22
7.30
JIMHOGG
720
2.65
3.88
4.67
5.92
7.08
8.35
JIMHOGG
1440
2.88
4.28
5.19
6.65
7.98
9.46
JIMWELLS
15
0.99
1.31
1.52
1.78
2.05
2.28
JIMWELLS
30
1.39
1.84
2.15
2.54
2.98
3.37
JIMWELLS
60
1.77
2.38
2.79
3.33
3.96
4.52
JIMWELLS
120
2.13
2.89
3.41
4.08
4.89
5.60
JIMWELLS
180
2.33
3.18
3.76
4.50
5.41
6.19
JIMWELLS
360
2.66
3.66
4.36
5.20
6.26
7.15
JIMWELLS
720
2.99
4.16
4.99
5.92
7.12
8.09
JIMWELLS
1440
3.34
4.69
5.66
6.68
8.02
9.06
JOHNSON
15
0.96
1.27
1.50
1.76
2.02
2.31
JOHNSON
30
1.30
1.73
2.03
2.41
2.75
3.14
JOHNSON
60
1.64
2.20
2.58
3.07
3.50
4.00
JOHNSON
120
1.99
2.67
3.14
3.76
4.29
4.90
JOHNSON
180
2.19
2.96
3.48
4.18
4.78
5.46
JOHNSON
360
2.55
3.47
4.10
4.94
5.67
6.48
JOHNSON
720
2.95
4.03
4.80
5.79
6.68
7.64
JOHNSON
1440
3.39
4.66
5.59
6.76
7.84
8.98
JONES
15
0.79
1.04
1.20
1.38
1.57
1.75
JONES
30
1.08
1.44
1.69
1.98
2.29
2.58
JONES
60
1.37
1.85
2.20
2.63
3.07
3.51
JONES
120
1.65
2.26
2.71
3.30
3.87
4.48
JONES
180
1.82
2.50
3.02
3.69
4.35
5.06
JONES
360
2.12
2.92
3.56
4.40
5.21
6.09
JONES
720
2.44
3.38
4.15
5.18
6.14
7.21
JONES
1440
2.79
3.88
4.82
6.04
7.19
8.47
111
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KARNES
15
1.06
1.38
1.63
1.90
2.20
2.45
KARNES
30
1.45
1.91
2.27
2.67
3.11
3.49
KARNES
60
1.83
2.43
2.91
3.44
4.04
4.55
KARNES
120
2.18
2.93
3.51
4.18
4.93
5.57
KARNES
180
2.37
3.20
3.85
4.60
5.43
6.14
KARNES
360
2.68
3.67
4.43
5.31
6.29
7.11
KARNES
720
3.00
4.15
5.01
6.04
7.16
8.11
KARNES
1440
3.32
4.66
5.64
6.83
8.10
9.17
KAUFMAN
15
1.02
1.31
1.51
1.77
1.99
2.24
KAUFMAN
30
1.40
1.79
2.08
2.42
2.74
3.08
KAUFMAN
60
1.79
2.29
2.67
3.11
3.52
3.97
KAUFMAN
120
2.16
2.78
3.26
3.82
4.34
4.91
KAUFMAN
180
2.38
3.08
3.61
4.25
4.84
5.49
KAUFMAN
360
2.77
3.60
4.24
5.03
5.76
6.57
KAUFMAN
720
3.18
4.18
4.93
5.89
6.79
7.79
KAUFMAN
1440
3.63
4.82
5.70
6.88
7.98
9.20
KENDALL
15
1.00
1.27
1.46
1.73
1.97
2.24
KENDALL
30
1.39
1.79
2.08
2.49
2.84
3.26
KENDALL
60
1.80
2.33
2.74
3.31
3.81
4.40
KENDALL
120
2.19
2.89
3.42
4.17
4.83
5.59
KENDALL
180
2.42
3.23
3.84
4.69
5.46
6.32
KENDALL
360
2.82
3.83
4.58
5.64
6.60
7.64
KENDALL
720
3.24
4.49
5.41
6.68
7.89
9.12
KENDALL
1440
3.71
5.24
6.34
7.87
9.37
10.82
KENEDY
15
1.01
1.34
1.55
1.81
2.07
2.33
KENEDY
30
1.43
1.89
2.21
2.61
3.01
3.43
KENEDY
60
1.84
2.45
2.88
3.43
3.98
4.59
KENEDY
120
2.21
2.97
3.51
4.19
4.91
5.69
KENEDY
180
2.42
3.26
3.86
4.62
5.42
6.29
KENEDY
360
2.75
3.74
4.44
5.32
6.26
7.28
KENEDY
720
3.08
4.22
5.03
6.03
7.11
8.26
KENEDY
1440
3.42
4.73
5.65
6.77
7.99
9.27
KENT
15
0.73
0.96
1.13
1.31
1.48
1.65
KENT
30
0.99
1.32
1.58
1.84
2.12
2.41
KENT
60
1.25
1.68
2.03
2.41
2.79
3.23
KENT
120
1.51
2.05
2.48
2.97
3.48
4.05
KENT
180
1.66
2.27
2.74
3.30
3.88
4.52
KENT
360
1.93
2.66
3.19
3.89
4.59
5.33
KENT
720
2.22
3.09
3.68
4.53
5.37
6.17
KENT
1440
2.54
3.57
4.22
5.25
6.23
7.07
KERR
15
0.97
1.27
1.48
1.77
2.05
2.33
KERR
30
1.37
1.81
2.13
2.59
3.01
3.46
KERR
60
1.77
2.38
2.81
3.44
4.01
4.66
KERR
120
2.15
2.91
3.47
4.26
4.99
5.81
KERR
180
2.36
3.21
3.84
4.71
5.53
6.45
KERR
360
2.72
3.71
4.46
5.47
6.45
7.50
KERR
720
3.09
4.21
5.10
6.23
7.37
8.54
KERR
1440
3.49
4.74
5.77
7.02
8.35
9.62
KIMBLE
15
0.87
1.14
1.34
1.58
1.80
2.08
KIMBLE
30
1.22
1.63
1.94
2.33
2.71
3.13
KIMBLE
60
1.57
2.13
2.55
3.12
3.66
4.24
KIMBLE
120
1.88
2.59
3.12
3.85
4.56
5.30
KIMBLE
180
2.05
2.83
3.43
4.24
5.03
5.86
KIMBLE
360
2.33
3.23
3.92
4.85
5.76
6.76
KIMBLE
720
2.60
3.61
4.39
5.43
6.44
7.60
KIMBLE
1440
2.88
4.00
4.87
5.99
7.09
8.44
KING
15
0.79
1.00
1.17
1.33
1.50
1.69
KING
30
1.03
1.37
1.61
1.89
2.16
2.46
KING
60
1.28
1.73
2.06
2.47
2.87
3.31
KING
120
1.54
2.09
2.51
3.06
3.59
4.17
112
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KING
180
1.69
2.30
2.78
3.41
4.01
4.67
KING
360
1.97
2.68
3.25
4.02
4.75
5.54
KING
720
2.28
3.10
3.77
4.67
5.53
6.44
KING
1440
2.64
3.55
4.33
5.39
6.39
7.42
KINNEY
15
0.99
1.32
1.56
1.88
2.17
2.47
KINNEY
30
1.34
1.85
2.23
2.71
3.18
3.65
KINNEY
60
1.69
2.37
2.89
3.57
4.21
4.88
KINNEY
120
2.01
2.85
3.49
4.36
5.17
6.01
KINNEY
180
2.18
3.12
3.82
4.79
5.69
6.62
KINNEY
360
2.48
3.55
4.34
5.50
6.50
7.58
KINNEY
720
2.78
3.97
4.86
6.18
7.27
8.47
KINNEY
1440
3.10
4.42
5.38
6.89
8.04
9.36
KLEBERG
15
1.00
1.30
1.50
1.73
1.96
2.18
KLEBERG
30
1.42
1.84
2.16
2.52
2.87
3.24
KLEBERG
60
1.83
2.40
2.83
3.34
3.84
4.39
KLEBERG
120
2.22
2.93
3.48
4.14
4.79
5.53
KLEBERG
180
2.44
3.23
3.85
4.60
5.34
6.18
KLEBERG
360
2.80
3.73
4.47
5.38
6.28
7.30
KLEBERG
720
3.17
4.24
5.11
6.19
7.25
8.45
KLEBERG
1440
3.56
4.78
5.79
7.05
8.30
9.69
KNOX
15
0.81
1.04
1.19
1.36
1.56
1.76
KNOX
30
1.06
1.42
1.66
1.97
2.28
2.63
KNOX
60
1.33
1.81
2.16
2.62
3.08
3.61
KNOX
120
1.60
2.20
2.67
3.29
3.91
4.65
KNOX
180
1.76
2.44
2.98
3.69
4.41
5.27
KNOX
360
2.06
2.88
3.55
4.39
5.30
6.37
KNOX
720
2.40
3.36
4.18
5.16
6.28
7.55
KNOX
1440
2.78
3.90
4.89
6.02
7.37
8.87
LAMAR
15
1.02
1.28
1.49
1.74
1.96
2.20
LAMAR
30
1.38
1.75
2.03
2.37
2.68
3.01
LAMAR
60
1.75
2.23
2.61
3.05
3.47
3.91
LAMAR
120
2.11
2.73
3.23
3.79
4.34
4.91
LAMAR
180
2.33
3.03
3.61
4.26
4.90
5.55
LAMAR
360
2.72
3.59
4.34
5.16
5.98
6.80
LAMAR
720
3.15
4.22
5.17
6.21
7.26
8.27
LAMAR
1440
3.63
4.92
6.13
7.44
8.78
10.04
LAMB
15
0.77
1.03
1.23
1.51
1.71
1.98
LAMB
30
1.01
1.38
1.66
2.05
2.33
2.71
LAMB
60
1.26
1.73
2.09
2.59
2.96
3.47
LAMB
120
1.50
2.08
2.52
3.14
3.59
4.22
LAMB
180
1.65
2.29
2.78
3.46
3.96
4.67
LAMB
360
1.91
2.67
3.25
4.04
4.62
5.47
LAMB
720
2.20
3.09
3.76
4.67
5.35
6.36
LAMB
1440
2.53
3.56
4.33
5.38
6.17
7.35
LAMPASAS
15
0.83
1.10
1.29
1.55
1.79
2.06
LAMPASAS
30
1.13
1.52
1.80
2.18
2.53
2.93
LAMPASAS
60
1.43
1.94
2.31
2.81
3.29
3.84
LAMPASAS
120
1.71
2.33
2.80
3.42
4.03
4.72
LAMPASAS
180
1.86
2.56
3.08
3.77
4.45
5.24
LAMPASAS
360
2.13
2.94
3.55
4.37
5.19
6.13
LAMPASAS
720
2.40
3.33
4.05
5.00
5.97
7.06
LAMPASAS
1440
2.69
3.76
4.59
5.67
6.82
8.09
LASALLE
15
1.00
1.30
1.50
1.73
1.97
2.20
LASALLE
30
1.35
1.79
2.11
2.45
2.82
3.19
LASALLE
60
1.69
2.29
2.73
3.21
3.72
4.27
LASALLE
120
2.00
2.75
3.32
3.95
4.61
5.33
LASALLE
180
2.18
3.01
3.66
4.38
5.12
5.94
LASALLE
360
2.48
3.46
4.22
5.12
5.99
6.98
LASALLE
720
2.79
3.91
4.80
5.90
6.90
8.06
LASALLE
1440
3.12
4.40
5.42
6.76
7.90
9.25
113
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LAVACA
15
1.10
1.44
1.67
1.98
2.25
2.56
LAVACA
30
1.51
1.97
2.31
2.74
3.12
3.55
LAVACA
60
1.91
2.51
2.97
3.53
4.04
4.61
LAVACA
120
2.30
3.04
3.63
4.34
4.99
5.71
LAVACA
180
2.53
3.36
4.02
4.83
5.58
6.39
LAVACA
360
2.91
3.91
4.71
5.73
6.66
7.63
LAVACA
720
3.32
4.51
5.47
6.72
7.87
9.04
LAVACA
1440
3.76
5.17
6.31
7.86
9.27
10.67
LEE
15
0.97
1.28
1.52
1.82
2.13
2.43
LEE
30
1.37
1.80
2.14
2.56
3.01
3.45
LEE
60
1.76
2.33
2.78
3.35
3.96
4.55
LEE
120
2.14
2.85
3.43
4.16
4.92
5.67
LEE
180
2.35
3.16
3.81
4.65
5.50
6.35
LEE
360
2.71
3.70
4.50
5.55
6.55
7.56
LEE
720
3.09
4.29
5.25
6.55
7.70
8.90
LEE
1440
3.49
4.92
6.08
7.68
9.01
10.42
LEON
15
1.02
1.34
1.56
1.91
2.23
2.53
LEON
30
1.40
1.84
2.16
2.63
3.08
3.52
LEON
60
1.77
2.36
2.78
3.40
3.97
4.57
LEON
120
2.15
2.88
3.41
4.19
4.90
5.67
LEON
180
2.37
3.19
3.79
4.68
5.47
6.34
LEON
360
2.75
3.74
4.48
5.56
6.50
7.56
LEON
720
3.17
4.34
5.24
6.56
7.65
8.95
LEON
1440
3.64
5.01
6.09
7.69
8.96
10.53
LIBERTY
15
1.11
1.35
1.54
1.78
1.97
2.19
LIBERTY
30
1.57
1.93
2.22
2.58
2.90
3.26
LIBERTY
60
2.05
2.56
2.97
3.50
3.99
4.52
LIBERTY
120
2.56
3.23
3.79
4.51
5.19
5.96
LIBERTY
180
2.86
3.65
4.30
5.15
5.97
6.88
LIBERTY
360
3.42
4.42
5.26
6.36
7.45
8.66
LIBERTY
720
4.03
5.28
6.38
7.77
9.20
10.77
LIBERTY
1440
4.73
6.29
7.69
9.46
11.31
13.34
LIMESTONE
15
0.98
1.27
1.50
1.79
2.13
2.39
LIMESTONE
30
1.35
1.77
2.07
2.48
2.95
3.34
LIMESTONE
60
1.73
2.28
2.68
3.22
3.83
4.36
LIMESTONE
120
2.09
2.79
3.30
3.99
4.76
5.45
LIMESTONE
180
2.31
3.10
3.68
4.46
5.34
6.12
LIMESTONE
360
2.68
3.63
4.37
5.33
6.39
7.37
LIMESTONE
720
3.08
4.21
5.14
6.31
7.59
8.80
LIMESTONE
1440
3.52
4.85
6.02
7.43
8.96
10.45
LIPSCOMB
15
0.77
1.08
1.28
1.62
1.91
2.29
LIPSCOMB
30
1.01
1.41
1.69
2.11
2.52
3.01
LIPSCOMB
60
1.24
1.73
2.08
2.60
3.11
3.71
LIPSCOMB
120
1.46
2.05
2.47
3.08
3.68
4.37
LIPSCOMB
180
1.59
2.23
2.70
3.36
4.00
4.75
LIPSCOMB
360
1.82
2.55
3.11
3.86
4.57
5.41
LIPSCOMB
720
2.05
2.89
3.55
4.40
5.17
6.11
LIPSCOMB
1440
2.31
3.26
4.04
4.99
5.83
6.87
LIVEOAK
15
1.06
1.38
1.58
1.85
2.08
2.35
LIVEOAK
30
1.43
1.87
2.17
2.57
2.92
3.34
LIVEOAK
60
1.78
2.37
2.78
3.31
3.80
4.38
LIVEOAK
120
2.12
2.85
3.38
4.07
4.71
5.46
LIVEOAK
180
2.31
3.14
3.74
4.52
5.26
6.11
LIVEOAK
360
2.64
3.65
4.37
5.33
6.26
7.28
LIVEOAK
720
2.99
4.20
5.05
6.21
7.36
8.56
LIVEOAK
1440
3.37
4.80
5.80
7.21
8.60
10.01
LLANO
15
0.92
1.18
1.38
1.62
1.85
2.08
LLANO
30
1.21
1.58
1.87
2.21
2.55
2.91
LLANO
60
1.49
1.98
2.36
2.82
3.29
3.82
LLANO
120
1.77
2.37
2.87
3.46
4.07
4.78
114
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LLANO
180
1.93
2.61
3.18
3.85
4.56
5.38
LLANO
360
2.23
3.03
3.73
4.56
5.45
6.50
LLANO
720
2.55
3.49
4.34
5.36
6.46
7.77
LLANO
1440
2.90
4.00
5.03
6.28
7.63
9.24
LOVING
15
0.70
0.99
1.18
1.46
1.72
1.97
LOVING
30
0.90
1.30
1.56
1.96
2.32
2.67
LOVING
60
1.07
1.57
1.90
2.42
2.88
3.34
LOVING
120
1.23
1.82
2.21
2.84
3.39
3.94
LOVING
180
1.32
1.95
2.38
3.06
3.66
4.26
LOVING
360
1.46
2.16
2.67
3.44
4.10
4.79
LOVING
720
1.61
2.38
2.95
3.81
4.54
5.33
LOVING
1440
1.77
2.59
3.25
4.20
5.01
5.89
LUBBOCK
15
0.71
0.96
1.13
1.36
1.58
1.81
LUBBOCK
30
0.96
1.31
1.57
1.90
2.22
2.57
LUBBOCK
60
1.20
1.66
2.00
2.45
2.87
3.35
LUBBOCK
120
1.43
1.99
2.41
2.98
3.51
4.11
LUBBOCK
180
1.56
2.19
2.64
3.28
3.88
4.54
LUBBOCK
360
1.78
2.52
3.04
3.81
4.52
5.29
LUBBOCK
720
2.01
2.87
3.46
4.36
5.20
6.08
LUBBOCK
1440
2.26
3.25
3.91
4.96
5.95
6.92
LYNN
15
0.71
0.96
1.13
1.37
1.55
1.77
LYNN
30
0.95
1.30
1.56
1.90
2.17
2.53
LYNN
60
1.19
1.64
1.98
2.43
2.81
3.32
LYNN
120
1.42
1.97
2.39
2.96
3.45
4.10
LYNN
180
1.55
2.17
2.63
3.28
3.82
4.54
LYNN
360
1.78
2.52
3.05
3.82
4.46
5.32
LYNN
720
2.03
2.89
3.49
4.41
5.15
6.13
LYNN
1440
2.30
3.30
3.98
5.06
5.91
7.01
MADISON
15
1.02
1.33
1.55
1.88
2.17
2.45
MADISON
30
1.40
1.83
2.15
2.62
3.04
3.47
MADISON
60
1.78
2.35
2.78
3.40
3.98
4.58
MADISON
120
2.15
2.88
3.43
4.24
4.98
5.77
MADISON
180
2.37
3.20
3.83
4.75
5.60
6.51
MADISON
360
2.77
3.78
4.56
5.72
6.74
7.88
MADISON
720
3.19
4.43
5.38
6.81
8.04
9.43
MADISON
1440
3.67
5.16
6.31
8.08
9.55
11.24
MARION
15
0.93
1.20
1.41
1.64
1.90
2.18
MARION
30
1.32
1.70
2.00
2.32
2.70
3.09
MARION
60
1.73
2.23
2.63
3.07
3.58
4.10
MARION
120
2.14
2.78
3.30
3.87
4.53
5.21
MARION
180
2.38
3.12
3.72
4.38
5.13
5.90
MARION
360
2.81
3.73
4.50
5.33
6.27
7.21
MARION
720
3.28
4.42
5.39
6.43
7.58
8.73
MARION
1440
3.81
5.21
6.42
7.71
9.12
10.52
MARTIN
15
0.70
0.96
1.13
1.37
1.57
1.81
MARTIN
30
0.95
1.31
1.56
1.90
2.19
2.54
MARTIN
60
1.19
1.65
1.97
2.43
2.81
3.28
MARTIN
120
1.42
1.98
2.37
2.94
3.40
3.99
MARTIN
180
1.55
2.16
2.60
3.23
3.73
4.39
MARTIN
360
1.76
2.47
2.99
3.72
4.29
5.07
MARTIN
720
1.98
2.80
3.40
4.24
4.88
5.78
MARTIN
1440
2.21
3.14
3.85
4.79
5.50
6.54
MASON
15
0.89
1.14
1.32
1.54
1.77
1.98
MASON
30
1.18
1.56
1.83
2.15
2.49
2.83
MASON
60
1.47
1.97
2.35
2.78
3.24
3.73
MASON
120
1.75
2.38
2.86
3.41
4.01
4.67
MASON
180
1.91
2.61
3.16
3.79
4.48
5.23
MASON
360
2.18
3.02
3.69
4.47
5.33
6.25
MASON
720
2.47
3.45
4.25
5.22
6.26
7.38
MASON
1440
2.79
3.92
4.88
6.04
7.33
8.67
115
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MATAGORDA
15
1.13
1.45
1.66
1.92
2.17
2.41
MATAGORDA
30
1.59
2.05
2.36
2.74
3.13
3.49
MATAGORDA
60
2.08
2.69
3.12
3.65
4.20
4.73
MATAGORDA
120
2.56
3.36
3.93
4.65
5.38
6.12
MATAGORDA
180
2.85
3.77
4.44
5.28
6.13
7.02
MATAGORDA
360
3.37
4.51
5.38
6.47
7.56
8.76
MATAGORDA
720
3.93
5.34
6.45
7.85
9.24
10.82
MATAGORDA
1440
4.55
6.29
7.70
9.48
11.23
13.31
MAVERICK
15
1.04
1.38
1.63
1.94
2.23
2.52
MAVERICK
30
1.39
1.89
2.27
2.74
3.18
3.62
MAVERICK
60
1.71
2.39
2.91
3.58
4.17
4.79
MAVERICK
120
2.00
2.87
3.52
4.39
5.17
5.95
MAVERICK
180
2.16
3.13
3.87
4.87
5.75
6.61
MAVERICK
360
2.43
3.59
4.46
5.69
6.76
7.77
MAVERICK
720
2.69
4.06
5.08
6.57
7.84
8.99
MAVERICK
1440
2.96
4.56
5.74
7.53
9.06
10.35
MCCULLOCH
15
0.85
1.12
1.31
1.57
1.77
2.00
MCCULLOCH
30
1.13
1.51
1.77
2.15
2.47
2.82
MCCULLOCH
60
1.40
1.90
2.24
2.74
3.19
3.70
MCCULLOCH
120
1.65
2.27
2.70
3.33
3.91
4.57
MCCULLOCH
180
1.79
2.49
2.97
3.68
4.34
5.09
MCCULLOCH
360
2.04
2.87
3.45
4.31
5.10
6.01
MCCULLOCH
720
2.29
3.27
3.98
5.00
5.93
7.02
MCCULLOCH
1440
2.57
3.71
4.55
5.76
6.86
8.14
MCLENNAN
15
0.88
1.19
1.39
1.64
1.92
2.22
MCLENNAN
30
1.26
1.67
1.97
2.32
2.71
3.15
MCLENNAN
60
1.64
2.17
2.57
3.06
3.57
4.15
MCLENNAN
120
2.01
2.68
3.19
3.81
4.46
5.19
MCLENNAN
180
2.22
2.98
3.56
4.27
5.00
5.82
MCLENNAN
360
2.57
3.51
4.22
5.09
5.98
6.96
MCLENNAN
720
2.94
4.10
4.95
6.01
7.08
8.23
MCLENNAN
1440
3.33
4.74
5.78
7.05
8.34
9.69
MCMULLEN
15
1.04
1.37
1.59
1.84
2.08
2.32
MCMULLEN
30
1.41
1.89
2.21
2.59
2.95
3.34
MCMULLEN
60
1.76
2.40
2.83
3.36
3.85
4.40
MCMULLEN
120
2.09
2.89
3.43
4.11
4.74
5.46
MCMULLEN
180
2.27
3.16
3.77
4.54
5.27
6.07
MCMULLEN
360
2.57
3.63
4.36
5.29
6.18
7.12
MCMULLEN
720
2.87
4.12
4.98
6.08
7.17
8.24
MCMULLEN
1440
3.19
4.64
5.64
6.93
8.26
9.46
MEDINA
15
1.07
1.40
1.64
1.94
2.23
2.54
MEDINA
30
1.45
1.93
2.28
2.72
3.16
3.61
MEDINA
60
1.82
2.47
2.94
3.54
4.14
4.76
MEDINA
120
2.18
2.99
3.60
4.37
5.14
5.93
MEDINA
180
2.39
3.30
3.99
4.87
5.74
6.63
MEDINA
360
2.76
3.85
4.70
5.75
6.81
7.88
MEDINA
720
3.14
4.45
5.47
6.72
7.99
9.25
MEDINA
1440
3.56
5.10
6.33
7.82
9.33
10.82
MENARD
15
0.83
1.07
1.25
1.45
1.64
1.83
MENARD
30
1.14
1.51
1.79
2.11
2.42
2.74
MENARD
60
1.44
1.95
2.33
2.81
3.26
3.75
MENARD
120
1.70
2.36
2.85
3.48
4.10
4.78
MENARD
180
1.84
2.58
3.14
3.87
4.58
5.37
MENARD
360
2.06
2.95
3.63
4.52
5.39
6.37
MENARD
720
2.28
3.32
4.13
5.19
6.22
7.42
MENARD
1440
2.51
3.70
4.66
5.91
7.12
8.55
MIDLAND
15
0.71
0.97
1.16
1.38
1.59
1.79
MIDLAND
30
0.97
1.34
1.60
1.93
2.22
2.54
MIDLAND
60
1.22
1.68
2.02
2.46
2.85
3.28
MIDLAND
120
1.44
2.00
2.41
2.95
3.42
3.97
116
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MIDLAND
180
1.55
2.17
2.62
3.22
3.74
4.35
MIDLAND
360
1.75
2.45
2.98
3.66
4.27
4.97
MIDLAND
720
1.94
2.72
3.33
4.10
4.79
5.58
MIDLAND
1440
2.13
3.00
3.71
4.57
5.35
6.22
MILAM
15
0.95
1.24
1.48
1.75
2.06
2.38
MILAM
30
1.32
1.73
2.07
2.46
2.90
3.37
MILAM
60
1.70
2.24
2.68
3.21
3.80
4.43
MILAM
120
2.07
2.75
3.31
3.98
4.72
5.50
MILAM
180
2.28
3.05
3.69
4.44
5.28
6.15
MILAM
360
2.64
3.58
4.37
5.29
6.27
7.31
MILAM
720
3.01
4.15
5.12
6.23
7.38
8.59
MILAM
1440
3.41
4.78
5.96
7.29
8.64
10.04
MILLS
15
0.83
1.10
1.29
1.55
1.78
2.01
MILLS
30
1.15
1.52
1.79
2.15
2.47
2.85
MILLS
60
1.46
1.94
2.30
2.77
3.21
3.75
MILLS
120
1.75
2.35
2.80
3.40
3.97
4.66
MILLS
180
1.91
2.59
3.10
3.78
4.43
5.21
MILLS
360
2.18
2.99
3.62
4.46
5.26
6.21
MILLS
720
2.45
3.41
4.18
5.22
6.19
7.31
MILLS
1440
2.75
3.87
4.79
6.08
7.26
8.57
MITCHELL
15
0.70
0.94
1.10
1.30
1.45
1.64
MITCHELL
30
0.97
1.32
1.55
1.85
2.11
2.42
MITCHELL
60
1.24
1.70
2.02
2.43
2.81
3.26
MITCHELL
120
1.50
2.07
2.48
3.00
3.50
4.09
MITCHELL
180
1.65
2.28
2.75
3.34
3.90
4.57
MITCHELL
360
1.90
2.65
3.21
3.91
4.58
5.37
MITCHELL
720
2.17
3.04
3.71
4.52
5.30
6.20
MITCHELL
1440
2.46
3.47
4.26
5.19
6.08
7.08
MONTAGUE
15
0.90
1.18
1.39
1.63
1.90
2.17
MONTAGUE
30
1.21
1.61
1.90
2.24
2.61
2.99
MONTAGUE
60
1.52
2.04
2.42
2.88
3.36
3.85
MONTAGUE
120
1.84
2.49
2.96
3.55
4.15
4.76
MONTAGUE
180
2.04
2.76
3.29
3.96
4.64
5.32
MONTAGUE
360
2.40
3.26
3.89
4.72
5.54
6.35
MONTAGUE
720
2.79
3.81
4.57
5.58
6.57
7.52
MONTAGUE
1440
3.24
4.43
5.34
6.56
7.76
8.86
MONTGOMERY
15
1.08
1.35
1.56
1.81
2.06
2.30
MONTGOMERY
30
1.49
1.89
2.21
2.57
2.97
3.34
MONTGOMERY
60
1.91
2.45
2.90
3.41
3.99
4.53
MONTGOMERY
120
2.33
3.04
3.63
4.33
5.10
5.85
MONTGOMERY
180
2.58
3.40
4.09
4.90
5.80
6.69
MONTGOMERY
360
3.03
4.06
4.93
5.98
7.13
8.29
MONTGOMERY
720
3.52
4.79
5.88
7.22
8.66
10.15
MONTGOMERY
1440
4.07
5.63
6.98
8.68
10.48
12.39
MOORE
15
0.74
1.04
1.25
1.56
1.85
2.15
MOORE
30
0.96
1.36
1.64
2.05
2.42
2.85
MOORE
60
1.17
1.65
2.00
2.50
2.96
3.51
MOORE
120
1.35
1.92
2.33
2.91
3.47
4.11
MOORE
180
1.46
2.07
2.52
3.14
3.76
4.45
MOORE
360
1.64
2.32
2.84
3.52
4.25
5.01
MOORE
720
1.82
2.58
3.18
3.91
4.77
5.59
MOORE
1440
2.01
2.85
3.54
4.33
5.33
6.20
MORRIS
15
0.95
1.21
1.43
1.69
1.92
2.18
MORRIS
30
1.34
1.69
1.99
2.33
2.66
2.99
MORRIS
60
1.74
2.20
2.59
3.04
3.47
3.90
MORRIS
120
2.15
2.74
3.25
3.81
4.36
4.91
MORRIS
180
2.40
3.07
3.66
4.30
4.93
5.55
MORRIS
360
2.84
3.68
4.42
5.23
6.00
6.79
MORRIS
720
3.34
4.37
5.31
6.30
7.26
8.25
MORRIS
1440
3.89
5.16
6.34
7.56
8.74
9.99
117
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MOTLEY
15
0.77
1.01
1.16
1.37
1.56
1.75
MOTLEY
30
1.02
1.38
1.61
1.95
2.26
2.57
MOTLEY
60
1.27
1.74
2.06
2.53
2.98
3.45
MOTLEY
120
1.51
2.10
2.50
3.10
3.69
4.30
MOTLEY
180
1.66
2.30
2.76
3.42
4.09
4.77
MOTLEY
360
1.92
2.66
3.21
3.97
4.77
5.56
MOTLEY
720
2.20
3.04
3.69
4.54
5.45
6.34
MOTLEY
1440
2.52
3.45
4.21
5.14
6.18
7.15
NACOGDOCHES
15
1.01
1.28
1.51
1.74
1.99
2.23
NACOGDOCHES
30
1.41
1.80
2.15
2.51
2.90
3.27
NACOGDOCHES
60
1.82
2.35
2.82
3.32
3.86
4.41
NACOGDOCHES
120
2.22
2.89
3.49
4.15
4.85
5.57
NACOGDOCHES
180
2.45
3.21
3.89
4.65
5.43
6.27
NACOGDOCHES
360
2.86
3.78
4.58
5.52
6.47
7.51
NACOGDOCHES
720
3.29
4.39
5.33
6.47
7.58
8.86
NACOGDOCHES
1440
3.77
5.07
6.16
7.53
8.82
10.37
NAVARRO
15
1.01
1.29
1.51
1.79
2.06
2.34
NAVARRO
30
1.40
1.79
2.08
2.44
2.81
3.19
NAVARRO
60
1.79
2.30
2.68
3.13
3.59
4.10
NAVARRO
120
2.16
2.80
3.27
3.83
4.41
5.06
NAVARRO
180
2.37
3.10
3.63
4.27
4.91
5.65
NAVARRO
360
2.74
3.61
4.27
5.06
5.84
6.77
NAVARRO
720
3.13
4.15
4.96
5.94
6.89
8.03
NAVARRO
1440
3.55
4.75
5.74
6.95
8.10
9.51
NEWTON
15
1.09
1.37
1.57
1.84
2.05
2.28
NEWTON
30
1.51
1.94
2.24
2.65
3.01
3.39
NEWTON
60
1.96
2.55
2.99
3.57
4.10
4.69
NEWTON
120
2.44
3.21
3.79
4.58
5.32
6.14
NEWTON
180
2.73
3.62
4.30
5.22
6.09
7.08
NEWTON
360
3.27
4.38
5.23
6.45
7.55
8.87
NEWTON
720
3.88
5.26
6.31
7.87
9.24
10.97
NEWTON
1440
4.58
6.28
7.56
9.57
11.26
13.49
NOLAN
15
0.74
0.98
1.14
1.33
1.51
1.69
NOLAN
30
1.02
1.37
1.61
1.91
2.19
2.50
NOLAN
60
1.30
1.77
2.09
2.51
2.92
3.36
NOLAN
120
1.58
2.17
2.57
3.11
3.65
4.23
NOLAN
180
1.75
2.40
2.85
3.46
4.07
4.74
NOLAN
360
2.04
2.80
3.34
4.07
4.82
5.61
NOLAN
720
2.36
3.24
3.86
4.72
5.62
6.53
NOLAN
1440
2.72
3.72
4.42
5.44
6.49
7.53
NUECES
15
1.04
1.34
1.53
1.76
1.98
2.19
NUECES
30
1.44
1.87
2.16
2.54
2.89
3.24
NUECES
60
1.84
2.43
2.83
3.39
3.90
4.42
NUECES
120
2.23
2.99
3.53
4.26
4.95
5.67
NUECES
180
2.47
3.32
3.95
4.79
5.60
6.43
NUECES
360
2.88
3.93
4.73
5.75
6.77
7.83
NUECES
720
3.33
4.59
5.58
6.81
8.08
9.38
NUECES
1440
3.83
5.33
6.55
8.00
9.57
11.14
OCHILTREE
15
0.76
1.06
1.28
1.59
1.89
2.24
OCHILTREE
30
0.99
1.38
1.66
2.06
2.47
2.93
OCHILTREE
60
1.21
1.69
2.04
2.53
3.02
3.59
OCHILTREE
120
1.42
1.98
2.40
2.98
3.56
4.22
OCHILTREE
180
1.54
2.15
2.62
3.25
3.87
4.59
OCHILTREE
360
1.75
2.45
3.00
3.73
4.41
5.22
OCHILTREE
720
1.98
2.76
3.40
4.24
4.99
5.88
OCHILTREE
1440
2.21
3.10
3.85
4.81
5.62
6.61
OLDHAM
15
0.72
0.99
1.22
1.51
1.73
2.02
OLDHAM
30
0.92
1.29
1.59
1.99
2.30
2.72
OLDHAM
60
1.12
1.57
1.94
2.44
2.84
3.38
OLDHAM
120
1.30
1.83
2.27
2.84
3.34
3.96
118
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
OLDHAM
180
1.39
1.98
2.46
3.05
3.63
4.27
OLDHAM
360
1.56
2.24
2.79
3.42
4.11
4.78
OLDHAM
720
1.74
2.51
3.14
3.79
4.60
5.29
OLDHAM
1440
1.93
2.80
3.51
4.18
5.12
5.82
ORANGE
15
1.11
1.38
1.56
1.79
2.01
2.24
ORANGE
30
1.56
1.98
2.25
2.61
2.96
3.35
ORANGE
60
2.06
2.65
3.05
3.57
4.11
4.70
ORANGE
120
2.61
3.39
3.95
4.67
5.44
6.29
ORANGE
180
2.95
3.87
4.54
5.39
6.32
7.34
ORANGE
360
3.61
4.77
5.68
6.81
8.05
9.40
ORANGE
720
4.36
5.84
7.04
8.51
10.16
11.91
ORANGE
1440
5.24
7.11
8.68
10.60
12.75
15.02
PALOPINTO
15
0.92
1.20
1.41
1.64
1.90
2.16
PALOPINTO
30
1.23
1.63
1.93
2.25
2.60
2.96
PALOPINTO
60
1.55
2.06
2.45
2.88
3.34
3.81
PALOPINTO
120
1.86
2.49
2.98
3.54
4.11
4.72
PALOPINTO
180
2.05
2.75
3.30
3.94
4.59
5.28
PALOPINTO
360
2.39
3.20
3.87
4.68
5.47
6.33
PALOPINTO
720
2.75
3.70
4.49
5.51
6.46
7.52
PALOPINTO
1440
3.16
4.25
5.19
6.46
7.59
8.89
PANOLA
15
0.95
1.20
1.39
1.60
1.84
2.07
PANOLA
30
1.33
1.70
1.99
2.31
2.69
3.06
PANOLA
60
1.73
2.23
2.62
3.09
3.62
4.15
PANOLA
120
2.13
2.77
3.28
3.89
4.59
5.30
PANOLA
180
2.37
3.10
3.69
4.38
5.18
5.99
PANOLA
360
2.79
3.71
4.42
5.26
6.23
7.22
PANOLA
720
3.25
4.37
5.23
6.24
7.38
8.57
PANOLA
1440
3.77
5.13
6.15
7.35
8.67
10.09
PARKER
15
0.94
1.25
1.47
1.70
1.98
2.26
PARKER
30
1.27
1.67
1.98
2.30
2.66
3.02
PARKER
60
1.60
2.11
2.49
2.92
3.37
3.82
PARKER
120
1.93
2.55
3.03
3.56
4.11
4.67
PARKER
180
2.12
2.81
3.36
3.95
4.58
5.21
PARKER
360
2.46
3.29
3.96
4.68
5.45
6.21
PARKER
720
2.84
3.81
4.63
5.49
6.44
7.36
PARKER
1440
3.25
4.40
5.40
6.42
7.57
8.70
PARMER
15
0.70
0.98
1.18
1.47
1.68
1.98
PARMER
30
0.91
1.29
1.56
1.98
2.30
2.70
PARMER
60
1.11
1.59
1.93
2.47
2.88
3.39
PARMER
120
1.29
1.87
2.27
2.90
3.40
4.00
PARMER
180
1.39
2.03
2.47
3.13
3.69
4.33
PARMER
360
1.56
2.30
2.80
3.50
4.15
4.87
PARMER
720
1.74
2.58
3.14
3.88
4.61
5.39
PARMER
1440
1.94
2.89
3.51
4.26
5.08
5.92
PECOS
15
0.82
1.07
1.26
1.46
1.66
1.87
PECOS
30
1.01
1.35
1.62
1.91
2.19
2.48
PECOS
60
1.18
1.60
1.94
2.32
2.68
3.05
PECOS
120
1.32
1.82
2.22
2.68
3.13
3.58
PECOS
180
1.40
1.93
2.38
2.87
3.37
3.88
PECOS
360
1.53
2.12
2.63
3.19
3.76
4.38
PECOS
720
1.67
2.31
2.89
3.50
4.16
4.89
PECOS
1440
1.82
2.50
3.16
3.83
4.57
5.43
POLK
15
1.07
1.37
1.57
1.85
2.09
2.35
POLK
30
1.51
1.94
2.25
2.68
3.06
3.50
POLK
60
1.98
2.56
3.00
3.61
4.17
4.82
POLK
120
2.43
3.20
3.80
4.61
5.38
6.27
POLK
180
2.70
3.59
4.28
5.23
6.13
7.18
POLK
360
3.17
4.29
5.18
6.38
7.54
8.89
POLK
720
3.66
5.08
6.18
7.69
9.16
10.86
POLK
1440
4.21
5.98
7.34
9.22
11.06
13.18
119
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
POTTER
15
0.74
1.02
1.22
1.52
1.77
2.07
POTTER
30
0.97
1.36
1.63
2.05
2.40
2.83
POTTER
60
1.18
1.67
2.01
2.55
3.00
3.55
POTTER
120
1.38
1.96
2.36
3.00
3.56
4.19
POTTER
180
1.48
2.11
2.56
3.24
3.86
4.53
POTTER
360
1.67
2.37
2.89
3.65
4.37
5.08
POTTER
720
1.85
2.63
3.23
4.05
4.89
5.62
POTTER
1440
2.04
2.90
3.60
4.46
5.43
6.16
PRESIDIO
15
0.77
0.99
1.15
1.32
1.48
1.64
PRESIDIO
30
0.97
1.27
1.48
1.72
1.94
2.16
PRESIDIO
60
1.11
1.49
1.74
2.05
2.33
2.61
PRESIDIO
120
1.21
1.63
1.92
2.30
2.62
2.96
PRESIDIO
180
1.24
1.68
2.00
2.41
2.77
3.13
PRESIDIO
360
1.28
1.74
2.10
2.57
2.97
3.37
PRESIDIO
720
1.31
1.78
2.18
2.70
3.14
3.59
PRESIDIO
1440
1.33
1.82
2.26
2.82
3.30
3.79
RAINS
15
0.99
1.26
1.47
1.76
2.01
2.28
RAINS
30
1.38
1.76
2.03
2.41
2.74
3.11
RAINS
60
1.78
2.27
2.62
3.11
3.56
4.05
RAINS
120
2.17
2.78
3.25
3.89
4.46
5.09
RAINS
180
2.40
3.09
3.63
4.37
5.03
5.77
RAINS
360
2.80
3.65
4.35
5.30
6.13
7.05
RAINS
720
3.23
4.25
5.15
6.36
7.42
8.56
RAINS
1440
3.70
4.93
6.06
7.61
8.95
10.35
RANDALL
15
0.73
1.00
1.19
1.47
1.67
1.97
RANDALL
30
0.96
1.34
1.60
2.02
2.33
2.76
RANDALL
60
1.18
1.67
2.00
2.56
2.97
3.53
RANDALL
120
1.39
1.98
2.39
3.04
3.57
4.23
RANDALL
180
1.50
2.15
2.61
3.31
3.90
4.62
RANDALL
360
1.70
2.44
2.99
3.74
4.45
5.26
RANDALL
720
1.91
2.74
3.39
4.17
5.01
5.89
RANDALL
1440
2.14
3.06
3.82
4.62
5.60
6.55
REAGAN
15
0.75
0.99
1.16
1.34
1.51
1.68
REAGAN
30
1.03
1.39
1.64
1.93
2.20
2.49
REAGAN
60
1.30
1.76
2.10
2.52
2.90
3.34
REAGAN
120
1.53
2.10
2.51
3.06
3.56
4.13
REAGAN
180
1.65
2.28
2.74
3.35
3.91
4.56
REAGAN
360
1.85
2.57
3.10
3.83
4.47
5.22
REAGAN
720
2.04
2.84
3.45
4.29
5.02
5.85
REAGAN
1440
2.23
3.12
3.80
4.77
5.57
6.48
REAL
15
0.96
1.25
1.50
1.74
2.00
2.28
REAL
30
1.34
1.77
2.15
2.52
2.90
3.33
REAL
60
1.73
2.32
2.84
3.35
3.89
4.48
REAL
120
2.10
2.85
3.52
4.19
4.89
5.65
REAL
180
2.31
3.15
3.92
4.68
5.48
6.35
REAL
360
2.66
3.67
4.61
5.55
6.53
7.58
REAL
720
3.03
4.21
5.35
6.48
7.66
8.92
REAL
1440
3.42
4.79
6.16
7.53
8.94
10.44
REDRIVER
15
0.99
1.23
1.43
1.68
1.91
2.14
REDRIVER
30
1.36
1.69
1.97
2.29
2.61
2.92
REDRIVER
60
1.74
2.17
2.56
2.97
3.39
3.79
REDRIVER
120
2.13
2.70
3.21
3.73
4.26
4.79
REDRIVER
180
2.37
3.02
3.63
4.22
4.83
5.44
REDRIVER
360
2.80
3.64
4.42
5.16
5.94
6.72
REDRIVER
720
3.29
4.35
5.34
6.28
7.25
8.24
REDRIVER
1440
3.85
5.17
6.44
7.61
8.83
10.07
REEVES
15
0.73
0.99
1.19
1.44
1.67
1.91
REEVES
30
0.92
1.28
1.55
1.90
2.22
2.55
REEVES
60
1.08
1.53
1.87
2.31
2.72
3.15
REEVES
120
1.22
1.74
2.14
2.66
3.16
3.68
120
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
REEVES
180
1.29
1.84
2.28
2.83
3.40
3.97
REEVES
360
1.41
2.01
2.51
3.12
3.77
4.43
REEVES
720
1.52
2.18
2.73
3.39
4.14
4.89
REEVES
1440
1.64
2.35
2.95
3.66
4.53
5.37
REFUGIO
15
1.12
1.45
1.67
1.94
2.16
2.41
REFUGIO
30
1.53
2.00
2.32
2.71
3.06
3.45
REFUGIO
60
1.94
2.56
3.00
3.55
4.05
4.60
REFUGIO
120
2.35
3.13
3.70
4.43
5.09
5.84
REFUGIO
180
2.59
3.48
4.13
4.98
5.75
6.62
REFUGIO
360
3.02
4.09
4.92
6.00
6.97
8.07
REFUGIO
720
3.48
4.77
5.80
7.17
8.36
9.73
REFUGIO
1440
4.00
5.53
6.80
8.51
9.99
11.68
ROBERTS
15
0.76
1.08
1.31
1.65
1.95
2.30
ROBERTS
30
1.00
1.41
1.70
2.16
2.54
3.00
ROBERTS
60
1.22
1.73
2.09
2.64
3.11
3.68
ROBERTS
120
1.45
2.04
2.47
3.12
3.66
4.33
ROBERTS
180
1.57
2.22
2.70
3.40
3.98
4.70
ROBERTS
360
1.80
2.54
3.10
3.89
4.55
5.36
ROBERTS
720
2.04
2.88
3.54
4.42
5.16
6.05
ROBERTS
1440
2.31
3.26
4.03
5.00
5.84
6.82
ROBERTSON
15
0.97
1.29
1.52
1.80
2.08
2.42
ROBERTSON
30
1.34
1.78
2.10
2.49
2.89
3.38
ROBERTSON
60
1.71
2.29
2.71
3.22
3.76
4.42
ROBERTSON
120
2.08
2.80
3.33
3.98
4.67
5.50
ROBERTSON
180
2.29
3.10
3.70
4.45
5.22
6.16
ROBERTSON
360
2.66
3.65
4.37
5.31
6.25
7.37
ROBERTSON
720
3.07
4.24
5.12
6.28
7.41
8.72
ROBERTSON
1440
3.51
4.90
5.96
7.39
8.75
10.28
ROCKWALL
15
1.02
1.31
1.52
1.77
2.01
2.24
ROCKWALL
30
1.39
1.78
2.05
2.38
2.69
3.01
ROCKWALL
60
1.76
2.26
2.60
3.03
3.43
3.85
ROCKWALL
120
2.12
2.75
3.18
3.72
4.24
4.76
ROCKWALL
180
2.34
3.04
3.54
4.15
4.75
5.35
ROCKWALL
360
2.72
3.57
4.20
4.97
5.72
6.45
ROCKWALL
720
3.13
4.16
4.94
5.90
6.85
7.75
ROCKWALL
1440
3.58
4.82
5.79
6.99
8.18
9.27
RUNNELS
15
0.80
1.07
1.25
1.48
1.65
1.83
RUNNELS
30
1.08
1.45
1.70
2.04
2.31
2.57
RUNNELS
60
1.36
1.84
2.17
2.63
3.01
3.37
RUNNELS
120
1.63
2.22
2.64
3.23
3.72
4.21
RUNNELS
180
1.79
2.45
2.92
3.59
4.16
4.72
RUNNELS
360
2.08
2.85
3.43
4.24
4.94
5.67
RUNNELS
720
2.39
3.28
3.99
4.95
5.80
6.72
RUNNELS
1440
2.74
3.77
4.62
5.75
6.78
7.94
RUSK
15
0.96
1.26
1.48
1.75
2.01
2.28
RUSK
30
1.35
1.77
2.10
2.50
2.89
3.29
RUSK
60
1.76
2.31
2.75
3.30
3.83
4.40
RUSK
120
2.16
2.86
3.42
4.12
4.81
5.55
RUSK
180
2.39
3.19
3.81
4.61
5.39
6.24
RUSK
360
2.81
3.77
4.53
5.50
6.44
7.49
RUSK
720
3.25
4.41
5.32
6.48
7.59
8.86
RUSK
1440
3.73
5.13
6.20
7.59
8.89
10.42
SABINE
15
1.05
1.36
1.57
1.83
2.08
2.35
SABINE
30
1.44
1.89
2.21
2.61
3.02
3.46
SABINE
60
1.86
2.45
2.89
3.46
4.04
4.68
SABINE
120
2.27
3.02
3.59
4.33
5.09
5.95
SABINE
180
2.52
3.37
4.02
4.86
5.72
6.71
SABINE
360
2.97
4.00
4.79
5.82
6.85
8.08
SABINE
720
3.47
4.70
5.64
6.88
8.10
9.58
SABINE
1440
4.03
5.51
6.61
8.08
9.49
11.28
121
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SANAUGUSTINE
15
1.04
1.33
1.50
1.75
1.98
2.21
SANAUGUSTINE
30
1.44
1.87
2.14
2.53
2.90
3.27
SANAUGUSTINE
60
1.86
2.43
2.81
3.35
3.89
4.45
SANAUGUSTINE
120
2.27
3.00
3.49
4.20
4.91
5.66
SANAUGUSTINE
180
2.51
3.34
3.90
4.70
5.50
6.38
SANAUGUSTINE
360
2.94
3.95
4.63
5.60
6.55
7.65
SANAUGUSTINE
720
3.40
4.61
5.42
6.58
7.66
9.01
SANAUGUSTINE
1440
3.90
5.36
6.31
7.68
8.90
10.54
SANJACINTO
15
1.08
1.39
1.60
1.86
2.15
2.43
SANJACINTO
30
1.53
1.97
2.29
2.67
3.12
3.56
SANJACINTO
60
1.99
2.58
3.03
3.57
4.22
4.84
SANJACINTO
120
2.44
3.22
3.82
4.55
5.40
6.26
SANJACINTO
180
2.71
3.61
4.30
5.16
6.15
7.16
SANJACINTO
360
3.18
4.32
5.21
6.30
7.56
8.87
SANJACINTO
720
3.69
5.11
6.24
7.63
9.19
10.87
SANJACINTO
1440
4.25
6.01
7.44
9.19
11.12
13.27
SANPATRICIO
15
1.09
1.39
1.59
1.82
2.03
2.23
SANPATRICIO
30
1.46
1.91
2.20
2.57
2.91
3.25
SANPATRICIO
60
1.84
2.44
2.86
3.39
3.89
4.39
SANPATRICIO
120
2.23
3.00
3.56
4.27
4.95
5.64
SANPATRICIO
180
2.46
3.35
4.00
4.82
5.62
6.43
SANPATRICIO
360
2.89
3.98
4.82
5.86
6.88
7.93
SANPATRICIO
720
3.37
4.69
5.75
7.06
8.34
9.66
SANPATRICIO
1440
3.91
5.50
6.83
8.45
10.04
11.70
SANSABA
15
0.87
1.14
1.33
1.57
1.81
2.06
SANSABA
30
1.16
1.54
1.82
2.15
2.49
2.88
SANSABA
60
1.43
1.93
2.30
2.74
3.19
3.74
SANSABA
120
1.70
2.31
2.77
3.33
3.92
4.63
SANSABA
180
1.85
2.52
3.05
3.69
4.36
5.18
SANSABA
360
2.11
2.91
3.55
4.34
5.17
6.16
SANSABA
720
2.39
3.31
4.07
5.06
6.08
7.27
SANSABA
1440
2.70
3.75
4.66
5.87
7.12
8.54
SCHLEICHER
15
0.83
1.08
1.24
1.43
1.63
1.79
SCHLEICHER
30
1.14
1.52
1.79
2.11
2.41
2.71
SCHLEICHER
60
1.44
1.95
2.34
2.81
3.25
3.72
SCHLEICHER
120
1.69
2.35
2.85
3.48
4.07
4.72
SCHLEICHER
180
1.83
2.56
3.13
3.85
4.52
5.27
SCHLEICHER
360
2.05
2.89
3.57
4.44
5.25
6.17
SCHLEICHER
720
2.26
3.22
3.99
5.01
5.98
7.05
SCHLEICHER
1440
2.47
3.55
4.42
5.60
6.74
7.95
SCURRY
15
0.71
0.94
1.11
1.29
1.46
1.63
SCURRY
30
0.97
1.30
1.56
1.84
2.10
2.38
SCURRY
60
1.24
1.68
2.02
2.40
2.78
3.19
SCURRY
120
1.50
2.05
2.47
2.97
3.46
4.00
SCURRY
180
1.66
2.27
2.74
3.31
3.87
4.48
SCURRY
360
1.93
2.67
3.21
3.91
4.59
5.31
SCURRY
720
2.23
3.10
3.72
4.56
5.37
6.18
SCURRY
1440
2.55
3.59
4.28
5.28
6.23
7.14
SHACKELFORD
15
0.84
1.11
1.31
1.53
1.77
2.00
SHACKELFORD
30
1.15
1.53
1.83
2.16
2.51
2.87
SHACKELFORD
60
1.46
1.96
2.35
2.81
3.28
3.81
SHACKELFORD
120
1.76
2.37
2.87
3.46
4.06
4.75
SHACKELFORD
180
1.93
2.61
3.16
3.85
4.52
5.31
SHACKELFORD
360
2.22
3.02
3.68
4.54
5.33
6.29
SHACKELFORD
720
2.52
3.44
4.23
5.27
6.21
7.34
SHACKELFORD
1440
2.85
3.91
4.84
6.09
7.19
8.51
SHELBY
15
0.96
1.24
1.42
1.65
1.85
2.08
SHELBY
30
1.34
1.75
2.05
2.41
2.76
3.13
SHELBY
60
1.74
2.29
2.73
3.26
3.76
4.32
SHELBY
120
2.14
2.86
3.43
4.14
4.81
5.59
122
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SHELBY
180
2.39
3.21
3.85
4.67
5.45
6.36
SHELBY
360
2.82
3.84
4.63
5.63
6.58
7.75
SHELBY
720
3.30
4.54
5.48
6.70
7.82
9.28
SHELBY
1440
3.84
5.33
6.44
7.90
9.21
11.01
SHERMAN
15
0.74
1.03
1.25
1.54
1.81
2.13
SHERMAN
30
0.94
1.32
1.60
1.98
2.32
2.74
SHERMAN
60
1.13
1.59
1.93
2.39
2.81
3.33
SHERMAN
120
1.31
1.84
2.24
2.77
3.28
3.89
SHERMAN
180
1.42
1.98
2.42
2.99
3.56
4.21
SHERMAN
360
1.60
2.22
2.72
3.37
4.04
4.78
SHERMAN
720
1.79
2.48
3.05
3.77
4.57
5.39
SHERMAN
1440
1.99
2.76
3.39
4.19
5.14
6.06
SMITH
15
0.97
1.25
1.51
1.80
2.10
2.42
SMITH
30
1.36
1.75
2.09
2.49
2.91
3.35
SMITH
60
1.75
2.28
2.71
3.23
3.77
4.37
SMITH
120
2.15
2.82
3.36
4.03
4.70
5.45
SMITH
180
2.39
3.15
3.77
4.53
5.28
6.12
SMITH
360
2.80
3.75
4.52
5.46
6.37
7.36
SMITH
720
3.25
4.42
5.37
6.53
7.62
8.78
SMITH
1440
3.75
5.18
6.34
7.77
9.06
10.43
SOMERVELL
15
0.92
1.20
1.41
1.62
1.90
2.18
SOMERVELL
30
1.26
1.64
1.93
2.24
2.61
3.01
SOMERVELL
60
1.59
2.10
2.48
2.90
3.38
3.91
SOMERVELL
120
1.93
2.56
3.05
3.59
4.20
4.88
SOMERVELL
180
2.13
2.85
3.40
4.02
4.72
5.49
SOMERVELL
360
2.48
3.36
4.05
4.82
5.69
6.63
SOMERVELL
720
2.87
3.93
4.78
5.72
6.80
7.95
SOMERVELL
1440
3.30
4.57
5.61
6.77
8.11
9.48
STARR
15
0.94
1.26
1.49
1.75
2.00
2.29
STARR
30
1.33
1.81
2.14
2.55
2.96
3.40
STARR
60
1.70
2.35
2.79
3.37
3.97
4.58
STARR
120
2.02
2.83
3.38
4.11
4.90
5.69
STARR
180
2.18
3.07
3.69
4.51
5.40
6.29
STARR
360
2.41
3.45
4.17
5.13
6.18
7.25
STARR
720
2.62
3.79
4.62
5.71
6.92
8.17
STARR
1440
2.82
4.12
5.07
6.30
7.65
9.10
STEPHENS
15
0.87
1.15
1.35
1.58
1.79
2.04
STEPHENS
30
1.19
1.58
1.87
2.20
2.51
2.89
STEPHENS
60
1.51
2.02
2.41
2.86
3.28
3.81
STEPHENS
120
1.82
2.44
2.95
3.54
4.07
4.75
STEPHENS
180
2.00
2.69
3.26
3.95
4.55
5.33
STEPHENS
360
2.32
3.11
3.81
4.70
5.43
6.36
STEPHENS
720
2.65
3.56
4.41
5.53
6.41
7.52
STEPHENS
1440
3.01
4.06
5.06
6.48
7.51
8.82
STERLING
15
0.72
0.96
1.12
1.31
1.47
1.67
STERLING
30
0.99
1.34
1.58
1.88
2.14
2.44
STERLING
60
1.25
1.71
2.04
2.46
2.84
3.26
STERLING
120
1.49
2.07
2.48
3.00
3.50
4.03
STERLING
180
1.62
2.26
2.72
3.31
3.87
4.47
STERLING
360
1.84
2.59
3.13
3.82
4.47
5.18
STERLING
720
2.07
2.93
3.55
4.34
5.07
5.89
STERLING
1440
2.30
3.28
3.99
4.89
5.70
6.62
STONEWALL
15
0.76
1.01
1.18
1.39
1.59
1.78
STONEWALL
30
1.03
1.39
1.64
1.98
2.29
2.61
STONEWALL
60
1.29
1.78
2.12
2.60
3.03
3.52
STONEWALL
120
1.56
2.17
2.59
3.22
3.79
4.44
STONEWALL
180
1.71
2.39
2.87
3.58
4.23
4.97
STONEWALL
360
2.00
2.80
3.37
4.23
5.02
5.89
STONEWALL
720
2.30
3.24
3.90
4.93
5.86
6.86
STONEWALL
1440
2.64
3.73
4.49
5.70
6.80
7.90
123
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SUTTON
15
0.84
1.10
1.27
1.48
1.65
1.83
SUTTON
30
1.19
1.59
1.87
2.21
2.52
2.84
SUTTON
60
1.54
2.10
2.50
3.01
3.48
4.00
SUTTON
120
1.85
2.57
3.10
3.80
4.44
5.17
SUTTON
180
2.02
2.83
3.42
4.23
4.98
5.82
SUTTON
360
2.29
3.24
3.95
4.95
5.85
6.87
SUTTON
720
2.55
3.64
4.48
5.66
6.72
7.89
SUTTON
1440
2.81
4.06
5.02
6.41
7.62
8.94
SWISHER
15
0.74
0.99
1.16
1.43
1.64
1.89
SWISHER
30
0.98
1.35
1.60
2.01
2.33
2.70
SWISHER
60
1.21
1.69
2.04
2.58
3.02
3.51
SWISHER
120
1.43
2.02
2.46
3.11
3.67
4.27
SWISHER
180
1.56
2.20
2.69
3.39
4.02
4.69
SWISHER
360
1.77
2.51
3.09
3.87
4.61
5.38
SWISHER
720
2.00
2.84
3.51
4.34
5.19
6.06
SWISHER
1440
2.24
3.18
3.95
4.83
5.80
6.78
TARRANT
15
0.97
1.28
1.49
1.74
2.00
2.27
TARRANT
30
1.31
1.72
2.00
2.35
2.67
3.03
TARRANT
60
1.65
2.17
2.53
2.98
3.39
3.84
TARRANT
120
1.99
2.63
3.07
3.63
4.15
4.71
TARRANT
180
2.19
2.91
3.41
4.03
4.63
5.26
TARRANT
360
2.55
3.41
4.02
4.77
5.53
6.29
TARRANT
720
2.95
3.97
4.71
5.60
6.55
7.47
TARRANT
1440
3.39
4.61
5.50
6.55
7.75
8.86
TAYLOR
15
0.79
1.05
1.23
1.43
1.63
1.82
TAYLOR
30
1.08
1.45
1.70
2.01
2.30
2.59
TAYLOR
60
1.37
1.86
2.20
2.62
3.01
3.42
TAYLOR
120
1.67
2.27
2.70
3.23
3.74
4.29
TAYLOR
180
1.84
2.51
3.00
3.60
4.19
4.81
TAYLOR
360
2.15
2.94
3.54
4.27
5.00
5.77
TAYLOR
720
2.48
3.41
4.12
5.00
5.90
6.84
TAYLOR
1440
2.85
3.92
4.78
5.82
6.92
8.06
TERRELL
15
0.86
1.13
1.32
1.51
1.69
1.91
TERRELL
30
1.11
1.49
1.77
2.06
2.35
2.66
TERRELL
60
1.32
1.83
2.19
2.60
3.00
3.42
TERRELL
120
1.52
2.13
2.58
3.11
3.62
4.16
TERRELL
180
1.62
2.30
2.79
3.40
3.97
4.58
TERRELL
360
1.80
2.57
3.15
3.89
4.56
5.30
TERRELL
720
1.98
2.85
3.51
4.40
5.17
6.06
TERRELL
1440
2.16
3.14
3.89
4.95
5.82
6.87
TERRY
15
0.70
0.96
1.15
1.42
1.64
1.93
TERRY
30
0.93
1.29
1.56
1.94
2.25
2.66
TERRY
60
1.15
1.61
1.97
2.46
2.84
3.38
TERRY
120
1.36
1.92
2.34
2.95
3.42
4.07
TERRY
180
1.48
2.09
2.56
3.23
3.75
4.47
TERRY
360
1.69
2.40
2.92
3.71
4.32
5.15
TERRY
720
1.90
2.72
3.30
4.21
4.92
5.85
TERRY
1440
2.13
3.06
3.71
4.75
5.57
6.62
THROCKMORTON
15
0.85
1.12
1.31
1.53
1.73
1.92
THROCKMORTON
30
1.14
1.53
1.82
2.17
2.50
2.83
THROCKMORTON
60
1.43
1.94
2.34
2.84
3.31
3.80
THROCKMORTON
120
1.72
2.35
2.86
3.50
4.10
4.77
THROCKMORTON
180
1.89
2.59
3.15
3.88
4.56
5.32
THROCKMORTON
360
2.20
3.00
3.67
4.54
5.33
6.25
THROCKMORTON
720
2.52
3.45
4.22
5.24
6.13
7.19
THROCKMORTON
1440
2.89
3.94
4.81
5.99
6.99
8.19
TITUS
15
0.97
1.22
1.44
1.69
1.94
2.19
TITUS
30
1.36
1.70
2.01
2.34
2.68
3.01
TITUS
60
1.77
2.21
2.62
3.05
3.48
3.92
TITUS
120
2.17
2.73
3.26
3.81
4.35
4.91
124
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
TITUS
180
2.41
3.05
3.65
4.28
4.90
5.53
TITUS
360
2.84
3.62
4.38
5.15
5.92
6.73
TITUS
720
3.30
4.26
5.21
6.16
7.11
8.12
TITUS
1440
3.81
4.99
6.16
7.33
8.50
9.77
TOMGREEN
15
0.81
1.07
1.24
1.45
1.64
1.86
TOMGREEN
30
1.08
1.46
1.72
2.04
2.34
2.67
TOMGREEN
60
1.34
1.84
2.18
2.63
3.05
3.51
TOMGREEN
120
1.58
2.18
2.62
3.19
3.73
4.32
TOMGREEN
180
1.71
2.37
2.86
3.50
4.11
4.78
TOMGREEN
360
1.92
2.69
3.27
4.03
4.75
5.54
TOMGREEN
720
2.15
3.02
3.68
4.57
5.39
6.32
TOMGREEN
1440
2.38
3.36
4.12
5.14
6.07
7.14
TRAVIS
15
0.94
1.24
1.45
1.72
1.98
2.20
TRAVIS
30
1.32
1.74
2.04
2.45
2.83
3.18
TRAVIS
60
1.71
2.25
2.66
3.21
3.73
4.24
TRAVIS
120
2.09
2.77
3.29
3.99
4.66
5.34
TRAVIS
180
2.31
3.07
3.66
4.45
5.22
6.00
TRAVIS
360
2.68
3.60
4.31
5.27
6.23
7.19
TRAVIS
720
3.08
4.18
5.02
6.16
7.34
8.49
TRAVIS
1440
3.51
4.81
5.81
7.15
8.59
9.96
TRINITY
15
1.06
1.38
1.60
1.89
2.11
2.36
TRINITY
30
1.49
1.94
2.27
2.70
3.05
3.43
TRINITY
60
1.92
2.53
2.99
3.58
4.07
4.61
TRINITY
120
2.34
3.12
3.72
4.48
5.13
5.87
TRINITY
180
2.58
3.47
4.15
5.03
5.78
6.65
TRINITY
360
3.00
4.10
4.94
6.01
6.96
8.08
TRINITY
720
3.45
4.78
5.80
7.09
8.27
9.70
TRINITY
1440
3.93
5.56
6.77
8.32
9.78
11.58
TYLER
15
1.09
1.36
1.60
1.82
2.05
2.29
TYLER
30
1.54
1.94
2.30
2.64
3.01
3.38
TYLER
60
2.00
2.55
3.05
3.54
4.07
4.63
TYLER
120
2.47
3.16
3.83
4.49
5.21
5.96
TYLER
180
2.74
3.53
4.30
5.07
5.90
6.79
TYLER
360
3.22
4.19
5.14
6.13
7.18
8.31
TYLER
720
3.74
4.91
6.07
7.31
8.61
10.02
TYLER
1440
4.32
5.72
7.12
8.68
10.27
12.03
UPSHUR
15
0.93
1.21
1.43
1.68
1.91
2.16
UPSHUR
30
1.32
1.71
2.00
2.36
2.68
3.04
UPSHUR
60
1.73
2.23
2.63
3.10
3.54
4.02
UPSHUR
120
2.15
2.78
3.29
3.91
4.48
5.11
UPSHUR
180
2.39
3.12
3.70
4.42
5.07
5.80
UPSHUR
360
2.82
3.74
4.47
5.37
6.20
7.12
UPSHUR
720
3.28
4.43
5.34
6.47
7.50
8.65
UPSHUR
1440
3.80
5.21
6.35
7.75
9.03
10.47
UPTON
15
0.77
1.03
1.21
1.43
1.63
1.83
UPTON
30
1.02
1.39
1.65
1.98
2.27
2.57
UPTON
60
1.25
1.71
2.06
2.50
2.89
3.30
UPTON
120
1.45
2.00
2.42
2.97
3.45
3.97
UPTON
180
1.56
2.16
2.61
3.22
3.75
4.34
UPTON
360
1.73
2.41
2.92
3.63
4.24
4.93
UPTON
720
1.90
2.65
3.23
4.02
4.73
5.51
UPTON
1440
2.07
2.91
3.54
4.42
5.23
6.12
UVALDE
15
1.04
1.35
1.60
1.87
2.17
2.45
UVALDE
30
1.41
1.88
2.25
2.68
3.13
3.58
UVALDE
60
1.77
2.41
2.94
3.54
4.17
4.83
UVALDE
120
2.12
2.94
3.62
4.40
5.22
6.09
UVALDE
180
2.31
3.24
4.02
4.91
5.83
6.82
UVALDE
360
2.66
3.77
4.73
5.81
6.91
8.09
UVALDE
720
3.01
4.34
5.49
6.78
8.07
9.44
UVALDE
1440
3.40
4.95
6.34
7.86
9.37
10.94
125
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
VALVERDE
15
0.89
1.19
1.38
1.62
1.87
2.11
VALVERDE
30
1.21
1.65
1.96
2.33
2.70
3.08
VALVERDE
60
1.51
2.11
2.54
3.07
3.57
4.11
VALVERDE
120
1.79
2.54
3.09
3.78
4.44
5.15
VALVERDE
180
1.94
2.78
3.41
4.18
4.94
5.75
VALVERDE
360
2.19
3.18
3.93
4.87
5.82
6.79
VALVERDE
720
2.45
3.58
4.48
5.59
6.75
7.90
VALVERDE
1440
2.71
4.01
5.05
6.36
7.77
9.12
VANZANDT
15
1.00
1.29
1.52
1.81
2.06
2.32
VANZANDT
30
1.39
1.79
2.09
2.46
2.78
3.14
VANZANDT
60
1.78
2.30
2.69
3.15
3.55
4.03
VANZANDT
120
2.17
2.82
3.30
3.88
4.38
4.99
VANZANDT
180
2.40
3.12
3.67
4.33
4.91
5.60
VANZANDT
360
2.79
3.66
4.35
5.18
5.89
6.75
VANZANDT
720
3.20
4.24
5.11
6.13
7.02
8.08
VANZANDT
1440
3.66
4.88
5.96
7.24
8.34
9.66
VICTORIA
15
1.12
1.45
1.70
1.97
2.22
2.54
VICTORIA
30
1.54
2.00
2.37
2.74
3.11
3.57
VICTORIA
60
1.97
2.58
3.07
3.58
4.08
4.69
VICTORIA
120
2.38
3.17
3.81
4.48
5.13
5.92
VICTORIA
180
2.63
3.53
4.27
5.05
5.80
6.70
VICTORIA
360
3.05
4.17
5.10
6.11
7.05
8.18
VICTORIA
720
3.51
4.89
6.04
7.33
8.49
9.89
VICTORIA
1440
4.01
5.70
7.12
8.76
10.17
11.92
WALKER
15
1.07
1.39
1.62
1.90
2.16
2.45
WALKER
30
1.47
1.93
2.26
2.68
3.08
3.53
WALKER
60
1.87
2.49
2.94
3.53
4.09
4.72
WALKER
120
2.27
3.06
3.64
4.42
5.15
6.00
WALKER
180
2.51
3.41
4.07
4.96
5.81
6.79
WALKER
360
2.93
4.04
4.85
5.97
7.03
8.26
WALKER
720
3.38
4.74
5.72
7.11
8.43
9.94
WALKER
1440
3.88
5.53
6.71
8.43
10.05
11.91
WALLER
15
1.08
1.38
1.59
1.81
2.03
2.28
WALLER
30
1.46
1.90
2.19
2.53
2.87
3.26
WALLER
60
1.85
2.44
2.83
3.31
3.81
4.36
WALLER
120
2.24
2.99
3.51
4.14
4.82
5.55
WALLER
180
2.46
3.32
3.92
4.67
5.45
6.31
WALLER
360
2.87
3.92
4.69
5.64
6.65
7.75
WALLER
720
3.30
4.59
5.56
6.76
8.04
9.44
WALLER
1440
3.78
5.34
6.57
8.08
9.70
11.45
WARD
15
0.73
1.01
1.21
1.45
1.71
1.95
WARD
30
0.91
1.29
1.56
1.91
2.27
2.61
WARD
60
1.07
1.55
1.88
2.34
2.79
3.23
WARD
120
1.21
1.77
2.17
2.73
3.28
3.81
WARD
180
1.29
1.90
2.33
2.94
3.55
4.13
WARD
360
1.42
2.10
2.59
3.30
4.00
4.68
WARD
720
1.54
2.31
2.87
3.66
4.48
5.24
WARD
1440
1.68
2.53
3.15
4.04
4.98
5.83
WASHINGTON
15
1.01
1.33
1.58
1.83
2.09
2.37
WASHINGTON
30
1.40
1.84
2.20
2.58
2.96
3.38
WASHINGTON
60
1.79
2.37
2.85
3.38
3.89
4.47
WASHINGTON
120
2.16
2.90
3.51
4.20
4.87
5.61
WASHINGTON
180
2.38
3.21
3.91
4.70
5.47
6.30
WASHINGTON
360
2.76
3.78
4.62
5.61
6.58
7.56
WASHINGTON
720
3.16
4.40
5.41
6.61
7.83
8.97
WASHINGTON
1440
3.59
5.10
6.30
7.76
9.28
10.60
WEBB
15
0.96
1.29
1.52
1.82
2.08
2.37
WEBB
30
1.33
1.82
2.19
2.66
3.06
3.51
WEBB
60
1.67
2.34
2.87
3.53
4.10
4.75
WEBB
120
1.98
2.83
3.49
4.36
5.10
5.93
126
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WEBB
180
2.14
3.09
3.83
4.80
5.64
6.57
WEBB
360
2.39
3.52
4.37
5.53
6.52
7.62
WEBB
720
2.64
3.94
4.89
6.24
7.39
8.63
WEBB
1440
2.89
4.37
5.42
6.97
8.29
9.67
WHARTON
15
1.13
1.44
1.67
1.94
2.20
2.47
WHARTON
30
1.57
2.02
2.34
2.75
3.14
3.56
WHARTON
60
2.02
2.61
3.05
3.61
4.16
4.77
WHARTON
120
2.45
3.21
3.78
4.52
5.23
6.06
WHARTON
180
2.70
3.56
4.22
5.07
5.89
6.87
WHARTON
360
3.12
4.19
5.01
6.09
7.11
8.35
WHARTON
720
3.57
4.87
5.88
7.25
8.51
10.06
WHARTON
1440
4.04
5.63
6.87
8.58
10.14
12.08
WHEELER
15
0.78
1.09
1.31
1.62
1.92
2.24
WHEELER
30
1.03
1.45
1.75
2.19
2.59
3.04
WHEELER
60
1.28
1.80
2.18
2.75
3.26
3.85
WHEELER
120
1.52
2.15
2.62
3.30
3.91
4.63
WHEELER
180
1.67
2.36
2.87
3.62
4.30
5.09
WHEELER
360
1.94
2.73
3.33
4.19
4.98
5.89
WHEELER
720
2.22
3.13
3.83
4.81
5.71
6.74
WHEELER
1440
2.55
3.57
4.38
5.50
6.52
7.69
WICHITA
15
0.82
1.07
1.24
1.47
1.71
1.95
WICHITA
30
1.10
1.47
1.75
2.12
2.47
2.86
WICHITA
60
1.39
1.90
2.30
2.81
3.30
3.86
WICHITA
120
1.70
2.34
2.85
3.51
4.13
4.86
WICHITA
180
1.89
2.61
3.18
3.93
4.62
5.45
WICHITA
360
2.25
3.09
3.77
4.65
5.48
6.46
WICHITA
720
2.66
3.63
4.41
5.42
6.39
7.51
WICHITA
1440
3.13
4.23
5.13
6.28
7.39
8.65
WILBARGER
15
0.81
1.06
1.25
1.48
1.69
1.93
WILBARGER
30
1.08
1.46
1.76
2.11
2.45
2.84
WILBARGER
60
1.36
1.87
2.28
2.77
3.26
3.84
WILBARGER
120
1.64
2.29
2.82
3.45
4.09
4.85
WILBARGER
180
1.82
2.55
3.13
3.84
4.57
5.44
WILBARGER
360
2.15
3.01
3.69
4.54
5.40
6.45
WILBARGER
720
2.53
3.51
4.30
5.29
6.28
7.50
WILBARGER
1440
2.96
4.08
4.98
6.11
7.24
8.63
WILLACY
15
1.03
1.35
1.55
1.81
2.04
2.25
WILLACY
30
1.46
1.91
2.22
2.61
2.98
3.32
WILLACY
60
1.88
2.47
2.90
3.46
3.98
4.49
WILLACY
120
2.25
2.99
3.56
4.28
4.98
5.67
WILLACY
180
2.45
3.28
3.93
4.76
5.56
6.34
WILLACY
360
2.76
3.77
4.55
5.57
6.57
7.51
WILLACY
720
3.06
4.25
5.18
6.41
7.64
8.73
WILLACY
1440
3.36
4.77
5.86
7.31
8.81
10.05
WILLIAMSON
15
0.93
1.22
1.44
1.68
1.95
2.19
WILLIAMSON
30
1.31
1.72
2.03
2.41
2.81
3.19
WILLIAMSON
60
1.69
2.22
2.65
3.18
3.72
4.26
WILLIAMSON
120
2.05
2.72
3.26
3.96
4.65
5.37
WILLIAMSON
180
2.26
3.02
3.63
4.41
5.20
6.02
WILLIAMSON
360
2.61
3.53
4.28
5.20
6.16
7.19
WILLIAMSON
720
2.96
4.07
4.97
6.05
7.21
8.45
WILLIAMSON
1440
3.34
4.66
5.75
6.98
8.39
9.88
WILSON
15
1.09
1.44
1.69
2.01
2.33
2.64
WILSON
30
1.47
1.95
2.30
2.71
3.16
3.60
WILSON
60
1.83
2.45
2.91
3.44
4.02
4.59
WILSON
120
2.17
2.94
3.50
4.17
4.88
5.60
WILSON
180
2.36
3.23
3.85
4.61
5.39
6.21
WILSON
360
2.70
3.73
4.47
5.40
6.32
7.31
WILSON
720
3.05
4.28
5.14
6.28
7.35
8.54
WILSON
1440
3.42
4.88
5.87
7.27
8.51
9.94
127
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
COUNTY
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WINKLER
15
0.70
0.99
1.19
1.44
1.72
2.01
WINKLER
30
0.92
1.31
1.58
1.94
2.31
2.71
WINKLER
60
1.11
1.59
1.93
2.40
2.87
3.36
WINKLER
120
1.27
1.84
2.24
2.81
3.36
3.94
WINKLER
180
1.36
1.98
2.41
3.03
3.64
4.25
WINKLER
360
1.51
2.19
2.69
3.38
4.08
4.77
WINKLER
720
1.65
2.40
2.97
3.73
4.53
5.28
WINKLER
1440
1.79
2.62
3.26
4.08
5.00
5.82
WISE
15
0.95
1.25
1.46
1.71
1.97
2.26
WISE
30
1.26
1.67
1.96
2.31
2.64
3.04
WISE
60
1.58
2.10
2.47
2.93
3.35
3.86
WISE
120
1.90
2.54
2.99
3.58
4.11
4.74
WISE
180
2.09
2.80
3.32
3.98
4.59
5.30
WISE
360
2.44
3.29
3.92
4.72
5.49
6.34
WISE
720
2.83
3.84
4.59
5.54
6.52
7.54
WISE
1440
3.26
4.46
5.35
6.49
7.71
8.95
WOOD
15
0.96
1.23
1.46
1.72
1.95
2.20
WOOD
30
1.35
1.72
2.02
2.36
2.68
3.03
WOOD
60
1.75
2.24
2.63
3.07
3.49
3.97
WOOD
120
2.15
2.77
3.27
3.85
4.38
5.00
WOOD
180
2.39
3.10
3.67
4.33
4.95
5.66
WOOD
360
2.81
3.69
4.42
5.26
6.03
6.93
WOOD
720
3.26
4.36
5.27
6.32
7.28
8.40
WOOD
1440
3.76
5.11
6.25
7.57
8.76
10.15
YOAKUM
15
0.69
0.96
1.17
1.43
1.70
1.98
YOAKUM
30
0.91
1.28
1.56
1.94
2.29
2.68
YOAKUM
60
1.11
1.58
1.94
2.43
2.85
3.36
YOAKUM
120
1.31
1.86
2.29
2.87
3.37
4.00
YOAKUM
180
1.42
2.02
2.48
3.12
3.66
4.36
YOAKUM
360
1.61
2.28
2.80
3.54
4.15
4.97
YOAKUM
720
1.81
2.56
3.14
3.96
4.64
5.60
YOAKUM
1440
2.04
2.86
3.49
4.40
5.17
6.28
YOUNG
15
0.87
1.16
1.36
1.61
1.87
2.14
YOUNG
30
1.18
1.58
1.88
2.25
2.62
3.03
YOUNG
60
1.48
2.00
2.41
2.91
3.40
3.96
YOUNG
120
1.79
2.41
2.93
3.57
4.19
4.91
YOUNG
180
1.97
2.66
3.24
3.97
4.65
5.47
YOUNG
360
2.30
3.10
3.79
4.68
5.48
6.48
YOUNG
720
2.65
3.57
4.37
5.46
6.38
7.57
YOUNG
1440
3.05
4.09
5.02
6.33
7.38
8.80
ZAPATA
15
0.93
1.26
1.47
1.72
1.97
2.26
ZAPATA
30
1.30
1.80
2.12
2.52
2.93
3.37
ZAPATA
60
1.64
2.33
2.78
3.35
3.95
4.56
ZAPATA
120
1.94
2.79
3.36
4.11
4.89
5.69
ZAPATA
180
2.08
3.04
3.66
4.51
5.39
6.30
ZAPATA
360
2.30
3.41
4.11
5.13
6.16
7.26
ZAPATA
720
2.50
3.75
4.53
5.69
6.88
8.17
ZAPATA
1440
2.70
4.09
4.93
6.25
7.59
9.07
ZAVALA
15
1.07
1.42
1.72
2.03
2.34
2.66
ZAVALA
30
1.42
1.94
2.39
2.86
3.33
3.82
ZAVALA
60
1.76
2.46
3.06
3.72
4.38
5.05
ZAVALA
120
2.08
2.95
3.71
4.55
5.40
6.26
ZAVALA
180
2.26
3.23
4.08
5.03
5.99
6.95
ZAVALA
360
2.56
3.70
4.72
5.85
6.98
8.14
ZAVALA
720
2.88
4.19
5.39
6.72
8.03
9.39
ZAVALA
1440
3.23
4.72
6.13
7.68
9.2
10.77
128
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
135
Texas
Tech
University,
Cristal
C.
Tay,
December
2
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ANDERSON
15
1.00
1.32
1.53
1.85
2.14
2.48
ANDERSON
30
1.39
1.82
2.13
2.59
3.00
3.47
ANDERSON
60
1.79
2.35
2.76
3.37
3.91
4.53
ANDERSON
120
2.18
2.88
3.42
4.17
4.84
5.63
ANDERSON
180
2.40
3.20
3.82
4.64
5.40
6.29
ANDERSON
360
2.80
3.77
4.54
5.51
6.42
7.51
ANDERSON
720
3.22
4.40
5.34
6.45
7.53
8.86
ANDERSON
1440
3.67
5.10
6.25
7.51
8.78
10.40
ANDREWS
15
0.72
0.99
1.18
1.44
1.68
1.95
ANDREWS
30
0.93
1.30
1.58
1.95
2.28
2.65
ANDREWS
60
1.14
1.61
1.95
2.44
2.85
3.33
ANDREWS
120
1.34
1.89
2.30
2.89
3.38
3.95
ANDREWS
180
1.45
2.05
2.50
3.15
3.68
4.29
ANDREWS
360
1.65
2.32
2.84
3.57
4.18
4.87
ANDREWS
720
1.86
2.61
3.20
4.01
4.69
5.46
ANDREWS
1440
2.08
2.92
3.57
4.48
5.24
6.08
ANGELINA
15
1.03
1.35
1.57
1.80
2.02
2.27
ANGELINA
30
1.45
1.88
2.23
2.61
2.98
3.43
ANGELINA
60
1.88
2.44
2.93
3.47
4.04
4.72
ANGELINA
120
2.30
3.01
3.63
4.36
5.13
6.05
ANGELINA
180
2.54
3.35
4.05
4.90
5.78
6.83
ANGELINA
360
2.96
3.96
4.80
5.84
6.92
8.20
ANGELINA
720
3.39
4.63
5.61
6.88
8.15
9.65
ANGELINA
1440
3.87
5.38
6.51
8.03
9.52
11.23
ARANSAS
15
1.13
1.42
1.66
1.89
2.13
2.34
ARANSAS
30
1.54
1.94
2.29
2.65
3.04
3.44
ARANSAS
60
1.96
2.51
2.98
3.50
4.09
4.70
ARANSAS
120
2.40
3.13
3.75
4.47
5.27
6.12
ARANSAS
180
2.67
3.54
4.25
5.10
6.04
7.04
ARANSAS
360
3.16
4.32
5.22
6.33
7.53
8.79
ARANSAS
720
3.71
5.23
6.36
7.80
9.29
10.87
ARANSAS
1440
4.35
6.31
7.72
9.57
11.42
13.34
ARCHER
15
0.84
1.09
1.26
1.44
1.63
1.83
ARCHER
30
1.13
1.51
1.78
2.11
2.42
2.76
ARCHER
60
1.43
1.94
2.33
2.82
3.27
3.80
ARCHER
120
1.74
2.37
2.88
3.54
4.13
4.84
ARCHER
180
1.93
2.63
3.21
3.95
4.64
5.45
ARCHER
360
2.28
3.10
3.79
4.68
5.51
6.47
ARCHER
720
2.68
3.62
4.41
5.44
6.44
7.53
ARCHER
1440
3.13
4.19
5.10
6.28
7.45
8.66
ARMSTRONG
15
0.75
1.03
1.21
1.50
1.72
1.99
ARMSTRONG
30
0.99
1.38
1.65
2.08
2.42
2.83
ARMSTRONG
60
1.22
1.72
2.08
2.65
3.12
3.66
ARMSTRONG
120
1.44
2.05
2.49
3.17
3.76
4.41
ARMSTRONG
180
1.57
2.23
2.72
3.47
4.11
4.81
ARMSTRONG
360
1.80
2.56
3.12
3.95
4.67
5.46
ARMSTRONG
720
2.04
2.89
3.54
4.45
5.23
6.09
ARMSTRONG
1440
2.31
3.26
3.98
4.97
5.80
6.72
ATASCOSA
15
1.09
1.40
1.61
1.90
2.17
2.46
ATASCOSA
30
1.45
1.91
2.26
2.69
3.11
3.57
ATASCOSA
60
1.80
2.43
2.92
3.50
4.09
4.73
ATASCOSA
120
2.14
2.93
3.55
4.28
5.04
5.85
ATASCOSA
180
2.33
3.23
3.91
4.72
5.58
6.49
ATASCOSA
360
2.66
3.74
4.52
5.49
6.50
7.56
ATASCOSA
720
3.01
4.28
5.16
6.28
7.45
8.66
ATASCOSA
1440
3.38
4.87
5.84
7.12
8.48
9.82
136
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
AUSTIN
15
1.06
1.35
1.60
1.81
2.01
2.26
AUSTIN
30
1.46
1.87
2.24
2.61
2.96
3.37
AUSTIN
60
1.85
2.41
2.91
3.47
4.00
4.61
AUSTIN
120
2.24
2.95
3.60
4.35
5.09
5.90
AUSTIN
180
2.46
3.28
4.01
4.88
5.74
6.67
AUSTIN
360
2.85
3.88
4.75
5.83
6.90
8.04
AUSTIN
720
3.27
4.54
5.55
6.87
8.17
9.53
AUSTIN
1440
3.73
5.28
6.46
8.03
9.60
11.19
BAILEY
15
0.71
0.98
1.18
1.46
1.70
1.95
BAILEY
30
0.91
1.28
1.56
1.97
2.30
2.69
BAILEY
60
1.10
1.58
1.93
2.44
2.88
3.39
BAILEY
120
1.29
1.86
2.27
2.88
3.40
4.01
BAILEY
180
1.41
2.03
2.46
3.12
3.68
4.34
BAILEY
360
1.62
2.33
2.79
3.53
4.15
4.86
BAILEY
720
1.84
2.66
3.14
3.95
4.63
5.36
BAILEY
1440
2.09
3.01
3.51
4.38
5.12
5.87
BANDERA
15
1.03
1.30
1.52
1.79
2.06
2.34
BANDERA
30
1.42
1.85
2.21
2.62
3.04
3.47
BANDERA
60
1.81
2.42
2.93
3.51
4.09
4.71
BANDERA
120
2.20
3.00
3.65
4.40
5.14
5.95
BANDERA
180
2.44
3.33
4.06
4.91
5.74
6.67
BANDERA
360
2.84
3.91
4.77
5.78
6.78
7.91
BANDERA
720
3.28
4.53
5.50
6.70
7.86
9.20
BANDERA
1440
3.77
5.21
6.30
7.69
9.03
10.59
BASTROP
15
0.99
1.32
1.56
1.88
2.18
2.50
BASTROP
30
1.39
1.83
2.15
2.61
3.06
3.56
BASTROP
60
1.79
2.36
2.77
3.37
3.98
4.67
BASTROP
120
2.17
2.88
3.39
4.15
4.91
5.78
BASTROP
180
2.39
3.19
3.76
4.62
5.46
6.44
BASTROP
360
2.75
3.75
4.43
5.46
6.46
7.59
BASTROP
720
3.12
4.35
5.16
6.40
7.54
8.83
BASTROP
1440
3.52
5.01
5.98
7.45
8.74
10.19
BAYLOR
15
0.83
1.06
1.21
1.41
1.63
1.83
BAYLOR
30
1.10
1.46
1.72
2.07
2.40
2.78
BAYLOR
60
1.38
1.88
2.26
2.77
3.23
3.84
BAYLOR
120
1.67
2.30
2.80
3.47
4.07
4.90
BAYLOR
180
1.85
2.55
3.12
3.88
4.55
5.51
BAYLOR
360
2.18
3.00
3.68
4.58
5.39
6.51
BAYLOR
720
2.55
3.49
4.28
5.31
6.26
7.53
BAYLOR
1440
2.98
4.03
4.93
6.11
7.21
8.60
BEE
15
1.13
1.43
1.62
1.88
2.10
2.35
BEE
30
1.47
1.92
2.22
2.61
2.95
3.35
BEE
60
1.82
2.43
2.85
3.37
3.86
4.44
BEE
120
2.16
2.94
3.50
4.18
4.83
5.60
BEE
180
2.37
3.25
3.91
4.67
5.43
6.31
BEE
360
2.74
3.82
4.65
5.57
6.54
7.62
BEE
720
3.14
4.45
5.48
6.59
7.80
9.09
BEE
1440
3.59
5.16
6.43
7.75
9.25
10.77
BELL
15
0.90
1.19
1.35
1.60
1.82
2.08
BELL
30
1.26
1.67
1.93
2.33
2.69
3.11
BELL
60
1.63
2.18
2.54
3.11
3.64
4.23
BELL
120
1.99
2.67
3.15
3.88
4.58
5.35
BELL
180
2.20
2.95
3.50
4.33
5.13
5.99
BELL
360
2.55
3.44
4.13
5.12
6.06
7.09
BELL
720
2.92
3.96
4.80
5.94
7.03
8.23
BELL
1440
3.32
4.52
5.54
6.84
8.07
9.45
BEXAR
15
1.06
1.39
1.63
1.89
2.19
2.49
BEXAR
30
1.45
1.91
2.27
2.64
3.08
3.51
BEXAR
60
1.84
2.44
2.92
3.42
4.02
4.60
BEXAR
120
2.20
2.96
3.56
4.22
4.96
5.71
137
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BEXAR
180
2.41
3.27
3.94
4.69
5.53
6.38
BEXAR
360
2.77
3.81
4.59
5.56
6.54
7.60
BEXAR
720
3.14
4.39
5.29
6.50
7.64
8.94
BEXAR
1440
3.55
5.04
6.06
7.57
8.87
10.44
BLANCO
15
0.95
1.22
1.40
1.67
1.87
2.11
BLANCO
30
1.31
1.70
1.97
2.38
2.71
3.10
BLANCO
60
1.68
2.19
2.57
3.13
3.62
4.16
BLANCO
120
2.04
2.68
3.17
3.89
4.54
5.26
BLANCO
180
2.25
2.98
3.54
4.34
5.09
5.90
BLANCO
360
2.62
3.51
4.18
5.15
6.06
7.05
BLANCO
720
3.01
4.08
4.88
6.02
7.11
8.29
BLANCO
1440
3.44
4.72
5.66
7.00
8.29
9.66
BORDEN
15
0.70
0.96
1.11
1.31
1.51
1.68
BORDEN
30
0.95
1.31
1.54
1.86
2.18
2.46
BORDEN
60
1.20
1.66
1.98
2.43
2.87
3.29
BORDEN
120
1.45
2.01
2.41
2.99
3.53
4.11
BORDEN
180
1.60
2.22
2.67
3.32
3.90
4.57
BORDEN
360
1.86
2.60
3.12
3.89
4.54
5.36
BORDEN
720
2.15
3.01
3.61
4.50
5.19
6.16
BORDEN
1440
2.46
3.47
4.14
5.17
5.88
7.01
BOSQUE
15
0.90
1.20
1.40
1.63
1.88
2.13
BOSQUE
30
1.25
1.66
1.95
2.26
2.63
3.00
BOSQUE
60
1.60
2.12
2.52
2.94
3.43
3.92
BOSQUE
120
1.94
2.59
3.10
3.65
4.27
4.89
BOSQUE
180
2.14
2.87
3.45
4.08
4.79
5.50
BOSQUE
360
2.49
3.37
4.08
4.88
5.74
6.61
BOSQUE
720
2.86
3.92
4.78
5.77
6.82
7.86
BOSQUE
1440
3.27
4.52
5.56
6.79
8.05
9.31
BOWIE
15
0.94
1.22
1.46
1.69
1.95
2.24
BOWIE
30
1.34
1.69
2.00
2.29
2.63
2.99
BOWIE
60
1.75
2.19
2.60
2.97
3.40
3.85
BOWIE
120
2.17
2.72
3.26
3.74
4.28
4.87
BOWIE
180
2.42
3.06
3.68
4.25
4.87
5.55
BOWIE
360
2.87
3.69
4.48
5.25
6.04
6.93
BOWIE
720
3.34
4.41
5.43
6.45
7.45
8.61
BOWIE
1440
3.87
5.25
6.55
7.90
9.17
10.68
BRAZORIA
15
1.12
1.38
1.55
1.78
1.94
2.15
BRAZORIA
30
1.58
1.98
2.25
2.64
2.98
3.36
BRAZORIA
60
2.05
2.63
3.03
3.63
4.21
4.84
BRAZORIA
120
2.53
3.32
3.88
4.72
5.59
6.53
BRAZORIA
180
2.82
3.74
4.41
5.40
6.45
7.62
BRAZORIA
360
3.33
4.52
5.43
6.67
8.06
9.68
BRAZORIA
720
3.89
5.40
6.59
8.13
9.89
12.07
BRAZORIA
1440
4.51
6.41
7.96
9.84
12.02
14.91
BRAZOS
15
1.01
1.30
1.55
1.84
2.13
2.42
BRAZOS
30
1.38
1.80
2.15
2.60
3.06
3.48
BRAZOS
60
1.75
2.32
2.78
3.39
4.03
4.63
BRAZOS
120
2.12
2.84
3.42
4.19
5.00
5.79
BRAZOS
180
2.34
3.16
3.80
4.67
5.57
6.48
BRAZOS
360
2.73
3.72
4.48
5.54
6.57
7.71
BRAZOS
720
3.14
4.33
5.22
6.50
7.64
9.05
BRAZOS
1440
3.60
5.01
6.04
7.56
8.81
10.53
BREWSTER
15
0.83
1.08
1.23
1.43
1.61
1.78
BREWSTER
30
1.03
1.35
1.55
1.84
2.10
2.34
BREWSTER
60
1.19
1.58
1.84
2.19
2.54
2.86
BREWSTER
120
1.31
1.78
2.09
2.50
2.92
3.31
BREWSTER
180
1.37
1.88
2.22
2.67
3.12
3.56
BREWSTER
360
1.46
2.04
2.44
2.95
3.46
3.96
BREWSTER
720
1.55
2.20
2.66
3.22
3.79
4.37
BREWSTER
1440
1.63
2.36
2.88
3.51
4.13
4.79
138
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BRISCOE
15
0.76
1.02
1.19
1.43
1.63
1.87
BRISCOE
30
1.01
1.38
1.65
2.04
2.36
2.74
BRISCOE
60
1.25
1.74
2.10
2.65
3.12
3.65
BRISCOE
120
1.48
2.09
2.54
3.21
3.82
4.49
BRISCOE
180
1.61
2.28
2.78
3.52
4.20
4.94
BRISCOE
360
1.84
2.62
3.20
4.03
4.82
5.65
BRISCOE
720
2.09
2.98
3.64
4.52
5.42
6.33
BRISCOE
1440
2.36
3.37
4.11
5.03
6.03
7.01
BROOKS
15
0.94
1.23
1.45
1.69
1.90
2.17
BROOKS
30
1.34
1.78
2.09
2.48
2.85
3.27
BROOKS
60
1.73
2.34
2.76
3.32
3.88
4.49
BROOKS
120
2.08
2.85
3.39
4.13
4.88
5.67
BROOKS
180
2.27
3.13
3.74
4.59
5.43
6.32
BROOKS
360
2.58
3.59
4.31
5.34
6.32
7.38
BROOKS
720
2.87
4.03
4.87
6.09
7.19
8.42
BROOKS
1440
3.17
4.47
5.46
6.89
8.08
9.48
BROWN
15
0.84
1.11
1.29
1.54
1.75
1.96
BROWN
30
1.14
1.51
1.77
2.09
2.41
2.75
BROWN
60
1.43
1.91
2.26
2.67
3.11
3.59
BROWN
120
1.73
2.33
2.77
3.28
3.86
4.48
BROWN
180
1.91
2.57
3.07
3.67
4.33
5.03
BROWN
360
2.22
3.02
3.63
4.38
5.20
6.05
BROWN
720
2.56
3.50
4.24
5.20
6.20
7.20
BROWN
1440
2.94
4.05
4.94
6.15
7.35
8.52
BURLESON
15
0.98
1.29
1.52
1.80
2.10
2.39
BURLESON
30
1.36
1.79
2.12
2.55
3.02
3.46
BURLESON
60
1.75
2.32
2.74
3.33
3.99
4.61
BURLESON
120
2.12
2.84
3.37
4.13
4.97
5.77
BURLESON
180
2.33
3.15
3.75
4.61
5.54
6.45
BURLESON
360
2.71
3.70
4.43
5.48
6.55
7.65
BURLESON
720
3.11
4.29
5.17
6.42
7.62
8.93
BURLESON
1440
3.54
4.94
6.01
7.48
8.80
10.34
BURNET
15
0.91
1.17
1.34
1.56
1.79
2.00
BURNET
30
1.23
1.61
1.89
2.23
2.60
2.96
BURNET
60
1.55
2.05
2.45
2.94
3.47
4.00
BURNET
120
1.87
2.48
3.01
3.64
4.33
5.04
BURNET
180
2.05
2.74
3.33
4.05
4.82
5.64
BURNET
360
2.37
3.18
3.88
4.76
5.68
6.68
BURNET
720
2.71
3.64
4.46
5.50
6.58
7.77
BURNET
1440
3.08
4.16
5.09
6.31
7.56
8.95
CALDWELL
15
1.02
1.35
1.59
1.91
2.22
2.54
CALDWELL
30
1.42
1.86
2.19
2.64
3.06
3.51
CALDWELL
60
1.82
2.38
2.80
3.39
3.94
4.51
CALDWELL
120
2.20
2.89
3.42
4.16
4.83
5.55
CALDWELL
180
2.41
3.20
3.79
4.62
5.37
6.18
CALDWELL
360
2.77
3.74
4.46
5.46
6.36
7.34
CALDWELL
720
3.14
4.33
5.18
6.38
7.44
8.62
CALDWELL
1440
3.54
4.98
6.00
7.42
8.67
10.07
CALHOUN
15
1.14
1.44
1.66
1.89
2.11
2.34
CALHOUN
30
1.58
2.02
2.34
2.71
3.07
3.47
CALHOUN
60
2.04
2.64
3.10
3.63
4.18
4.77
CALHOUN
120
2.51
3.31
3.93
4.67
5.42
6.24
CALHOUN
180
2.79
3.74
4.47
5.34
6.21
7.19
CALHOUN
360
3.30
4.52
5.49
6.62
7.74
9.00
CALHOUN
720
3.87
5.43
6.69
8.14
9.54
11.14
CALHOUN
1440
4.50
6.48
8.11
9.95
11.69
13.69
CALLAHAN
15
0.87
1.11
1.31
1.53
1.72
1.97
CALLAHAN
30
1.16
1.52
1.80
2.11
2.43
2.82
CALLAHAN
60
1.45
1.93
2.31
2.73
3.18
3.72
CALLAHAN
120
1.74
2.36
2.82
3.38
3.96
4.63
139
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CALLAHAN
180
1.92
2.61
3.14
3.77
4.43
5.17
CALLAHAN
360
2.24
3.06
3.71
4.50
5.29
6.13
CALLAHAN
720
2.60
3.56
4.34
5.31
6.23
7.17
CALLAHAN
1440
3.00
4.12
5.06
6.23
7.29
8.33
CAMERON
15
1.05
1.37
1.57
1.83
2.09
2.31
CAMERON
30
1.49
1.94
2.24
2.65
3.04
3.42
CAMERON
60
1.94
2.53
2.94
3.52
4.06
4.63
CAMERON
120
2.34
3.08
3.63
4.39
5.09
5.86
CAMERON
180
2.55
3.40
4.03
4.90
5.69
6.57
CAMERON
360
2.90
3.92
4.72
5.78
6.73
7.81
CAMERON
720
3.23
4.46
5.46
6.72
7.83
9.11
CAMERON
1440
3.56
5.03
6.26
7.74
9.03
10.53
CAMP
15
0.94
1.24
1.46
1.73
2.00
2.27
CAMP
30
1.34
1.72
2.01
2.37
2.72
3.05
CAMP
60
1.75
2.23
2.61
3.07
3.51
3.92
CAMP
120
2.17
2.77
3.27
3.85
4.41
4.94
CAMP
180
2.41
3.10
3.68
4.34
5.00
5.61
CAMP
360
2.84
3.71
4.47
5.30
6.13
6.93
CAMP
720
3.29
4.40
5.39
6.42
7.48
8.53
CAMP
1440
3.80
5.19
6.46
7.75
9.10
10.47
CARSON
15
0.76
1.05
1.25
1.56
1.83
2.14
CARSON
30
0.98
1.39
1.66
2.10
2.47
2.91
CARSON
60
1.21
1.71
2.06
2.62
3.10
3.64
CARSON
120
1.42
2.02
2.44
3.11
3.67
4.31
CARSON
180
1.55
2.19
2.66
3.38
3.98
4.67
CARSON
360
1.77
2.50
3.05
3.85
4.51
5.27
CARSON
720
2.01
2.82
3.46
4.33
5.05
5.87
CARSON
1440
2.28
3.17
3.90
4.84
5.62
6.50
CASS
15
0.95
1.21
1.40
1.63
1.89
2.17
CASS
30
1.35
1.71
1.97
2.29
2.63
3.01
CASS
60
1.76
2.24
2.59
3.01
3.46
3.94
CASS
120
2.17
2.79
3.26
3.81
4.38
5.00
CASS
180
2.41
3.13
3.68
4.32
4.97
5.68
CASS
360
2.83
3.75
4.48
5.29
6.11
7.02
CASS
720
3.28
4.45
5.39
6.41
7.45
8.60
CASS
1440
3.77
5.23
6.46
7.74
9.04
10.50
CASTRO
15
0.72
0.99
1.18
1.46
1.66
1.94
CASTRO
30
0.94
1.31
1.58
2.00
2.32
2.70
CASTRO
60
1.16
1.63
1.97
2.52
2.96
3.45
CASTRO
120
1.37
1.94
2.34
3.00
3.54
4.12
CASTRO
180
1.49
2.12
2.55
3.26
3.85
4.48
CASTRO
360
1.70
2.43
2.91
3.70
4.36
5.07
CASTRO
720
1.93
2.75
3.28
4.15
4.85
5.65
CASTRO
1440
2.17
3.10
3.69
4.62
5.36
6.24
CHAMBERS
15
1.11
1.34
1.52
1.70
1.92
2.14
CHAMBERS
30
1.57
1.95
2.25
2.59
2.97
3.39
CHAMBERS
60
2.06
2.63
3.10
3.64
4.23
4.93
CHAMBERS
120
2.57
3.38
4.03
4.81
5.64
6.68
CHAMBERS
180
2.89
3.85
4.61
5.55
6.55
7.79
CHAMBERS
360
3.48
4.73
5.71
6.94
8.24
9.84
CHAMBERS
720
4.13
5.74
6.96
8.53
10.20
12.17
CHAMBERS
1440
4.89
6.92
8.43
10.39
12.49
14.88
CHEROKEE
15
0.99
1.30
1.55
1.86
2.15
2.44
CHEROKEE
30
1.38
1.81
2.16
2.62
3.04
3.46
CHEROKEE
60
1.78
2.35
2.81
3.43
3.98
4.56
CHEROKEE
120
2.18
2.89
3.47
4.24
4.96
5.71
CHEROKEE
180
2.41
3.22
3.88
4.73
5.55
6.41
CHEROKEE
360
2.81
3.82
4.61
5.61
6.61
7.70
CHEROKEE
720
3.24
4.47
5.42
6.57
7.79
9.13
CHEROKEE
1440
3.71
5.21
6.34
7.65
9.13
10.76
140
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CHILDRESS
15
0.79
1.06
1.22
1.47
1.66
1.85
CHILDRESS
30
1.05
1.43
1.70
2.11
2.43
2.78
CHILDRESS
60
1.30
1.81
2.19
2.76
3.25
3.79
CHILDRESS
120
1.55
2.18
2.66
3.40
4.03
4.76
CHILDRESS
180
1.71
2.41
2.94
3.76
4.47
5.30
CHILDRESS
360
1.98
2.80
3.43
4.38
5.19
6.16
CHILDRESS
720
2.29
3.23
3.95
5.03
5.91
6.99
CHILDRESS
1440
2.63
3.71
4.51
5.72
6.66
7.83
CLAY
15
0.86
1.12
1.31
1.50
1.71
1.95
CLAY
30
1.15
1.53
1.82
2.15
2.48
2.86
CLAY
60
1.46
1.97
2.36
2.84
3.32
3.87
CLAY
120
1.78
2.42
2.91
3.55
4.18
4.89
CLAY
180
1.98
2.69
3.25
3.98
4.69
5.50
CLAY
360
2.35
3.19
3.86
4.74
5.61
6.58
CLAY
720
2.77
3.74
4.53
5.57
6.60
7.73
CLAY
1440
3.25
4.36
5.30
6.50
7.71
9.01
COCHRAN
15
0.71
0.97
1.17
1.45
1.70
1.98
COCHRAN
30
0.91
1.28
1.57
1.95
2.30
2.69
COCHRAN
60
1.11
1.59
1.94
2.42
2.88
3.37
COCHRAN
120
1.30
1.87
2.29
2.85
3.40
3.99
COCHRAN
180
1.42
2.03
2.48
3.08
3.68
4.33
COCHRAN
360
1.62
2.31
2.81
3.48
4.16
4.89
COCHRAN
720
1.83
2.61
3.16
3.87
4.63
5.45
COCHRAN
1440
2.07
2.93
3.52
4.29
5.12
6.04
COKE
15
0.76
1.00
1.16
1.34
1.52
1.69
COKE
30
1.03
1.37
1.61
1.90
2.18
2.47
COKE
60
1.29
1.75
2.07
2.49
2.88
3.30
COKE
120
1.55
2.12
2.54
3.07
3.59
4.14
COKE
180
1.70
2.35
2.83
3.42
4.00
4.64
COKE
360
1.97
2.75
3.34
4.03
4.73
5.50
COKE
720
2.27
3.18
3.90
4.69
5.51
6.43
COKE
1440
2.59
3.66
4.53
5.41
6.37
7.45
COLEMAN
15
0.82
1.09
1.32
1.54
1.74
1.95
COLEMAN
30
1.11
1.48
1.78
2.11
2.44
2.77
COLEMAN
60
1.39
1.88
2.26
2.71
3.18
3.64
COLEMAN
120
1.68
2.29
2.75
3.33
3.93
4.52
COLEMAN
180
1.86
2.54
3.05
3.71
4.38
5.05
COLEMAN
360
2.17
3.00
3.61
4.39
5.19
5.99
COLEMAN
720
2.51
3.50
4.23
5.16
6.08
7.01
COLEMAN
1440
2.89
4.07
4.93
6.03
7.07
8.15
COLLIN
15
1.02
1.30
1.53
1.77
2.01
2.29
COLLIN
30
1.37
1.74
2.02
2.33
2.62
2.98
COLLIN
60
1.73
2.19
2.55
2.95
3.33
3.77
COLLIN
120
2.08
2.68
3.14
3.65
4.15
4.71
COLLIN
180
2.29
2.98
3.51
4.11
4.69
5.35
COLLIN
360
2.68
3.55
4.23
5.00
5.78
6.62
COLLIN
720
3.10
4.20
5.08
6.05
7.10
8.18
COLLIN
1440
3.56
4.95
6.08
7.31
8.70
10.08
COLLINGSWORTH
15
0.78
1.08
1.29
1.55
1.80
2.04
COLLINGSWORTH
30
1.04
1.44
1.75
2.17
2.55
2.96
COLLINGSWORTH
60
1.30
1.81
2.21
2.80
3.31
3.89
COLLINGSWORTH
120
1.55
2.17
2.66
3.40
4.03
4.74
COLLINGSWORTH
180
1.70
2.39
2.92
3.74
4.44
5.21
COLLINGSWORTH
360
1.97
2.76
3.38
4.32
5.13
5.95
COLLINGSWORTH
720
2.26
3.17
3.88
4.92
5.83
6.66
COLLINGSWORTH
1440
2.58
3.62
4.41
5.55
6.58
7.39
COLORADO
15
1.09
1.41
1.61
1.86
2.11
2.37
COLORADO
30
1.50
1.94
2.23
2.63
3.04
3.44
COLORADO
60
1.91
2.48
2.89
3.46
4.04
4.63
COLORADO
120
2.31
3.02
3.57
4.34
5.09
5.90
141
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
COLORADO
180
2.54
3.35
3.99
4.88
5.74
6.69
COLORADO
360
2.95
3.93
4.76
5.87
6.90
8.14
COLORADO
720
3.38
4.58
5.61
6.98
8.20
9.77
COLORADO
1440
3.86
5.30
6.59
8.26
9.68
11.66
COMAL
15
1.00
1.30
1.50
1.78
2.08
2.34
COMAL
30
1.40
1.81
2.12
2.52
2.96
3.37
COMAL
60
1.80
2.35
2.76
3.30
3.90
4.48
COMAL
120
2.19
2.88
3.41
4.10
4.86
5.62
COMAL
180
2.40
3.20
3.80
4.58
5.43
6.30
COMAL
360
2.78
3.76
4.49
5.46
6.47
7.52
COMAL
720
3.16
4.37
5.23
6.43
7.61
8.84
COMAL
1440
3.57
5.05
6.06
7.52
8.88
10.33
COMANCHE
15
0.86
1.10
1.30
1.55
1.79
2.04
COMANCHE
30
1.17
1.53
1.82
2.14
2.50
2.86
COMANCHE
60
1.49
1.97
2.35
2.76
3.25
3.74
COMANCHE
120
1.81
2.41
2.89
3.42
4.03
4.66
COMANCHE
180
2.00
2.67
3.21
3.82
4.51
5.22
COMANCHE
360
2.34
3.13
3.78
4.56
5.40
6.24
COMANCHE
720
2.71
3.63
4.40
5.38
6.39
7.39
COMANCHE
1440
3.11
4.18
5.09
6.33
7.53
8.69
CONCHO
15
0.84
1.09
1.24
1.47
1.64
1.81
CONCHO
30
1.12
1.49
1.73
2.09
2.38
2.68
CONCHO
60
1.38
1.88
2.22
2.72
3.15
3.60
CONCHO
120
1.63
2.25
2.68
3.31
3.90
4.48
CONCHO
180
1.77
2.46
2.95
3.65
4.31
4.97
CONCHO
360
2.01
2.82
3.41
4.21
5.01
5.77
CONCHO
720
2.25
3.20
3.89
4.79
5.71
6.57
CONCHO
1440
2.52
3.61
4.41
5.41
6.45
7.39
COOKE
15
0.99
1.25
1.46
1.72
1.98
2.25
COOKE
30
1.29
1.64
1.94
2.27
2.62
2.98
COOKE
60
1.60
2.06
2.46
2.88
3.33
3.80
COOKE
120
1.93
2.53
3.04
3.56
4.14
4.75
COOKE
180
2.13
2.83
3.41
4.01
4.67
5.37
COOKE
360
2.51
3.40
4.13
4.88
5.70
6.59
COOKE
720
2.94
4.07
4.98
5.91
6.93
8.06
COOKE
1440
3.43
4.85
5.98
7.13
8.40
9.84
CORYELL
15
0.85
1.09
1.30
1.55
1.76
1.99
CORYELL
30
1.20
1.58
1.85
2.22
2.56
2.94
CORYELL
60
1.56
2.08
2.44
2.93
3.43
3.98
CORYELL
120
1.91
2.58
3.04
3.66
4.32
5.06
CORYELL
180
2.10
2.86
3.39
4.09
4.85
5.70
CORYELL
360
2.45
3.36
4.01
4.87
5.80
6.83
CORYELL
720
2.80
3.87
4.67
5.71
6.83
8.06
CORYELL
1440
3.19
4.43
5.41
6.64
7.99
9.43
COTTLE
15
0.79
1.03
1.18
1.38
1.55
1.76
COTTLE
30
1.04
1.40
1.65
2.01
2.32
2.68
COTTLE
60
1.28
1.79
2.14
2.67
3.16
3.69
COTTLE
120
1.53
2.16
2.62
3.32
3.97
4.67
COTTLE
180
1.69
2.39
2.90
3.70
4.42
5.21
COTTLE
360
1.97
2.79
3.40
4.34
5.17
6.07
COTTLE
720
2.27
3.22
3.93
5.00
5.91
6.90
COTTLE
1440
2.62
3.71
4.51
5.72
6.68
7.74
CRANE
15
0.77
1.06
1.23
1.45
1.64
1.88
CRANE
30
0.96
1.35
1.61
1.95
2.26
2.59
CRANE
60
1.14
1.62
1.95
2.42
2.84
3.28
CRANE
120
1.30
1.86
2.26
2.82
3.33
3.87
CRANE
180
1.39
2.00
2.43
3.02
3.59
4.19
CRANE
360
1.56
2.24
2.71
3.35
3.99
4.69
CRANE
720
1.73
2.49
2.99
3.65
4.36
5.16
CRANE
1440
1.91
2.75
3.29
3.96
4.73
5.64
142
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CROCKETT
15
0.85
1.10
1.27
1.42
1.64
1.84
CROCKETT
30
1.14
1.52
1.79
2.07
2.40
2.74
CROCKETT
60
1.42
1.92
2.30
2.72
3.19
3.69
CROCKETT
120
1.66
2.28
2.76
3.32
3.91
4.59
CROCKETT
180
1.78
2.48
3.00
3.65
4.29
5.08
CROCKETT
360
1.99
2.78
3.38
4.16
4.89
5.87
CROCKETT
720
2.18
3.08
3.75
4.65
5.47
6.64
CROCKETT
1440
2.38
3.38
4.12
5.15
6.04
7.41
CROSBY
15
0.75
0.99
1.17
1.36
1.53
1.72
CROSBY
30
0.99
1.34
1.61
1.92
2.23
2.54
CROSBY
60
1.23
1.70
2.05
2.49
2.95
3.42
CROSBY
120
1.46
2.05
2.48
3.06
3.66
4.27
CROSBY
180
1.60
2.26
2.73
3.38
4.05
4.75
CROSBY
360
1.85
2.62
3.16
3.95
4.72
5.53
CROSBY
720
2.13
3.02
3.63
4.54
5.40
6.31
CROSBY
1440
2.43
3.45
4.14
5.19
6.13
7.12
CULBERSON
15
0.70
0.94
1.13
1.35
1.55
1.74
CULBERSON
30
0.87
1.20
1.46
1.78
2.09
2.37
CULBERSON
60
1.02
1.44
1.75
2.16
2.58
2.96
CULBERSON
120
1.16
1.65
2.01
2.48
3.00
3.47
CULBERSON
180
1.23
1.76
2.15
2.66
3.21
3.74
CULBERSON
360
1.36
1.95
2.39
2.94
3.54
4.17
CULBERSON
720
1.49
2.13
2.62
3.21
3.85
4.58
CULBERSON
1440
1.62
2.33
2.86
3.49
4.16
4.99
DALLAM
15
0.76
1.08
1.28
1.59
1.84
2.19
DALLAM
30
0.93
1.34
1.63
2.05
2.37
2.81
DALLAM
60
1.09
1.58
1.94
2.46
2.85
3.36
DALLAM
120
1.25
1.81
2.23
2.80
3.28
3.85
DALLAM
180
1.35
1.94
2.39
2.99
3.51
4.12
DALLAM
360
1.51
2.17
2.66
3.29
3.89
4.57
DALLAM
720
1.69
2.41
2.94
3.59
4.28
5.02
DALLAM
1440
1.89
2.67
3.24
3.89
4.68
5.49
DALLAS
15
0.99
1.27
1.50
1.77
2.04
2.30
DALLAS
30
1.36
1.73
2.03
2.35
2.70
3.03
DALLAS
60
1.73
2.21
2.58
2.98
3.42
3.86
DALLAS
120
2.09
2.70
3.17
3.69
4.23
4.80
DALLAS
180
2.30
3.01
3.54
4.15
4.77
5.42
DALLAS
360
2.66
3.57
4.23
5.03
5.80
6.64
DALLAS
720
3.05
4.20
5.01
6.07
7.02
8.10
DALLAS
1440
3.47
4.92
5.92
7.30
8.48
9.86
DAWSON
15
0.71
0.97
1.14
1.39
1.59
1.79
DAWSON
30
0.94
1.30
1.55
1.91
2.21
2.53
DAWSON
60
1.17
1.63
1.96
2.44
2.83
3.28
DAWSON
120
1.41
1.96
2.36
2.95
3.44
4.01
DAWSON
180
1.54
2.16
2.60
3.24
3.79
4.43
DAWSON
360
1.79
2.51
3.02
3.76
4.40
5.14
DAWSON
720
2.07
2.90
3.47
4.30
5.05
5.89
DAWSON
1440
2.37
3.33
3.97
4.89
5.75
6.70
DEAFSMITH
15
0.74
1.00
1.20
1.46
1.70
1.99
DEAFSMITH
30
0.93
1.30
1.58
1.97
2.32
2.74
DEAFSMITH
60
1.12
1.58
1.93
2.44
2.91
3.45
DEAFSMITH
120
1.30
1.85
2.27
2.86
3.43
4.09
DEAFSMITH
180
1.41
2.01
2.46
3.09
3.71
4.44
DEAFSMITH
360
1.61
2.29
2.80
3.46
4.16
5.00
DEAFSMITH
720
1.82
2.59
3.15
3.82
4.60
5.55
DEAFSMITH
1440
2.06
2.92
3.53
4.19
5.05
6.11
DELTA
15
1.01
1.28
1.50
1.73
1.95
2.19
DELTA
30
1.39
1.73
2.02
2.32
2.61
2.93
DELTA
60
1.78
2.22
2.58
2.98
3.37
3.79
DELTA
120
2.17
2.74
3.21
3.73
4.24
4.79
143
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
DELTA
180
2.40
3.06
3.61
4.22
4.82
5.46
DELTA
360
2.82
3.67
4.38
5.18
5.97
6.80
DELTA
720
3.27
4.37
5.29
6.33
7.34
8.43
DELTA
1440
3.77
5.17
6.37
7.73
9.02
10.42
DENTON
15
0.99
1.29
1.51
1.75
2.02
2.30
DENTON
30
1.32
1.70
2.00
2.31
2.64
2.98
DENTON
60
1.66
2.14
2.51
2.92
3.33
3.76
DENTON
120
1.99
2.60
3.06
3.60
4.11
4.67
DENTON
180
2.20
2.90
3.42
4.04
4.63
5.27
DENTON
360
2.56
3.45
4.09
4.89
5.65
6.46
DENTON
720
2.97
4.08
4.87
5.89
6.86
7.91
DENTON
1440
3.42
4.82
5.78
7.08
8.32
9.65
DEWITT
15
1.15
1.47
1.71
2.00
2.30
2.59
DEWITT
30
1.53
1.99
2.31
2.74
3.16
3.59
DEWITT
60
1.90
2.51
2.93
3.50
4.06
4.64
DEWITT
120
2.26
3.02
3.56
4.29
5.00
5.74
DEWITT
180
2.47
3.32
3.95
4.77
5.58
6.42
DEWITT
360
2.83
3.86
4.65
5.64
6.64
7.66
DEWITT
720
3.21
4.44
5.43
6.62
7.82
9.06
DEWITT
1440
3.63
5.08
6.32
7.73
9.17
10.67
DICKENS
15
0.77
1.01
1.14
1.33
1.50
1.69
DICKENS
30
1.01
1.37
1.60
1.92
2.22
2.56
DICKENS
60
1.25
1.74
2.07
2.55
2.99
3.51
DICKENS
120
1.49
2.10
2.54
3.16
3.75
4.44
DICKENS
180
1.64
2.32
2.81
3.52
4.18
4.96
DICKENS
360
1.90
2.70
3.28
4.13
4.91
5.81
DICKENS
720
2.19
3.12
3.78
4.77
5.66
6.65
DICKENS
1440
2.52
3.58
4.33
5.46
6.45
7.51
DIMMIT
15
1.07
1.35
1.60
1.88
2.15
2.43
DIMMIT
30
1.41
1.88
2.29
2.74
3.19
3.71
DIMMIT
60
1.73
2.41
2.97
3.62
4.28
5.10
DIMMIT
120
2.03
2.89
3.61
4.44
5.28
6.36
DIMMIT
180
2.20
3.16
3.96
4.88
5.81
6.99
DIMMIT
360
2.48
3.60
4.53
5.58
6.63
7.89
DIMMIT
720
2.78
4.03
5.09
6.24
7.38
8.64
DIMMIT
1440
3.09
4.49
5.67
6.91
8.11
9.30
DONLEY
15
0.76
1.06
1.24
1.53
1.76
2.03
DONLEY
30
1.01
1.42
1.69
2.12
2.50
2.91
DONLEY
60
1.26
1.78
2.14
2.71
3.23
3.79
DONLEY
120
1.50
2.12
2.57
3.26
3.91
4.60
DONLEY
180
1.64
2.32
2.82
3.58
4.29
5.04
DONLEY
360
1.89
2.67
3.26
4.11
4.91
5.74
DONLEY
720
2.15
3.04
3.71
4.66
5.54
6.42
DONLEY
1440
2.44
3.44
4.21
5.25
6.20
7.11
DUVAL
15
0.95
1.24
1.43
1.68
1.89
2.14
DUVAL
30
1.33
1.78
2.07
2.47
2.85
3.26
DUVAL
60
1.70
2.33
2.74
3.32
3.89
4.50
DUVAL
120
2.04
2.84
3.38
4.14
4.91
5.71
DUVAL
180
2.23
3.13
3.74
4.60
5.47
6.37
DUVAL
360
2.55
3.60
4.34
5.38
6.39
7.44
DUVAL
720
2.86
4.06
4.94
6.16
7.30
8.46
DUVAL
1440
3.19
4.54
5.57
6.98
8.23
9.49
EASTLAND
15
0.88
1.13
1.32
1.55
1.78
1.98
EASTLAND
30
1.19
1.56
1.85
2.16
2.47
2.79
EASTLAND
60
1.51
2.00
2.38
2.81
3.21
3.66
EASTLAND
120
1.82
2.44
2.92
3.47
3.99
4.57
EASTLAND
180
2.01
2.69
3.23
3.88
4.47
5.14
EASTLAND
360
2.34
3.14
3.79
4.61
5.34
6.17
EASTLAND
720
2.69
3.62
4.39
5.41
6.33
7.34
EASTLAND
1440
3.09
4.15
5.06
6.32
7.46
8.68
144
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ECTOR
15
0.72
1.01
1.20
1.43
1.65
1.91
ECTOR
30
0.95
1.33
1.60
1.95
2.26
2.65
ECTOR
60
1.16
1.64
1.98
2.44
2.85
3.36
ECTOR
120
1.35
1.91
2.31
2.89
3.38
4.00
ECTOR
180
1.46
2.06
2.50
3.13
3.68
4.35
ECTOR
360
1.65
2.32
2.81
3.52
4.16
4.90
ECTOR
720
1.83
2.57
3.12
3.92
4.64
5.45
ECTOR
1440
2.03
2.84
3.45
4.32
5.14
6.01
EDWARDS
15
0.90
1.14
1.35
1.60
1.86
2.14
EDWARDS
30
1.27
1.67
2.02
2.40
2.83
3.26
EDWARDS
60
1.64
2.22
2.73
3.27
3.88
4.51
EDWARDS
120
1.98
2.74
3.40
4.11
4.88
5.71
EDWARDS
180
2.17
3.03
3.76
4.57
5.42
6.36
EDWARDS
360
2.48
3.49
4.33
5.31
6.28
7.40
EDWARDS
720
2.78
3.94
4.87
6.02
7.08
8.38
EDWARDS
1440
3.09
4.40
5.41
6.75
7.88
9.35
ELLIS
15
0.98
1.27
1.52
1.78
2.04
2.31
ELLIS
30
1.36
1.76
2.07
2.40
2.76
3.14
ELLIS
60
1.74
2.27
2.65
3.07
3.53
4.05
ELLIS
120
2.11
2.79
3.25
3.79
4.38
5.06
ELLIS
180
2.32
3.09
3.62
4.24
4.92
5.71
ELLIS
360
2.69
3.64
4.31
5.09
5.94
6.96
ELLIS
720
3.07
4.24
5.08
6.08
7.12
8.43
ELLIS
1440
3.49
4.91
5.96
7.22
8.51
10.19
ELPASO
15
0.64
0.86
1.05
1.20
1.34
1.50
ELPASO
30
0.75
1.04
1.30
1.51
1.70
1.95
ELPASO
60
0.85
1.19
1.49
1.77
2.02
2.35
ELPASO
120
0.94
1.32
1.65
1.99
2.28
2.68
ELPASO
180
0.99
1.40
1.73
2.11
2.43
2.85
ELPASO
360
1.08
1.53
1.86
2.30
2.66
3.13
ELPASO
720
1.18
1.66
1.98
2.50
2.88
3.39
ELPASO
1440
1.28
1.80
2.10
2.69
3.11
3.65
ERATH
15
0.90
1.17
1.39
1.62
1.90
2.19
ERATH
30
1.22
1.61
1.92
2.23
2.60
3.00
ERATH
60
1.55
2.05
2.46
2.86
3.34
3.85
ERATH
120
1.87
2.50
3.01
3.52
4.12
4.76
ERATH
180
2.07
2.77
3.34
3.92
4.60
5.32
ERATH
360
2.41
3.24
3.93
4.65
5.50
6.37
ERATH
720
2.79
3.76
4.57
5.48
6.52
7.55
ERATH
1440
3.20
4.33
5.29
6.42
7.70
8.92
FALLS
15
0.93
1.20
1.41
1.69
2.00
2.30
FALLS
30
1.30
1.69
1.98
2.39
2.85
3.28
FALLS
60
1.67
2.20
2.57
3.13
3.74
4.33
FALLS
120
2.04
2.71
3.19
3.91
4.64
5.40
FALLS
180
2.25
3.02
3.57
4.38
5.18
6.04
FALLS
360
2.61
3.56
4.26
5.25
6.13
7.20
FALLS
720
2.99
4.14
5.02
6.22
7.16
8.46
FALLS
1440
3.41
4.79
5.89
7.33
8.31
9.89
FANNIN
15
1.02
1.29
1.49
1.72
1.94
2.15
FANNIN
30
1.38
1.72
1.98
2.29
2.59
2.90
FANNIN
60
1.74
2.18
2.52
2.92
3.33
3.76
FANNIN
120
2.11
2.68
3.12
3.64
4.18
4.76
FANNIN
180
2.34
3.00
3.51
4.11
4.74
5.42
FANNIN
360
2.74
3.61
4.27
5.05
5.84
6.73
FANNIN
720
3.19
4.32
5.16
6.16
7.17
8.31
FANNIN
1440
3.69
5.15
6.23
7.51
8.78
10.24
FAYETTE
15
1.04
1.36
1.61
1.91
2.22
2.50
FAYETTE
30
1.44
1.87
2.23
2.66
3.13
3.56
FAYETTE
60
1.84
2.39
2.87
3.44
4.09
4.68
FAYETTE
120
2.23
2.91
3.51
4.24
5.05
5.82
145
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
FAYETTE
180
2.46
3.22
3.90
4.72
5.62
6.50
FAYETTE
360
2.85
3.78
4.60
5.58
6.64
7.72
FAYETTE
720
3.26
4.39
5.37
6.53
7.74
9.04
FAYETTE
1440
3.71
5.07
6.22
7.59
8.97
10.51
FISHER
15
0.76
1.00
1.15
1.30
1.43
1.59
FISHER
30
1.03
1.37
1.61
1.88
2.15
2.44
FISHER
60
1.31
1.76
2.09
2.51
2.94
3.40
FISHER
120
1.58
2.16
2.58
3.16
3.74
4.37
FISHER
180
1.75
2.40
2.87
3.54
4.21
4.93
FISHER
360
2.05
2.83
3.40
4.22
5.02
5.87
FISHER
720
2.37
3.31
3.97
4.95
5.87
6.83
FISHER
1440
2.73
3.85
4.60
5.77
6.79
7.84
FLOYD
15
0.75
1.00
1.16
1.39
1.59
1.79
FLOYD
30
1.00
1.36
1.61
1.98
2.30
2.64
FLOYD
60
1.24
1.71
2.06
2.57
3.04
3.54
FLOYD
120
1.48
2.06
2.50
3.14
3.74
4.39
FLOYD
180
1.61
2.26
2.75
3.45
4.12
4.85
FLOYD
360
1.85
2.62
3.18
3.99
4.76
5.60
FLOYD
720
2.11
3.00
3.63
4.54
5.40
6.31
FLOYD
1440
2.39
3.42
4.12
5.12
6.06
7.03
FOARD
15
0.81
1.04
1.17
1.36
1.52
1.69
FOARD
30
1.06
1.42
1.66
2.01
2.29
2.62
FOARD
60
1.32
1.81
2.17
2.71
3.15
3.69
FOARD
120
1.58
2.21
2.68
3.41
4.01
4.74
FOARD
180
1.75
2.45
2.98
3.81
4.50
5.33
FOARD
360
2.05
2.88
3.51
4.49
5.31
6.28
FOARD
720
2.38
3.35
4.09
5.19
6.13
7.19
FOARD
1440
2.77
3.87
4.72
5.94
6.99
8.11
FORTBEND
15
1.11
1.40
1.59
1.80
1.98
2.18
FORTBEND
30
1.54
1.97
2.25
2.63
2.97
3.35
FORTBEND
60
1.97
2.56
2.97
3.55
4.11
4.72
FORTBEND
120
2.40
3.17
3.73
4.53
5.33
6.22
FORTBEND
180
2.65
3.54
4.20
5.13
6.07
7.15
FORTBEND
360
3.10
4.21
5.08
6.25
7.43
8.83
FORTBEND
720
3.57
4.94
6.07
7.51
8.93
10.70
FORTBEND
1440
4.10
5.77
7.21
8.95
10.65
12.84
FRANKLIN
15
0.96
1.24
1.46
1.74
2.01
2.28
FRANKLIN
30
1.35
1.71
1.99
2.33
2.66
2.98
FRANKLIN
60
1.75
2.22
2.57
2.99
3.41
3.81
FRANKLIN
120
2.16
2.75
3.22
3.75
4.28
4.79
FRANKLIN
180
2.40
3.08
3.64
4.25
4.85
5.46
FRANKLIN
360
2.82
3.70
4.43
5.23
5.99
6.81
FRANKLIN
720
3.29
4.40
5.36
6.40
7.37
8.46
FRANKLIN
1440
3.81
5.21
6.47
7.83
9.05
10.50
FREESTONE
15
1.01
1.31
1.56
1.85
2.14
2.43
FREESTONE
30
1.39
1.81
2.15
2.55
2.96
3.39
FREESTONE
60
1.78
2.33
2.76
3.29
3.83
4.42
FREESTONE
120
2.16
2.85
3.39
4.06
4.74
5.50
FREESTONE
180
2.38
3.16
3.77
4.53
5.30
6.16
FREESTONE
360
2.76
3.72
4.47
5.40
6.34
7.39
FREESTONE
720
3.17
4.32
5.24
6.38
7.51
8.76
FREESTONE
1440
3.61
5.00
6.12
7.49
8.85
10.34
FRIO
15
1.07
1.37
1.59
1.85
2.12
2.39
FRIO
30
1.44
1.90
2.27
2.69
3.12
3.56
FRIO
60
1.80
2.43
2.97
3.57
4.17
4.84
FRIO
120
2.13
2.95
3.64
4.42
5.19
6.08
FRIO
180
2.32
3.24
4.02
4.89
5.75
6.78
FRIO
360
2.64
3.74
4.66
5.67
6.69
7.95
FRIO
720
2.98
4.27
5.33
6.45
7.62
9.11
FRIO
1440
3.34
4.84
6.03
7.27
8.59
10.33
146
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GAINES
15
0.71
0.99
1.18
1.44
1.71
1.99
GAINES
30
0.92
1.29
1.56
1.94
2.31
2.68
GAINES
60
1.13
1.58
1.93
2.42
2.89
3.35
GAINES
120
1.33
1.87
2.29
2.88
3.44
3.98
GAINES
180
1.45
2.04
2.50
3.15
3.76
4.33
GAINES
360
1.67
2.34
2.87
3.60
4.32
4.94
GAINES
720
1.90
2.67
3.27
4.08
4.90
5.56
GAINES
1440
2.16
3.03
3.70
4.59
5.53
6.23
GALVESTON
15
1.12
1.34
1.52
1.71
1.92
2.13
GALVESTON
30
1.58
1.95
2.25
2.59
2.94
3.33
GALVESTON
60
2.05
2.63
3.09
3.62
4.16
4.81
GALVESTON
120
2.55
3.35
4.00
4.77
5.54
6.49
GALVESTON
180
2.85
3.80
4.58
5.50
6.43
7.57
GALVESTON
360
3.39
4.63
5.67
6.87
8.11
9.61
GALVESTON
720
3.99
5.56
6.91
8.46
10.08
11.98
GALVESTON
1440
4.67
6.65
8.37
10.33
12.41
14.78
GARZA
15
0.72
0.96
1.13
1.33
1.52
1.71
GARZA
30
0.97
1.31
1.57
1.89
2.17
2.50
GARZA
60
1.22
1.67
2.01
2.47
2.86
3.35
GARZA
120
1.47
2.02
2.45
3.05
3.54
4.18
GARZA
180
1.61
2.24
2.70
3.38
3.93
4.65
GARZA
360
1.87
2.62
3.16
3.95
4.61
5.45
GARZA
720
2.15
3.04
3.65
4.56
5.33
6.29
GARZA
1440
2.47
3.51
4.18
5.23
6.12
7.17
GILLESPIE
15
0.95
1.21
1.38
1.61
1.86
2.07
GILLESPIE
30
1.31
1.70
1.96
2.33
2.71
3.08
GILLESPIE
60
1.66
2.19
2.58
3.10
3.63
4.18
GILLESPIE
120
2.01
2.69
3.19
3.89
4.56
5.31
GILLESPIE
180
2.22
2.98
3.56
4.36
5.12
5.97
GILLESPIE
360
2.58
3.50
4.22
5.20
6.11
7.14
GILLESPIE
720
2.96
4.05
4.93
6.12
7.17
8.39
GILLESPIE
1440
3.38
4.66
5.73
7.14
8.35
9.76
GLASSCOCK
15
0.71
0.96
1.12
1.30
1.47
1.64
GLASSCOCK
30
0.98
1.33
1.57
1.86
2.13
2.42
GLASSCOCK
60
1.24
1.69
2.02
2.43
2.82
3.24
GLASSCOCK
120
1.47
2.03
2.43
2.98
3.47
4.04
GLASSCOCK
180
1.60
2.22
2.66
3.28
3.83
4.47
GLASSCOCK
360
1.82
2.53
3.03
3.79
4.44
5.20
GLASSCOCK
720
2.04
2.84
3.41
4.29
5.05
5.92
GLASSCOCK
1440
2.26
3.16
3.80
4.83
5.68
6.67
GOLIAD
15
1.17
1.45
1.64
1.91
2.18
2.44
GOLIAD
30
1.53
1.97
2.26
2.66
3.08
3.54
GOLIAD
60
1.88
2.49
2.91
3.45
4.06
4.73
GOLIAD
120
2.24
3.03
3.58
4.28
5.08
5.99
GOLIAD
180
2.45
3.35
3.99
4.80
5.71
6.76
GOLIAD
360
2.82
3.93
4.74
5.77
6.86
8.16
GOLIAD
720
3.23
4.57
5.58
6.85
8.16
9.73
GOLIAD
1440
3.68
5.29
6.53
8.11
9.65
11.52
GONZALES
15
1.08
1.43
1.68
1.99
2.34
2.64
GONZALES
30
1.48
1.94
2.30
2.68
3.18
3.65
GONZALES
60
1.86
2.45
2.92
3.41
4.05
4.70
GONZALES
120
2.23
2.96
3.55
4.17
4.96
5.79
GONZALES
180
2.44
3.25
3.93
4.64
5.51
6.46
GONZALES
360
2.80
3.78
4.60
5.50
6.53
7.67
GONZALES
720
3.17
4.35
5.34
6.46
7.66
9.02
GONZALES
1440
3.57
4.98
6.17
7.57
8.95
10.56
GRAY
15
0.76
1.07
1.28
1.60
1.86
2.17
GRAY
30
1.01
1.42
1.71
2.15
2.54
2.99
GRAY
60
1.24
1.76
2.13
2.68
3.20
3.78
GRAY
120
1.47
2.09
2.53
3.19
3.81
4.51
147
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GRAY
180
1.61
2.28
2.77
3.48
4.15
4.91
GRAY
360
1.85
2.61
3.18
3.99
4.74
5.57
GRAY
720
2.10
2.97
3.61
4.52
5.33
6.23
GRAY
1440
2.38
3.36
4.08
5.09
5.97
6.92
GRAYSON
15
1.03
1.29
1.50
1.72
1.98
2.24
GRAYSON
30
1.35
1.72
1.98
2.28
2.63
2.95
GRAYSON
60
1.68
2.16
2.50
2.91
3.34
3.77
GRAYSON
120
2.03
2.64
3.07
3.61
4.16
4.74
GRAYSON
180
2.24
2.94
3.45
4.07
4.70
5.38
GRAYSON
360
2.62
3.51
4.16
4.96
5.76
6.67
GRAYSON
720
3.06
4.16
5.00
6.02
7.02
8.23
GRAYSON
1440
3.55
4.91
5.99
7.29
8.54
10.14
GREGG
15
0.96
1.24
1.46
1.68
1.96
2.26
GREGG
30
1.36
1.75
2.06
2.37
2.76
3.19
GREGG
60
1.77
2.29
2.69
3.13
3.64
4.20
GREGG
120
2.17
2.84
3.36
3.94
4.58
5.30
GREGG
180
2.40
3.17
3.77
4.46
5.17
6.00
GREGG
360
2.81
3.77
4.53
5.43
6.27
7.31
GREGG
720
3.24
4.43
5.38
6.56
7.52
8.83
GREGG
1440
3.71
5.18
6.35
7.87
8.98
10.61
GRIMES
15
1.04
1.35
1.56
1.82
2.07
2.38
GRIMES
30
1.42
1.87
2.21
2.65
3.07
3.56
GRIMES
60
1.79
2.41
2.89
3.52
4.15
4.87
GRIMES
120
2.17
2.96
3.57
4.41
5.25
6.20
GRIMES
180
2.39
3.29
3.98
4.93
5.88
6.96
GRIMES
360
2.79
3.89
4.70
5.84
6.97
8.28
GRIMES
720
3.23
4.54
5.49
6.81
8.11
9.64
GRIMES
1440
3.71
5.27
6.36
7.88
9.34
11.12
GUADALUPE
15
1.05
1.38
1.61
1.89
2.17
2.52
GUADALUPE
30
1.44
1.88
2.19
2.60
3.00
3.50
GUADALUPE
60
1.83
2.39
2.79
3.33
3.86
4.52
GUADALUPE
120
2.19
2.90
3.40
4.09
4.76
5.57
GUADALUPE
180
2.40
3.20
3.77
4.55
5.31
6.21
GUADALUPE
360
2.76
3.74
4.43
5.39
6.31
7.37
GUADALUPE
720
3.14
4.33
5.15
6.33
7.43
8.65
GUADALUPE
1440
3.54
4.98
5.97
7.39
8.70
10.11
HALE
15
0.73
0.98
1.15
1.41
1.62
1.85
HALE
30
0.97
1.33
1.60
1.98
2.32
2.66
HALE
60
1.21
1.68
2.04
2.55
3.03
3.48
HALE
120
1.44
2.01
2.45
3.08
3.69
4.24
HALE
180
1.57
2.21
2.68
3.37
4.05
4.66
HALE
360
1.80
2.54
3.08
3.86
4.63
5.33
HALE
720
2.05
2.90
3.48
4.35
5.20
5.99
HALE
1440
2.32
3.28
3.90
4.86
5.78
6.67
HALL
15
0.77
1.03
1.22
1.43
1.61
1.84
HALL
30
1.02
1.41
1.69
2.05
2.38
2.77
HALL
60
1.27
1.79
2.17
2.69
3.19
3.75
HALL
120
1.52
2.15
2.62
3.30
3.96
4.67
HALL
180
1.67
2.36
2.88
3.64
4.38
5.16
HALL
360
1.93
2.73
3.33
4.23
5.06
5.92
HALL
720
2.21
3.12
3.81
4.82
5.73
6.62
HALL
1440
2.52
3.55
4.32
5.44
6.41
7.30
HAMILTON
15
0.85
1.11
1.33
1.57
1.80
2.03
HAMILTON
30
1.18
1.56
1.85
2.20
2.56
2.91
HAMILTON
60
1.51
2.02
2.40
2.87
3.36
3.86
HAMILTON
120
1.84
2.48
2.96
3.55
4.18
4.84
HAMILTON
180
2.03
2.75
3.29
3.96
4.68
5.43
HAMILTON
360
2.37
3.21
3.89
4.70
5.58
6.50
HAMILTON
720
2.72
3.71
4.54
5.51
6.56
7.68
HAMILTON
1440
3.11
4.26
5.27
6.42
7.67
9.01
148
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HANSFORD
15
0.77
1.08
1.31
1.64
1.96
2.29
HANSFORD
30
0.98
1.38
1.67
2.10
2.52
2.95
HANSFORD
60
1.18
1.66
2.02
2.53
3.02
3.56
HANSFORD
120
1.38
1.93
2.35
2.94
3.49
4.10
HANSFORD
180
1.49
2.08
2.54
3.17
3.75
4.40
HANSFORD
360
1.69
2.35
2.87
3.59
4.20
4.91
HANSFORD
720
1.91
2.64
3.22
4.02
4.66
5.44
HANSFORD
1440
2.14
2.94
3.60
4.50
5.16
5.99
HARDEMAN
15
0.80
1.04
1.18
1.42
1.58
1.78
HARDEMAN
30
1.06
1.43
1.67
2.07
2.37
2.72
HARDEMAN
60
1.32
1.83
2.18
2.76
3.23
3.77
HARDEMAN
120
1.59
2.23
2.69
3.44
4.08
4.80
HARDEMAN
180
1.75
2.47
2.99
3.83
4.55
5.37
HARDEMAN
360
2.05
2.89
3.52
4.51
5.35
6.28
HARDEMAN
720
2.38
3.36
4.09
5.21
6.16
7.17
HARDEMAN
1440
2.76
3.89
4.72
5.97
7.01
8.07
HARDIN
15
1.09
1.34
1.53
1.77
1.97
2.17
HARDIN
30
1.55
1.94
2.25
2.66
3.02
3.39
HARDIN
60
2.04
2.61
3.07
3.70
4.25
4.89
HARDIN
120
2.56
3.34
3.96
4.83
5.61
6.57
HARDIN
180
2.87
3.79
4.52
5.55
6.47
7.63
HARDIN
360
3.44
4.63
5.58
6.89
8.05
9.61
HARDIN
720
4.08
5.60
6.80
8.42
9.85
11.86
HARDIN
1440
4.81
6.72
8.23
10.22
11.95
14.49
HARRIS
15
1.11
1.35
1.54
1.74
1.93
2.14
HARRIS
30
1.53
1.92
2.23
2.59
2.93
3.32
HARRIS
60
1.96
2.54
2.99
3.55
4.10
4.74
HARRIS
120
2.40
3.18
3.80
4.59
5.39
6.32
HARRIS
180
2.66
3.58
4.29
5.24
6.20
7.31
HARRIS
360
3.14
4.31
5.20
6.44
7.71
9.16
HARRIS
720
3.67
5.12
6.23
7.81
9.43
11.25
HARRIS
1440
4.27
6.05
7.40
9.39
11.42
13.67
HARRISON
15
0.94
1.21
1.41
1.62
1.86
2.11
HARRISON
30
1.33
1.71
2.01
2.34
2.70
3.07
HARRISON
60
1.75
2.25
2.67
3.12
3.63
4.14
HARRISON
120
2.15
2.81
3.35
3.96
4.61
5.29
HARRISON
180
2.39
3.15
3.77
4.47
5.22
6.00
HARRISON
360
2.80
3.76
4.54
5.42
6.33
7.31
HARRISON
720
3.24
4.44
5.40
6.49
7.58
8.79
HARRISON
1440
3.72
5.20
6.38
7.71
9.02
10.49
HARTLEY
15
0.76
1.05
1.26
1.56
1.79
2.12
HARTLEY
30
0.94
1.32
1.61
2.03
2.35
2.82
HARTLEY
60
1.11
1.58
1.94
2.45
2.87
3.45
HARTLEY
120
1.28
1.82
2.24
2.82
3.33
4.02
HARTLEY
180
1.37
1.96
2.41
3.02
3.58
4.32
HARTLEY
360
1.55
2.20
2.71
3.34
3.99
4.81
HARTLEY
720
1.74
2.46
3.01
3.66
4.40
5.29
HARTLEY
1440
1.95
2.74
3.34
4.00
4.82
5.79
HASKELL
15
0.82
1.06
1.21
1.38
1.56
1.71
HASKELL
30
1.09
1.45
1.70
2.02
2.32
2.60
HASKELL
60
1.36
1.85
2.20
2.70
3.14
3.60
HASKELL
120
1.64
2.25
2.71
3.38
3.97
4.60
HASKELL
180
1.80
2.49
3.01
3.77
4.44
5.17
HASKELL
360
2.09
2.91
3.54
4.45
5.24
6.14
HASKELL
720
2.41
3.37
4.12
5.16
6.08
7.13
HASKELL
1440
2.76
3.88
4.76
5.93
6.97
8.18
HAYS
15
0.95
1.25
1.45
1.71
1.98
2.24
HAYS
30
1.35
1.75
2.04
2.43
2.84
3.25
HAYS
60
1.75
2.27
2.66
3.19
3.75
4.34
HAYS
120
2.14
2.80
3.30
3.99
4.70
5.46
149
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HAYS
180
2.36
3.11
3.68
4.47
5.27
6.14
HAYS
360
2.72
3.68
4.38
5.35
6.30
7.36
HAYS
720
3.10
4.29
5.14
6.32
7.43
8.70
HAYS
1440
3.50
4.98
6.00
7.42
8.71
10.21
HEMPHILL
15
0.78
1.10
1.32
1.59
1.96
2.27
HEMPHILL
30
1.03
1.45
1.75
2.16
2.62
3.04
HEMPHILL
60
1.27
1.78
2.17
2.71
3.25
3.78
HEMPHILL
120
1.50
2.11
2.57
3.22
3.83
4.48
HEMPHILL
180
1.64
2.30
2.80
3.51
4.16
4.88
HEMPHILL
360
1.88
2.63
3.20
4.00
4.73
5.57
HEMPHILL
720
2.13
2.98
3.62
4.51
5.31
6.28
HEMPHILL
1440
2.41
3.37
4.08
5.05
5.93
7.05
HENDERSON
15
0.99
1.30
1.52
1.83
2.11
2.41
HENDERSON
30
1.38
1.79
2.10
2.50
2.88
3.28
HENDERSON
60
1.78
2.31
2.71
3.21
3.71
4.23
HENDERSON
120
2.17
2.83
3.35
3.97
4.60
5.28
HENDERSON
180
2.40
3.14
3.74
4.45
5.16
5.95
HENDERSON
360
2.79
3.71
4.46
5.34
6.22
7.23
HENDERSON
720
3.20
4.33
5.27
6.37
7.43
8.73
HENDERSON
1440
3.65
5.03
6.20
7.55
8.85
10.50
HIDALGO
15
1.01
1.32
1.52
1.78
2.02
2.24
HIDALGO
30
1.40
1.87
2.17
2.58
2.98
3.38
HIDALGO
60
1.78
2.41
2.82
3.41
4.00
4.60
HIDALGO
120
2.12
2.91
3.43
4.18
4.95
5.76
HIDALGO
180
2.30
3.17
3.76
4.61
5.47
6.40
HIDALGO
360
2.59
3.59
4.30
5.30
6.29
7.43
HIDALGO
720
2.88
4.00
4.84
5.97
7.09
8.41
HIDALGO
1440
3.17
4.41
5.39
6.67
7.89
9.41
HILL
15
0.95
1.23
1.46
1.69
1.92
2.17
HILL
30
1.31
1.71
2.03
2.36
2.70
3.07
HILL
60
1.69
2.21
2.62
3.07
3.54
4.05
HILL
120
2.05
2.72
3.23
3.80
4.43
5.10
HILL
180
2.26
3.01
3.59
4.25
4.97
5.75
HILL
360
2.62
3.54
4.25
5.06
5.98
6.95
HILL
720
3.01
4.12
4.97
5.97
7.10
8.31
HILL
1440
3.43
4.75
5.79
7.00
8.39
9.88
HOCKLEY
15
0.71
0.97
1.16
1.42
1.64
1.88
HOCKLEY
30
0.93
1.29
1.57
1.93
2.26
2.63
HOCKLEY
60
1.14
1.61
1.97
2.43
2.87
3.37
HOCKLEY
120
1.36
1.92
2.35
2.90
3.44
4.05
HOCKLEY
180
1.49
2.10
2.57
3.17
3.76
4.42
HOCKLEY
360
1.72
2.41
2.95
3.62
4.29
5.03
HOCKLEY
720
1.97
2.74
3.34
4.09
4.83
5.64
HOCKLEY
1440
2.26
3.11
3.77
4.59
5.39
6.28
HOOD
15
0.93
1.23
1.44
1.66
1.92
2.22
HOOD
30
1.26
1.67
1.95
2.27
2.62
3.01
HOOD
60
1.60
2.11
2.48
2.92
3.37
3.85
HOOD
120
1.94
2.57
3.03
3.60
4.17
4.76
HOOD
180
2.13
2.84
3.36
4.02
4.67
5.34
HOOD
360
2.48
3.33
3.97
4.80
5.60
6.44
HOOD
720
2.86
3.87
4.64
5.68
6.67
7.71
HOOD
1440
3.28
4.48
5.41
6.68
7.91
9.19
HOPKINS
15
1.00
1.26
1.50
1.76
1.98
2.26
HOPKINS
30
1.38
1.72
2.02
2.35
2.63
2.99
HOPKINS
60
1.78
2.20
2.59
3.01
3.36
3.84
HOPKINS
120
2.17
2.72
3.21
3.76
4.23
4.85
HOPKINS
180
2.41
3.05
3.62
4.25
4.81
5.54
HOPKINS
360
2.83
3.66
4.39
5.22
5.97
6.92
HOPKINS
720
3.29
4.37
5.30
6.37
7.38
8.63
HOPKINS
1440
3.79
5.18
6.38
7.76
9.10
10.73
150
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HOUSTON
15
1.03
1.34
1.60
1.89
2.17
2.48
HOUSTON
30
1.43
1.87
2.24
2.68
3.10
3.58
HOUSTON
60
1.83
2.41
2.89
3.51
4.10
4.77
HOUSTON
120
2.23
2.97
3.57
4.37
5.12
5.98
HOUSTON
180
2.46
3.30
3.98
4.88
5.73
6.70
HOUSTON
360
2.86
3.90
4.71
5.81
6.82
7.98
HOUSTON
720
3.29
4.56
5.52
6.83
8.00
9.36
HOUSTON
1440
3.75
5.30
6.44
7.98
9.33
10.91
HOWARD
15
0.70
0.93
1.12
1.31
1.48
1.66
HOWARD
30
0.95
1.28
1.54
1.86
2.12
2.42
HOWARD
60
1.21
1.64
1.97
2.44
2.81
3.24
HOWARD
120
1.45
1.99
2.40
3.00
3.49
4.03
HOWARD
180
1.60
2.19
2.65
3.33
3.88
4.49
HOWARD
360
1.85
2.55
3.08
3.90
4.57
5.27
HOWARD
720
2.11
2.94
3.55
4.50
5.30
6.08
HOWARD
1440
2.39
3.37
4.06
5.15
6.10
6.95
HUDSPETH
15
0.66
0.90
1.06
1.24
1.37
1.53
HUDSPETH
30
0.76
1.08
1.29
1.53
1.74
1.98
HUDSPETH
60
0.86
1.23
1.50
1.81
2.09
2.40
HUDSPETH
120
0.96
1.39
1.71
2.07
2.40
2.80
HUDSPETH
180
1.02
1.47
1.83
2.22
2.58
3.02
HUDSPETH
360
1.12
1.63
2.04
2.48
2.88
3.41
HUDSPETH
720
1.23
1.79
2.27
2.76
3.19
3.81
HUDSPETH
1440
1.36
1.97
2.51
3.07
3.53
4.24
HUNT
15
1.00
1.29
1.53
1.79
2.01
2.23
HUNT
30
1.38
1.75
2.04
2.35
2.64
2.93
HUNT
60
1.77
2.23
2.59
2.98
3.36
3.76
HUNT
120
2.15
2.74
3.19
3.70
4.21
4.73
HUNT
180
2.37
3.06
3.58
4.18
4.78
5.39
HUNT
360
2.77
3.65
4.33
5.13
5.92
6.72
HUNT
720
3.21
4.31
5.20
6.26
7.29
8.34
HUNT
1440
3.69
5.08
6.24
7.63
8.98
10.35
HUTCHINSON
15
0.76
1.08
1.29
1.62
1.93
2.25
HUTCHINSON
30
0.98
1.39
1.67
2.11
2.52
2.94
HUTCHINSON
60
1.20
1.69
2.04
2.58
3.07
3.59
HUTCHINSON
120
1.40
1.98
2.39
3.02
3.57
4.18
HUTCHINSON
180
1.52
2.14
2.59
3.27
3.86
4.51
HUTCHINSON
360
1.73
2.43
2.95
3.71
4.34
5.07
HUTCHINSON
720
1.96
2.73
3.33
4.17
4.83
5.64
HUTCHINSON
1440
2.21
3.06
3.75
4.67
5.35
6.24
IRION
15
0.78
1.02
1.17
1.33
1.47
1.59
IRION
30
1.07
1.42
1.66
1.94
2.20
2.45
IRION
60
1.33
1.81
2.15
2.57
2.97
3.39
IRION
120
1.57
2.16
2.59
3.14
3.69
4.28
IRION
180
1.70
2.35
2.82
3.45
4.07
4.75
IRION
360
1.90
2.65
3.20
3.93
4.66
5.48
IRION
720
2.10
2.96
3.55
4.39
5.22
6.13
IRION
1440
2.31
3.27
3.90
4.85
5.76
6.75
JACK
15
0.98
1.21
1.42
1.68
1.92
2.17
JACK
30
1.28
1.62
1.92
2.28
2.62
2.99
JACK
60
1.58
2.04
2.42
2.91
3.36
3.87
JACK
120
1.89
2.47
2.95
3.56
4.14
4.79
JACK
180
2.08
2.73
3.27
3.97
4.63
5.37
JACK
360
2.42
3.21
3.86
4.72
5.54
6.44
JACK
720
2.80
3.74
4.53
5.56
6.57
7.66
JACK
1440
3.23
4.35
5.28
6.52
7.77
9.07
JACKSON
15
1.13
1.45
1.67
1.95
2.17
2.40
JACKSON
30
1.57
2.00
2.34
2.73
3.09
3.47
JACKSON
60
2.02
2.59
3.06
3.60
4.12
4.68
JACKSON
120
2.47
3.23
3.85
4.55
5.26
6.04
151
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
JACKSON
180
2.74
3.62
4.34
5.16
5.99
6.91
JACKSON
360
3.22
4.36
5.27
6.33
7.40
8.59
JACKSON
720
3.74
5.19
6.35
7.68
9.04
10.56
JACKSON
1440
4.31
6.16
7.60
9.29
11.00
12.91
JASPER
15
1.08
1.36
1.57
1.80
2.05
2.29
JASPER
30
1.53
1.94
2.27
2.65
3.07
3.49
JASPER
60
2.00
2.56
3.03
3.59
4.23
4.90
JASPER
120
2.47
3.21
3.84
4.60
5.46
6.41
JASPER
180
2.75
3.61
4.34
5.23
6.22
7.34
JASPER
360
3.24
4.32
5.26
6.37
7.59
9.01
JASPER
720
3.77
5.12
6.28
7.66
9.10
10.86
JASPER
1440
4.35
6.02
7.46
9.14
10.83
12.96
JEFFDAVIS
15
0.74
0.98
1.15
1.32
1.47
1.64
JEFFDAVIS
30
0.93
1.27
1.48
1.74
1.96
2.20
JEFFDAVIS
60
1.10
1.52
1.78
2.11
2.41
2.71
JEFFDAVIS
120
1.25
1.74
2.05
2.44
2.80
3.18
JEFFDAVIS
180
1.33
1.86
2.20
2.61
3.01
3.43
JEFFDAVIS
360
1.47
2.05
2.44
2.89
3.35
3.85
JEFFDAVIS
720
1.61
2.25
2.69
3.17
3.68
4.28
JEFFDAVIS
1440
1.75
2.45
2.94
3.45
4.02
4.72
JEFFERSON
15
1.10
1.33
1.53
1.74
1.97
2.17
JEFFERSON
30
1.57
1.96
2.30
2.66
3.05
3.43
JEFFERSON
60
2.08
2.68
3.19
3.77
4.36
4.99
JEFFERSON
120
2.62
3.46
4.16
5.00
5.84
6.79
JEFFERSON
180
2.96
3.95
4.77
5.79
6.80
7.95
JEFFERSON
360
3.59
4.87
5.90
7.27
8.60
10.14
JEFFERSON
720
4.29
5.92
7.18
8.97
10.69
12.68
JEFFERSON
1440
5.11
7.14
8.67
10.98
13.18
15.69
JIMHOGG
15
0.95
1.24
1.45
1.68
1.91
2.16
JIMHOGG
30
1.32
1.78
2.07
2.45
2.88
3.28
JIMHOGG
60
1.67
2.31
2.71
3.26
3.91
4.51
JIMHOGG
120
1.99
2.81
3.31
4.04
4.89
5.69
JIMHOGG
180
2.16
3.07
3.64
4.47
5.42
6.32
JIMHOGG
360
2.45
3.50
4.19
5.18
6.26
7.32
JIMHOGG
720
2.73
3.92
4.75
5.90
7.04
8.26
JIMHOGG
1440
3.02
4.34
5.34
6.64
7.83
9.18
JIMWELLS
15
0.99
1.28
1.47
1.72
1.92
2.14
JIMWELLS
30
1.37
1.82
2.11
2.49
2.84
3.20
JIMWELLS
60
1.76
2.37
2.78
3.30
3.83
4.38
JIMWELLS
120
2.14
2.91
3.45
4.11
4.84
5.57
JIMWELLS
180
2.35
3.21
3.84
4.60
5.43
6.27
JIMWELLS
360
2.72
3.74
4.52
5.45
6.45
7.45
JIMWELLS
720
3.11
4.30
5.25
6.36
7.53
8.69
JIMWELLS
1440
3.52
4.89
6.05
7.36
8.71
10.03
JOHNSON
15
0.95
1.24
1.47
1.70
1.96
2.25
JOHNSON
30
1.30
1.70
1.99
2.31
2.67
3.05
JOHNSON
60
1.65
2.17
2.53
2.96
3.43
3.92
JOHNSON
120
1.99
2.65
3.10
3.65
4.24
4.86
JOHNSON
180
2.19
2.94
3.44
4.09
4.75
5.46
JOHNSON
360
2.55
3.46
4.08
4.90
5.72
6.59
JOHNSON
720
2.94
4.03
4.80
5.83
6.83
7.90
JOHNSON
1440
3.36
4.66
5.62
6.91
8.12
9.44
JONES
15
0.79
1.05
1.22
1.38
1.56
1.70
JONES
30
1.08
1.45
1.70
1.99
2.30
2.56
JONES
60
1.37
1.86
2.20
2.64
3.09
3.51
JONES
120
1.66
2.26
2.71
3.31
3.89
4.47
JONES
180
1.82
2.50
3.02
3.70
4.36
5.03
JONES
360
2.12
2.92
3.56
4.40
5.16
5.99
JONES
720
2.43
3.38
4.15
5.15
6.02
6.99
JONES
1440
2.78
3.88
4.81
5.99
6.94
8.06
152
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KARNES
15
1.15
1.44
1.68
1.95
2.25
2.52
KARNES
30
1.50
1.94
2.28
2.68
3.12
3.52
KARNES
60
1.83
2.44
2.89
3.43
4.02
4.57
KARNES
120
2.16
2.92
3.50
4.19
4.94
5.64
KARNES
180
2.35
3.21
3.86
4.64
5.50
6.29
KARNES
360
2.69
3.72
4.50
5.46
6.50
7.46
KARNES
720
3.05
4.26
5.20
6.35
7.60
8.75
KARNES
1440
3.45
4.86
5.97
7.35
8.83
10.20
KAUFMAN
15
1.03
1.33
1.56
1.83
2.07
2.32
KAUFMAN
30
1.41
1.78
2.08
2.41
2.73
3.06
KAUFMAN
60
1.78
2.25
2.64
3.06
3.47
3.90
KAUFMAN
120
2.16
2.75
3.24
3.78
4.31
4.88
KAUFMAN
180
2.37
3.06
3.62
4.25
4.88
5.53
KAUFMAN
360
2.76
3.63
4.33
5.16
5.97
6.83
KAUFMAN
720
3.17
4.28
5.16
6.23
7.29
8.41
KAUFMAN
1440
3.62
5.03
6.13
7.51
8.88
10.33
KENDALL
15
1.00
1.27
1.46
1.69
1.96
2.24
KENDALL
30
1.40
1.79
2.10
2.48
2.88
3.30
KENDALL
60
1.81
2.34
2.77
3.32
3.87
4.45
KENDALL
120
2.20
2.90
3.45
4.18
4.87
5.63
KENDALL
180
2.42
3.22
3.85
4.68
5.46
6.33
KENDALL
360
2.81
3.80
4.56
5.57
6.50
7.56
KENDALL
720
3.22
4.42
5.33
6.51
7.60
8.88
KENDALL
1440
3.66
5.11
6.17
7.55
8.81
10.33
KENEDY
15
1.00
1.32
1.52
1.78
1.98
2.20
KENEDY
30
1.42
1.87
2.18
2.57
2.92
3.29
KENEDY
60
1.84
2.43
2.85
3.41
3.93
4.49
KENEDY
120
2.22
2.97
3.51
4.23
4.94
5.69
KENEDY
180
2.42
3.27
3.88
4.70
5.51
6.37
KENEDY
360
2.76
3.77
4.52
5.52
6.49
7.53
KENEDY
720
3.08
4.28
5.18
6.38
7.51
8.70
KENEDY
1440
3.41
4.82
5.89
7.30
8.60
9.96
KENT
15
0.74
0.96
1.14
1.31
1.48
1.63
KENT
30
0.99
1.33
1.60
1.88
2.18
2.48
KENT
60
1.25
1.71
2.07
2.49
2.93
3.42
KENT
120
1.51
2.09
2.53
3.10
3.68
4.35
KENT
180
1.66
2.32
2.80
3.46
4.11
4.88
KENT
360
1.93
2.74
3.27
4.09
4.85
5.75
KENT
720
2.23
3.19
3.78
4.76
5.63
6.63
KENT
1440
2.56
3.70
4.33
5.50
6.46
7.54
KERR
15
0.96
1.21
1.42
1.70
1.99
2.30
KERR
30
1.35
1.77
2.09
2.52
2.96
3.42
KERR
60
1.76
2.35
2.80
3.41
4.00
4.64
KERR
120
2.14
2.91
3.50
4.28
5.04
5.84
KERR
180
2.36
3.23
3.90
4.78
5.62
6.52
KERR
360
2.73
3.75
4.57
5.62
6.62
7.65
KERR
720
3.11
4.29
5.25
6.47
7.63
8.79
KERR
1440
3.51
4.85
5.97
7.37
8.70
9.99
KIMBLE
15
0.85
1.10
1.29
1.48
1.69
1.96
KIMBLE
30
1.21
1.60
1.91
2.25
2.59
3.00
KIMBLE
60
1.57
2.12
2.56
3.10
3.61
4.17
KIMBLE
120
1.89
2.60
3.16
3.90
4.59
5.32
KIMBLE
180
2.06
2.85
3.48
4.34
5.13
5.96
KIMBLE
360
2.33
3.25
3.99
5.01
5.99
7.01
KIMBLE
720
2.59
3.62
4.47
5.64
6.80
8.02
KIMBLE
1440
2.86
3.99
4.94
6.25
7.62
9.05
KING
15
0.79
1.01
1.15
1.32
1.46
1.66
KING
30
1.03
1.38
1.62
1.94
2.21
2.55
KING
60
1.28
1.77
2.10
2.60
3.04
3.55
KING
120
1.53
2.15
2.59
3.26
3.86
4.55
153
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KING
180
1.68
2.38
2.87
3.65
4.33
5.11
KING
360
1.96
2.79
3.38
4.30
5.13
6.03
KING
720
2.28
3.23
3.92
4.99
5.93
6.94
KING
1440
2.63
3.73
4.53
5.73
6.78
7.88
KINNEY
15
0.99
1.26
1.49
1.76
2.03
2.31
KINNEY
30
1.34
1.79
2.17
2.60
3.05
3.50
KINNEY
60
1.69
2.34
2.87
3.48
4.14
4.78
KINNEY
120
2.01
2.84
3.52
4.33
5.15
5.98
KINNEY
180
2.19
3.13
3.87
4.79
5.69
6.61
KINNEY
360
2.49
3.59
4.43
5.55
6.53
7.59
KINNEY
720
2.80
4.06
4.98
6.29
7.30
8.48
KINNEY
1440
3.12
4.55
5.53
7.06
8.06
9.33
KLEBERG
15
1.00
1.30
1.49
1.73
1.95
2.16
KLEBERG
30
1.41
1.85
2.15
2.53
2.89
3.27
KLEBERG
60
1.83
2.43
2.83
3.38
3.91
4.50
KLEBERG
120
2.23
2.98
3.51
4.23
4.94
5.75
KLEBERG
180
2.44
3.30
3.90
4.73
5.53
6.47
KLEBERG
360
2.80
3.83
4.59
5.60
6.57
7.70
KLEBERG
720
3.17
4.39
5.31
6.51
7.65
8.96
KLEBERG
1440
3.55
4.98
6.09
7.52
8.82
10.31
KNOX
15
0.81
1.04
1.18
1.35
1.52
1.70
KNOX
30
1.07
1.42
1.67
2.00
2.29
2.64
KNOX
60
1.33
1.82
2.17
2.69
3.13
3.70
KNOX
120
1.60
2.22
2.68
3.38
3.97
4.75
KNOX
180
1.76
2.46
2.99
3.78
4.45
5.34
KNOX
360
2.06
2.89
3.52
4.46
5.26
6.30
KNOX
720
2.39
3.36
4.11
5.16
6.09
7.22
KNOX
1440
2.77
3.88
4.75
5.91
6.98
8.16
LAMAR
15
1.02
1.28
1.48
1.73
1.95
2.17
LAMAR
30
1.38
1.72
1.98
2.31
2.60
2.88
LAMAR
60
1.75
2.19
2.53
2.95
3.34
3.71
LAMAR
120
2.13
2.69
3.15
3.68
4.20
4.70
LAMAR
180
2.36
3.01
3.56
4.17
4.78
5.37
LAMAR
360
2.78
3.61
4.33
5.12
5.91
6.71
LAMAR
720
3.25
4.31
5.25
6.25
7.28
8.37
LAMAR
1440
3.78
5.12
6.35
7.63
8.94
10.42
LAMB
15
0.72
0.98
1.16
1.44
1.65
1.90
LAMB
30
0.94
1.30
1.58
1.98
2.30
2.66
LAMB
60
1.15
1.63
1.98
2.50
2.93
3.40
LAMB
120
1.36
1.94
2.35
2.98
3.51
4.09
LAMB
180
1.49
2.12
2.56
3.25
3.82
4.46
LAMB
360
1.71
2.44
2.92
3.70
4.34
5.08
LAMB
720
1.94
2.78
3.29
4.15
4.86
5.71
LAMB
1440
2.21
3.15
3.68
4.62
5.39
6.35
LAMPASAS
15
0.86
1.13
1.31
1.55
1.81
2.05
LAMPASAS
30
1.18
1.55
1.83
2.18
2.56
2.94
LAMPASAS
60
1.49
1.98
2.36
2.84
3.36
3.90
LAMPASAS
120
1.79
2.41
2.90
3.50
4.17
4.88
LAMPASAS
180
1.97
2.66
3.22
3.90
4.65
5.47
LAMPASAS
360
2.28
3.11
3.78
4.61
5.53
6.51
LAMPASAS
720
2.62
3.58
4.39
5.38
6.48
7.65
LAMPASAS
1440
2.99
4.11
5.07
6.24
7.55
8.92
LASALLE
15
1.04
1.33
1.53
1.74
1.97
2.24
LASALLE
30
1.40
1.87
2.22
2.58
2.98
3.45
LASALLE
60
1.74
2.41
2.93
3.48
4.07
4.78
LASALLE
120
2.06
2.91
3.59
4.34
5.12
6.05
LASALLE
180
2.24
3.19
3.94
4.81
5.68
6.72
LASALLE
360
2.54
3.65
4.52
5.57
6.58
7.74
LASALLE
720
2.86
4.12
5.07
6.32
7.42
8.66
LASALLE
1440
3.20
4.60
5.64
7.09
8.26
9.53
154
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LAVACA
15
1.11
1.45
1.67
1.97
2.24
2.57
LAVACA
30
1.50
1.96
2.29
2.71
3.10
3.57
LAVACA
60
1.90
2.49
2.93
3.50
4.02
4.64
LAVACA
120
2.29
3.04
3.61
4.34
5.01
5.78
LAVACA
180
2.52
3.37
4.03
4.85
5.63
6.49
LAVACA
360
2.93
3.97
4.80
5.82
6.80
7.81
LAVACA
720
3.37
4.65
5.68
6.92
8.14
9.31
LAVACA
1440
3.85
5.41
6.68
8.18
9.70
11.05
LEE
15
0.98
1.29
1.52
1.80
2.13
2.44
LEE
30
1.37
1.81
2.13
2.55
3.04
3.51
LEE
60
1.77
2.34
2.76
3.34
4.00
4.64
LEE
120
2.14
2.86
3.39
4.14
4.95
5.74
LEE
180
2.36
3.17
3.77
4.61
5.50
6.38
LEE
360
2.72
3.70
4.43
5.46
6.47
7.48
LEE
720
3.10
4.27
5.15
6.38
7.49
8.62
LEE
1440
3.51
4.90
5.94
7.41
8.61
9.86
LEON
15
1.02
1.33
1.54
1.86
2.22
2.55
LEON
30
1.40
1.83
2.13
2.59
3.09
3.55
LEON
60
1.78
2.35
2.75
3.37
3.99
4.60
LEON
120
2.15
2.87
3.40
4.17
4.92
5.69
LEON
180
2.37
3.19
3.79
4.66
5.48
6.35
LEON
360
2.76
3.75
4.50
5.55
6.50
7.56
LEON
720
3.19
4.37
5.30
6.56
7.63
8.89
LEON
1440
3.65
5.07
6.20
7.70
8.91
10.41
LIBERTY
15
1.09
1.36
1.55
1.77
1.97
2.18
LIBERTY
30
1.55
1.98
2.27
2.65
3.00
3.39
LIBERTY
60
2.04
2.65
3.08
3.66
4.21
4.84
LIBERTY
120
2.54
3.37
3.97
4.76
5.55
6.47
LIBERTY
180
2.85
3.81
4.52
5.44
6.40
7.49
LIBERTY
360
3.40
4.62
5.55
6.73
7.99
9.40
LIBERTY
720
4.01
5.53
6.73
8.18
9.80
11.56
LIBERTY
1440
4.70
6.57
8.11
9.88
11.93
14.08
LIMESTONE
15
0.99
1.29
1.51
1.81
2.09
2.39
LIMESTONE
30
1.36
1.78
2.07
2.49
2.91
3.33
LIMESTONE
60
1.73
2.28
2.66
3.22
3.77
4.33
LIMESTONE
120
2.10
2.79
3.27
3.97
4.68
5.40
LIMESTONE
180
2.31
3.09
3.65
4.44
5.24
6.06
LIMESTONE
360
2.69
3.64
4.35
5.29
6.27
7.28
LIMESTONE
720
3.09
4.24
5.14
6.25
7.42
8.67
LIMESTONE
1440
3.52
4.92
6.04
7.35
8.74
10.27
LIPSCOMB
15
0.78
1.10
1.30
1.65
1.98
2.40
LIPSCOMB
30
1.02
1.43
1.70
2.13
2.60
3.14
LIPSCOMB
60
1.25
1.75
2.09
2.60
3.19
3.81
LIPSCOMB
120
1.47
2.05
2.47
3.07
3.72
4.44
LIPSCOMB
180
1.60
2.23
2.70
3.34
4.02
4.79
LIPSCOMB
360
1.82
2.54
3.09
3.83
4.53
5.38
LIPSCOMB
720
2.06
2.88
3.51
4.35
5.06
5.98
LIPSCOMB
1440
2.33
3.24
3.97
4.93
5.62
6.62
LIVEOAK
15
1.08
1.38
1.58
1.82
2.04
2.30
LIVEOAK
30
1.44
1.88
2.19
2.57
2.91
3.34
LIVEOAK
60
1.79
2.39
2.82
3.35
3.84
4.45
LIVEOAK
120
2.13
2.89
3.45
4.14
4.78
5.58
LIVEOAK
180
2.32
3.19
3.82
4.61
5.34
6.26
LIVEOAK
360
2.67
3.72
4.47
5.45
6.35
7.46
LIVEOAK
720
3.03
4.30
5.17
6.36
7.45
8.76
LIVEOAK
1440
3.43
4.94
5.95
7.36
8.68
10.21
LLANO
15
0.93
1.18
1.36
1.57
1.77
2.01
LLANO
30
1.21
1.58
1.86
2.18
2.52
2.91
LLANO
60
1.49
1.98
2.37
2.81
3.30
3.87
LLANO
120
1.77
2.38
2.88
3.47
4.11
4.86
155
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LLANO
180
1.94
2.62
3.19
3.86
4.60
5.44
LLANO
360
2.24
3.05
3.74
4.58
5.47
6.49
LLANO
720
2.57
3.52
4.35
5.39
6.44
7.63
LLANO
1440
2.93
4.04
5.02
6.29
7.52
8.89
LOVING
15
0.72
0.99
1.20
1.46
1.70
1.94
LOVING
30
0.90
1.29
1.58
1.97
2.36
2.72
LOVING
60
1.06
1.57
1.93
2.44
2.96
3.45
LOVING
120
1.23
1.81
2.25
2.86
3.47
4.07
LOVING
180
1.32
1.95
2.42
3.08
3.72
4.38
LOVING
360
1.50
2.18
2.71
3.44
4.09
4.84
LOVING
720
1.68
2.40
3.01
3.79
4.41
5.26
LOVING
1440
1.89
2.64
3.32
4.15
4.72
5.65
LUBBOCK
15
0.72
0.97
1.14
1.38
1.59
1.80
LUBBOCK
30
0.96
1.31
1.57
1.93
2.25
2.58
LUBBOCK
60
1.20
1.66
2.00
2.48
2.92
3.37
LUBBOCK
120
1.43
1.99
2.41
3.01
3.56
4.13
LUBBOCK
180
1.56
2.19
2.65
3.31
3.92
4.55
LUBBOCK
360
1.80
2.54
3.06
3.82
4.54
5.27
LUBBOCK
720
2.06
2.92
3.49
4.35
5.17
6.01
LUBBOCK
1440
2.34
3.33
3.95
4.92
5.85
6.79
LYNN
15
0.74
0.97
1.16
1.38
1.56
1.79
LYNN
30
0.96
1.30
1.58
1.91
2.20
2.56
LYNN
60
1.19
1.63
1.99
2.46
2.84
3.35
LYNN
120
1.42
1.97
2.39
2.98
3.47
4.10
LYNN
180
1.56
2.17
2.63
3.29
3.84
4.53
LYNN
360
1.81
2.53
3.06
3.82
4.47
5.24
LYNN
720
2.08
2.93
3.52
4.37
5.13
5.98
LYNN
1440
2.39
3.37
4.03
4.98
5.85
6.76
MADISON
15
1.03
1.34
1.59
1.89
2.18
2.46
MADISON
30
1.40
1.84
2.19
2.64
3.08
3.55
MADISON
60
1.78
2.36
2.82
3.44
4.04
4.71
MADISON
120
2.16
2.89
3.47
4.26
5.03
5.89
MADISON
180
2.38
3.21
3.86
4.77
5.63
6.59
MADISON
360
2.78
3.79
4.58
5.68
6.71
7.84
MADISON
720
3.21
4.43
5.38
6.70
7.90
9.19
MADISON
1440
3.69
5.16
6.29
7.85
9.24
10.70
MARION
15
0.94
1.22
1.42
1.63
1.89
2.17
MARION
30
1.34
1.72
2.00
2.31
2.69
3.08
MARION
60
1.75
2.25
2.64
3.06
3.56
4.09
MARION
120
2.16
2.81
3.32
3.88
4.52
5.19
MARION
180
2.40
3.15
3.75
4.40
5.12
5.89
MARION
360
2.82
3.78
4.54
5.38
6.26
7.21
MARION
720
3.27
4.48
5.43
6.53
7.58
8.74
MARION
1440
3.76
5.28
6.47
7.87
9.12
10.54
MARTIN
15
0.71
0.97
1.14
1.38
1.59
1.82
MARTIN
30
0.95
1.31
1.56
1.91
2.20
2.56
MARTIN
60
1.19
1.64
1.97
2.43
2.81
3.29
MARTIN
120
1.42
1.96
2.37
2.94
3.40
4.00
MARTIN
180
1.55
2.15
2.60
3.23
3.72
4.39
MARTIN
360
1.78
2.48
3.00
3.73
4.28
5.07
MARTIN
720
2.03
2.83
3.42
4.26
4.86
5.76
MARTIN
1440
2.30
3.21
3.89
4.83
5.47
6.50
MASON
15
0.91
1.14
1.32
1.54
1.76
1.98
MASON
30
1.20
1.56
1.83
2.18
2.53
2.92
MASON
60
1.48
1.98
2.36
2.86
3.36
3.95
MASON
120
1.75
2.39
2.89
3.54
4.20
4.99
MASON
180
1.91
2.63
3.20
3.94
4.70
5.60
MASON
360
2.19
3.05
3.75
4.66
5.59
6.66
MASON
720
2.49
3.51
4.35
5.43
6.56
7.78
MASON
1440
2.82
4.01
5.00
6.28
7.64
9.01
156
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MATAGORDA
15
1.13
1.42
1.63
1.87
2.10
2.34
MATAGORDA
30
1.60
2.03
2.33
2.69
3.07
3.47
MATAGORDA
60
2.10
2.68
3.10
3.62
4.19
4.79
MATAGORDA
120
2.60
3.37
3.94
4.66
5.44
6.30
MATAGORDA
180
2.90
3.79
4.48
5.34
6.24
7.29
MATAGORDA
360
3.42
4.57
5.48
6.63
7.79
9.22
MATAGORDA
720
3.98
5.45
6.65
8.17
9.62
11.52
MATAGORDA
1440
4.60
6.45
8.02
10.00
11.81
14.31
MAVERICK
15
1.05
1.33
1.58
1.84
2.09
2.37
MAVERICK
30
1.40
1.86
2.27
2.70
3.12
3.57
MAVERICK
60
1.72
2.39
2.97
3.60
4.19
4.84
MAVERICK
120
2.01
2.87
3.59
4.42
5.17
6.01
MAVERICK
180
2.17
3.13
3.91
4.85
5.67
6.62
MAVERICK
360
2.44
3.56
4.42
5.53
6.44
7.55
MAVERICK
720
2.72
3.98
4.88
6.15
7.14
8.38
MAVERICK
1440
3.01
4.42
5.34
6.77
7.81
9.17
MCCULLOCH
15
0.87
1.11
1.29
1.52
1.71
1.91
MCCULLOCH
30
1.13
1.50
1.76
2.11
2.44
2.79
MCCULLOCH
60
1.39
1.88
2.23
2.73
3.20
3.73
MCCULLOCH
120
1.65
2.27
2.70
3.35
3.96
4.66
MCCULLOCH
180
1.80
2.50
2.99
3.72
4.41
5.20
MCCULLOCH
360
2.07
2.91
3.50
4.38
5.20
6.11
MCCULLOCH
720
2.37
3.35
4.07
5.10
6.05
7.06
MCCULLOCH
1440
2.69
3.85
4.71
5.91
6.98
8.08
MCLENNAN
15
0.88
1.18
1.38
1.63
1.89
2.17
MCLENNAN
30
1.25
1.67
1.96
2.34
2.72
3.14
MCLENNAN
60
1.64
2.17
2.58
3.09
3.61
4.18
MCLENNAN
120
2.01
2.68
3.20
3.87
4.51
5.26
MCLENNAN
180
2.23
2.98
3.57
4.33
5.05
5.91
MCLENNAN
360
2.59
3.50
4.22
5.16
6.02
7.07
MCLENNAN
720
2.96
4.07
4.93
6.08
7.07
8.34
MCLENNAN
1440
3.36
4.69
5.72
7.10
8.24
9.76
MCMULLEN
15
1.05
1.35
1.55
1.78
2.04
2.26
MCMULLEN
30
1.41
1.86
2.18
2.57
2.96
3.36
MCMULLEN
60
1.76
2.38
2.81
3.40
3.95
4.56
MCMULLEN
120
2.08
2.88
3.43
4.19
4.92
5.73
MCMULLEN
180
2.27
3.16
3.78
4.64
5.47
6.39
MCMULLEN
360
2.59
3.65
4.39
5.41
6.42
7.50
MCMULLEN
720
2.92
4.17
5.02
6.20
7.41
8.62
MCMULLEN
1440
3.27
4.73
5.71
7.04
8.48
9.81
MEDINA
15
1.06
1.38
1.60
1.87
2.12
2.41
MEDINA
30
1.45
1.93
2.27
2.68
3.09
3.55
MEDINA
60
1.83
2.49
2.96
3.54
4.13
4.78
MEDINA
120
2.19
3.03
3.65
4.38
5.15
6.00
MEDINA
180
2.40
3.34
4.05
4.86
5.74
6.70
MEDINA
360
2.76
3.87
4.74
5.70
6.74
7.91
MEDINA
720
3.14
4.44
5.47
6.58
7.78
9.17
MEDINA
1440
3.55
5.05
6.27
7.53
8.91
10.53
MENARD
15
0.85
1.07
1.27
1.44
1.61
1.79
MENARD
30
1.15
1.52
1.82
2.13
2.44
2.76
MENARD
60
1.44
1.97
2.37
2.85
3.34
3.84
MENARD
120
1.70
2.37
2.88
3.54
4.19
4.90
MENARD
180
1.84
2.59
3.16
3.91
4.65
5.47
MENARD
360
2.07
2.94
3.60
4.52
5.37
6.36
MENARD
720
2.30
3.28
4.03
5.10
6.03
7.19
MENARD
1440
2.54
3.62
4.47
5.70
6.68
7.99
MIDLAND
15
0.72
0.98
1.17
1.39
1.59
1.78
MIDLAND
30
0.97
1.34
1.59
1.93
2.21
2.53
MIDLAND
60
1.22
1.68
2.00
2.45
2.83
3.28
MIDLAND
120
1.44
1.99
2.38
2.94
3.40
3.99
157
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MIDLAND
180
1.56
2.16
2.59
3.21
3.72
4.37
MIDLAND
360
1.76
2.43
2.95
3.67
4.26
5.00
MIDLAND
720
1.96
2.70
3.32
4.13
4.80
5.63
MIDLAND
1440
2.17
2.98
3.70
4.61
5.36
6.28
MILAM
15
0.95
1.24
1.45
1.73
2.05
2.35
MILAM
30
1.32
1.73
2.04
2.46
2.95
3.40
MILAM
60
1.70
2.25
2.65
3.24
3.89
4.51
MILAM
120
2.07
2.76
3.27
4.02
4.82
5.61
MILAM
180
2.28
3.06
3.64
4.50
5.36
6.25
MILAM
360
2.64
3.60
4.31
5.34
6.29
7.34
MILAM
720
3.02
4.17
5.03
6.27
7.28
8.48
MILAM
1440
3.43
4.81
5.84
7.30
8.35
9.72
MILLS
15
0.86
1.11
1.30
1.54
1.74
1.96
MILLS
30
1.15
1.51
1.78
2.12
2.44
2.81
MILLS
60
1.45
1.93
2.28
2.73
3.18
3.73
MILLS
120
1.74
2.34
2.79
3.37
3.97
4.67
MILLS
180
1.91
2.59
3.10
3.76
4.45
5.24
MILLS
360
2.22
3.04
3.66
4.47
5.35
6.26
MILLS
720
2.55
3.53
4.29
5.27
6.36
7.38
MILLS
1440
2.92
4.07
4.99
6.18
7.52
8.63
MITCHELL
15
0.70
0.94
1.10
1.28
1.42
1.58
MITCHELL
30
0.97
1.31
1.55
1.84
2.08
2.37
MITCHELL
60
1.23
1.69
2.02
2.43
2.80
3.24
MITCHELL
120
1.49
2.05
2.48
3.02
3.52
4.11
MITCHELL
180
1.65
2.27
2.75
3.35
3.94
4.62
MITCHELL
360
1.92
2.64
3.21
3.93
4.65
5.49
MITCHELL
720
2.21
3.03
3.71
4.54
5.40
6.40
MITCHELL
1440
2.53
3.45
4.25
5.20
6.21
7.38
MONTAGUE
15
0.93
1.19
1.40
1.62
1.87
2.18
MONTAGUE
30
1.22
1.61
1.89
2.22
2.58
3.01
MONTAGUE
60
1.53
2.04
2.40
2.87
3.33
3.90
MONTAGUE
120
1.85
2.49
2.95
3.56
4.15
4.84
MONTAGUE
180
2.05
2.77
3.29
4.00
4.66
5.43
MONTAGUE
360
2.42
3.29
3.93
4.82
5.62
6.53
MONTAGUE
720
2.85
3.87
4.65
5.77
6.73
7.77
MONTAGUE
1440
3.34
4.54
5.49
6.87
8.02
9.21
MONTGOMERY
15
1.08
1.35
1.55
1.77
1.99
2.22
MONTGOMERY
30
1.49
1.91
2.24
2.62
3.01
3.42
MONTGOMERY
60
1.91
2.51
2.99
3.57
4.19
4.83
MONTGOMERY
120
2.33
3.13
3.76
4.57
5.45
6.37
MONTGOMERY
180
2.58
3.50
4.23
5.19
6.22
7.31
MONTGOMERY
360
3.03
4.17
5.08
6.31
7.62
9.03
MONTGOMERY
720
3.52
4.91
6.01
7.55
9.18
10.92
MONTGOMERY
1440
4.06
5.75
7.05
8.96
10.94
13.08
MOORE
15
0.75
1.06
1.27
1.59
1.86
2.17
MOORE
30
0.96
1.36
1.64
2.07
2.45
2.89
MOORE
60
1.16
1.64
1.99
2.52
2.99
3.55
MOORE
120
1.35
1.91
2.32
2.93
3.48
4.14
MOORE
180
1.46
2.06
2.51
3.16
3.75
4.45
MOORE
360
1.66
2.32
2.83
3.56
4.19
4.97
MOORE
720
1.87
2.60
3.17
3.97
4.64
5.48
MOORE
1440
2.11
2.89
3.54
4.41
5.10
6.01
MORRIS
15
0.96
1.22
1.45
1.70
1.96
2.23
MORRIS
30
1.35
1.69
2.00
2.34
2.69
3.03
MORRIS
60
1.76
2.20
2.61
3.04
3.50
3.93
MORRIS
120
2.18
2.74
3.27
3.82
4.41
4.96
MORRIS
180
2.43
3.07
3.69
4.33
5.00
5.63
MORRIS
360
2.87
3.70
4.48
5.29
6.14
6.96
MORRIS
720
3.35
4.42
5.41
6.43
7.49
8.54
MORRIS
1440
3.88
5.25
6.50
7.78
9.12
10.46
158
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MOTLEY
15
0.78
1.02
1.16
1.39
1.54
1.71
MOTLEY
30
1.02
1.40
1.63
2.01
2.29
2.61
MOTLEY
60
1.26
1.77
2.10
2.65
3.10
3.60
MOTLEY
120
1.50
2.13
2.57
3.26
3.87
4.55
MOTLEY
180
1.65
2.34
2.84
3.61
4.30
5.06
MOTLEY
360
1.91
2.71
3.30
4.20
5.00
5.88
MOTLEY
720
2.19
3.10
3.80
4.80
5.69
6.64
MOTLEY
1440
2.51
3.54
4.34
5.45
6.40
7.40
NACOGDOCHES
15
1.00
1.30
1.52
1.75
2.00
2.27
NACOGDOCHES
30
1.42
1.84
2.19
2.53
2.93
3.38
NACOGDOCHES
60
1.84
2.41
2.88
3.38
3.95
4.61
NACOGDOCHES
120
2.24
2.97
3.58
4.26
4.99
5.88
NACOGDOCHES
180
2.47
3.31
4.00
4.78
5.60
6.63
NACOGDOCHES
360
2.87
3.90
4.72
5.71
6.69
7.97
NACOGDOCHES
720
3.28
4.54
5.48
6.73
7.86
9.40
NACOGDOCHES
1440
3.72
5.25
6.33
7.86
9.15
10.98
NAVARRO
15
1.01
1.28
1.52
1.84
2.13
2.44
NAVARRO
30
1.41
1.79
2.11
2.50
2.90
3.32
NAVARRO
60
1.80
2.31
2.72
3.20
3.70
4.26
NAVARRO
120
2.18
2.84
3.34
3.94
4.55
5.28
NAVARRO
180
2.40
3.15
3.72
4.39
5.09
5.92
NAVARRO
360
2.77
3.70
4.42
5.24
6.08
7.13
NAVARRO
720
3.15
4.31
5.19
6.19
7.20
8.53
NAVARRO
1440
3.57
4.98
6.06
7.28
8.50
10.16
NEWTON
15
1.08
1.36
1.56
1.80
2.03
2.23
NEWTON
30
1.52
1.94
2.26
2.63
3.01
3.38
NEWTON
60
1.99
2.57
3.02
3.56
4.13
4.72
NEWTON
120
2.46
3.22
3.82
4.56
5.34
6.19
NEWTON
180
2.75
3.63
4.31
5.20
6.08
7.11
NEWTON
360
3.26
4.36
5.21
6.37
7.46
8.83
NEWTON
720
3.82
5.18
6.20
7.72
9.02
10.77
NEWTON
1440
4.45
6.12
7.34
9.29
10.82
13.04
NOLAN
15
0.74
0.97
1.12
1.29
1.44
1.59
NOLAN
30
1.02
1.36
1.60
1.87
2.13
2.40
NOLAN
60
1.30
1.77
2.09
2.49
2.88
3.31
NOLAN
120
1.58
2.17
2.59
3.12
3.65
4.24
NOLAN
180
1.75
2.40
2.88
3.49
4.11
4.78
NOLAN
360
2.05
2.82
3.39
4.15
4.92
5.74
NOLAN
720
2.38
3.27
3.93
4.85
5.78
6.75
NOLAN
1440
2.74
3.76
4.52
5.62
6.74
7.86
NUECES
15
1.05
1.35
1.53
1.76
1.97
2.18
NUECES
30
1.45
1.88
2.16
2.55
2.89
3.24
NUECES
60
1.85
2.43
2.84
3.39
3.90
4.45
NUECES
120
2.24
2.99
3.55
4.27
4.97
5.73
NUECES
180
2.48
3.33
3.98
4.80
5.62
6.51
NUECES
360
2.89
3.95
4.78
5.76
6.81
7.93
NUECES
720
3.32
4.62
5.67
6.81
8.12
9.51
NUECES
1440
3.81
5.39
6.70
8.01
9.62
11.30
OCHILTREE
15
0.76
1.10
1.31
1.65
1.98
2.35
OCHILTREE
30
1.00
1.41
1.69
2.12
2.57
3.03
OCHILTREE
60
1.22
1.70
2.05
2.57
3.10
3.66
OCHILTREE
120
1.43
1.99
2.40
3.00
3.60
4.23
OCHILTREE
180
1.55
2.16
2.61
3.26
3.89
4.55
OCHILTREE
360
1.76
2.45
2.97
3.71
4.37
5.09
OCHILTREE
720
1.99
2.77
3.36
4.20
4.87
5.65
OCHILTREE
1440
2.24
3.11
3.78
4.73
5.40
6.24
OLDHAM
15
0.74
1.03
1.23
1.52
1.73
2.05
OLDHAM
30
0.93
1.31
1.59
2.00
2.33
2.77
OLDHAM
60
1.11
1.58
1.93
2.44
2.89
3.44
OLDHAM
120
1.29
1.84
2.25
2.83
3.39
4.01
159
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
OLDHAM
180
1.40
1.98
2.44
3.05
3.66
4.31
OLDHAM
360
1.59
2.24
2.76
3.41
4.09
4.77
OLDHAM
720
1.79
2.52
3.10
3.77
4.52
5.21
OLDHAM
1440
2.01
2.82
3.46
4.15
4.97
5.65
ORANGE
15
1.10
1.37
1.58
1.78
1.98
2.18
ORANGE
30
1.57
2.01
2.33
2.69
3.06
3.46
ORANGE
60
2.09
2.73
3.20
3.77
4.36
5.05
ORANGE
120
2.64
3.51
4.16
4.98
5.84
6.86
ORANGE
180
2.98
3.99
4.78
5.75
6.78
8.01
ORANGE
360
3.61
4.89
5.95
7.20
8.57
10.17
ORANGE
720
4.33
5.92
7.32
8.90
10.65
12.64
ORANGE
1440
5.16
7.11
8.94
10.90
13.11
15.53
PALOPINTO
15
0.96
1.22
1.43
1.67
1.91
2.21
PALOPINTO
30
1.26
1.64
1.93
2.27
2.60
3.00
PALOPINTO
60
1.56
2.07
2.45
2.89
3.33
3.85
PALOPINTO
120
1.87
2.50
2.97
3.53
4.10
4.75
PALOPINTO
180
2.06
2.75
3.29
3.93
4.58
5.31
PALOPINTO
360
2.40
3.22
3.87
4.66
5.48
6.37
PALOPINTO
720
2.79
3.73
4.51
5.48
6.50
7.58
PALOPINTO
1440
3.22
4.30
5.23
6.42
7.67
8.98
PANOLA
15
0.94
1.21
1.40
1.63
1.87
2.13
PANOLA
30
1.34
1.72
2.03
2.38
2.79
3.21
PANOLA
60
1.75
2.27
2.71
3.21
3.80
4.42
PANOLA
120
2.16
2.83
3.41
4.07
4.84
5.65
PANOLA
180
2.39
3.17
3.82
4.59
5.45
6.37
PANOLA
360
2.79
3.77
4.57
5.51
6.51
7.62
PANOLA
720
3.22
4.42
5.39
6.52
7.65
8.94
PANOLA
1440
3.68
5.15
6.31
7.65
8.90
10.37
PARKER
15
0.95
1.25
1.47
1.68
1.94
2.22
PARKER
30
1.28
1.68
1.97
2.28
2.61
2.97
PARKER
60
1.61
2.12
2.48
2.90
3.33
3.79
PARKER
120
1.93
2.56
3.02
3.56
4.10
4.68
PARKER
180
2.13
2.83
3.34
3.97
4.59
5.26
PARKER
360
2.48
3.32
3.95
4.74
5.52
6.36
PARKER
720
2.86
3.85
4.63
5.61
6.59
7.65
PARKER
1440
3.29
4.46
5.40
6.61
7.83
9.17
PARMER
15
0.73
0.98
1.18
1.47
1.67
1.95
PARMER
30
0.92
1.28
1.56
1.99
2.31
2.72
PARMER
60
1.11
1.57
1.92
2.48
2.92
3.44
PARMER
120
1.29
1.85
2.26
2.90
3.46
4.06
PARMER
180
1.40
2.02
2.45
3.13
3.74
4.38
PARMER
360
1.60
2.31
2.78
3.50
4.18
4.88
PARMER
720
1.81
2.61
3.12
3.85
4.60
5.34
PARMER
1440
2.05
2.95
3.49
4.22
5.01
5.79
PECOS
15
0.88
1.13
1.29
1.44
1.62
1.81
PECOS
30
1.05
1.41
1.63
1.90
2.16
2.46
PECOS
60
1.19
1.65
1.95
2.31
2.67
3.09
PECOS
120
1.33
1.86
2.24
2.69
3.13
3.66
PECOS
180
1.41
1.98
2.40
2.90
3.39
3.97
PECOS
360
1.55
2.19
2.68
3.25
3.80
4.49
PECOS
720
1.70
2.40
2.97
3.60
4.22
5.01
PECOS
1440
1.86
2.62
3.28
3.97
4.66
5.55
POLK
15
1.07
1.35
1.58
1.82
2.07
2.34
POLK
30
1.54
1.94
2.28
2.68
3.10
3.56
POLK
60
2.02
2.57
3.04
3.64
4.26
4.95
POLK
120
2.49
3.20
3.82
4.64
5.48
6.42
POLK
180
2.75
3.58
4.30
5.24
6.22
7.30
POLK
360
3.19
4.26
5.15
6.33
7.55
8.86
POLK
720
3.64
5.00
6.08
7.53
9.01
10.55
POLK
1440
4.12
5.81
7.14
8.88
10.66
12.42
160
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
POTTER
15
0.75
1.03
1.23
1.53
1.76
2.08
POTTER
30
0.97
1.35
1.62
2.04
2.39
2.82
POTTER
60
1.17
1.66
1.99
2.52
3.00
3.53
POTTER
120
1.37
1.94
2.35
2.98
3.54
4.16
POTTER
180
1.49
2.11
2.55
3.24
3.84
4.50
POTTER
360
1.70
2.39
2.91
3.68
4.34
5.06
POTTER
720
1.93
2.68
3.30
4.14
4.83
5.61
POTTER
1440
2.17
3.00
3.71
4.63
5.35
6.17
PRESIDIO
15
0.83
1.04
1.22
1.36
1.52
1.68
PRESIDIO
30
1.00
1.28
1.51
1.72
1.92
2.16
PRESIDIO
60
1.14
1.47
1.74
2.02
2.28
2.59
PRESIDIO
120
1.25
1.63
1.95
2.28
2.60
2.97
PRESIDIO
180
1.30
1.70
2.05
2.42
2.78
3.18
PRESIDIO
360
1.38
1.82
2.22
2.64
3.08
3.54
PRESIDIO
720
1.46
1.93
2.39
2.86
3.38
3.89
PRESIDIO
1440
1.53
2.03
2.56
3.08
3.70
4.27
RAINS
15
0.99
1.28
1.51
1.80
2.03
2.29
RAINS
30
1.38
1.76
2.04
2.38
2.67
3.00
RAINS
60
1.77
2.25
2.61
3.03
3.41
3.83
RAINS
120
2.17
2.77
3.23
3.77
4.27
4.81
RAINS
180
2.40
3.08
3.63
4.26
4.85
5.48
RAINS
360
2.80
3.66
4.37
5.21
6.00
6.82
RAINS
720
3.24
4.30
5.23
6.35
7.40
8.47
RAINS
1440
3.72
5.04
6.25
7.72
9.12
10.50
RANDALL
15
0.74
1.01
1.20
1.46
1.68
1.99
RANDALL
30
0.96
1.35
1.61
2.02
2.34
2.77
RANDALL
60
1.18
1.67
2.00
2.55
2.98
3.53
RANDALL
120
1.39
1.97
2.38
3.04
3.57
4.22
RANDALL
180
1.51
2.14
2.60
3.31
3.89
4.59
RANDALL
360
1.73
2.45
2.98
3.75
4.41
5.19
RANDALL
720
1.97
2.76
3.37
4.18
4.94
5.78
RANDALL
1440
2.23
3.10
3.80
4.64
5.48
6.37
REAGAN
15
0.75
1.00
1.17
1.35
1.50
1.65
REAGAN
30
1.04
1.39
1.64
1.93
2.19
2.48
REAGAN
60
1.31
1.78
2.11
2.52
2.90
3.36
REAGAN
120
1.54
2.11
2.52
3.05
3.55
4.17
REAGAN
180
1.66
2.28
2.74
3.33
3.90
4.59
REAGAN
360
1.85
2.56
3.09
3.78
4.45
5.24
REAGAN
720
2.02
2.81
3.42
4.22
4.98
5.81
REAGAN
1440
2.19
3.06
3.76
4.66
5.50
6.36
REAL
15
0.96
1.24
1.46
1.72
1.99
2.30
REAL
30
1.34
1.79
2.13
2.54
2.99
3.45
REAL
60
1.73
2.37
2.85
3.43
4.08
4.71
REAL
120
2.10
2.92
3.55
4.31
5.14
5.95
REAL
180
2.31
3.23
3.94
4.81
5.74
6.65
REAL
360
2.67
3.75
4.59
5.65
6.71
7.82
REAL
720
3.05
4.28
5.25
6.50
7.68
9.00
REAL
1440
3.45
4.84
5.95
7.40
8.69
10.23
REDRIVER
15
1.00
1.26
1.44
1.71
1.96
2.25
REDRIVER
30
1.36
1.70
1.98
2.31
2.62
2.97
REDRIVER
60
1.74
2.19
2.56
2.98
3.38
3.82
REDRIVER
120
2.13
2.71
3.21
3.74
4.26
4.81
REDRIVER
180
2.37
3.04
3.63
4.24
4.85
5.49
REDRIVER
360
2.80
3.66
4.43
5.23
6.01
6.83
REDRIVER
720
3.28
4.39
5.37
6.41
7.41
8.47
REDRIVER
1440
3.82
5.23
6.49
7.84
9.12
10.49
REEVES
15
0.77
1.01
1.19
1.43
1.62
1.86
REEVES
30
0.93
1.27
1.53
1.88
2.20
2.56
REEVES
60
1.08
1.50
1.83
2.28
2.72
3.22
REEVES
120
1.23
1.72
2.12
2.62
3.16
3.78
161
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
REEVES
180
1.32
1.85
2.28
2.80
3.39
4.07
REEVES
360
1.49
2.07
2.55
3.10
3.74
4.50
REEVES
720
1.67
2.30
2.83
3.38
4.06
4.90
REEVES
1440
1.87
2.54
3.13
3.67
4.38
5.28
REFUGIO
15
1.13
1.44
1.66
1.88
2.08
2.29
REFUGIO
30
1.53
1.96
2.28
2.64
2.98
3.35
REFUGIO
60
1.93
2.51
2.96
3.48
4.00
4.57
REFUGIO
120
2.34
3.09
3.70
4.43
5.15
5.94
REFUGIO
180
2.59
3.46
4.18
5.05
5.89
6.82
REFUGIO
360
3.05
4.13
5.08
6.24
7.31
8.51
REFUGIO
720
3.56
4.89
6.14
7.65
8.99
10.50
REFUGIO
1440
4.13
5.77
7.38
9.35
11.01
12.88
ROBERTS
15
0.76
1.09
1.31
1.66
1.96
2.30
ROBERTS
30
1.00
1.42
1.72
2.18
2.58
3.03
ROBERTS
60
1.23
1.74
2.11
2.67
3.16
3.72
ROBERTS
120
1.45
2.05
2.48
3.13
3.70
4.36
ROBERTS
180
1.58
2.23
2.70
3.40
4.00
4.71
ROBERTS
360
1.81
2.54
3.08
3.86
4.53
5.33
ROBERTS
720
2.05
2.87
3.48
4.34
5.07
5.96
ROBERTS
1440
2.31
3.24
3.92
4.86
5.65
6.63
ROBERTSON
15
0.98
1.27
1.52
1.83
2.10
2.42
ROBERTSON
30
1.34
1.76
2.12
2.55
2.97
3.44
ROBERTSON
60
1.71
2.27
2.74
3.30
3.89
4.51
ROBERTSON
120
2.08
2.79
3.37
4.07
4.81
5.58
ROBERTSON
180
2.29
3.10
3.75
4.53
5.36
6.21
ROBERTSON
360
2.67
3.65
4.42
5.37
6.35
7.33
ROBERTSON
720
3.07
4.25
5.16
6.28
7.41
8.53
ROBERTSON
1440
3.51
4.92
5.99
7.31
8.60
9.85
ROCKWALL
15
1.03
1.33
1.55
1.80
2.04
2.28
ROCKWALL
30
1.40
1.78
2.04
2.37
2.67
2.98
ROCKWALL
60
1.76
2.25
2.57
3.00
3.38
3.79
ROCKWALL
120
2.13
2.74
3.16
3.71
4.21
4.74
ROCKWALL
180
2.34
3.05
3.53
4.18
4.76
5.37
ROCKWALL
360
2.73
3.62
4.25
5.10
5.86
6.64
ROCKWALL
720
3.14
4.26
5.10
6.19
7.18
8.19
ROCKWALL
1440
3.61
5.00
6.09
7.50
8.78
10.08
RUNNELS
15
0.82
1.08
1.25
1.46
1.63
1.82
RUNNELS
30
1.09
1.46
1.71
2.04
2.33
2.64
RUNNELS
60
1.36
1.84
2.18
2.65
3.07
3.51
RUNNELS
120
1.63
2.22
2.67
3.25
3.81
4.38
RUNNELS
180
1.80
2.45
2.96
3.61
4.25
4.90
RUNNELS
360
2.10
2.87
3.49
4.25
5.03
5.81
RUNNELS
720
2.43
3.33
4.08
4.95
5.88
6.79
RUNNELS
1440
2.81
3.84
4.74
5.72
6.82
7.86
RUSK
15
0.95
1.25
1.48
1.71
1.97
2.23
RUSK
30
1.35
1.76
2.10
2.46
2.85
3.27
RUSK
60
1.76
2.31
2.77
3.25
3.81
4.41
RUSK
120
2.16
2.86
3.45
4.08
4.81
5.60
RUSK
180
2.40
3.19
3.87
4.59
5.41
6.31
RUSK
360
2.80
3.79
4.63
5.50
6.50
7.58
RUSK
720
3.23
4.45
5.46
6.51
7.69
8.96
RUSK
1440
3.70
5.18
6.41
7.65
9.04
10.52
SABINE
15
1.03
1.32
1.53
1.74
1.96
2.21
SABINE
30
1.45
1.86
2.18
2.52
2.90
3.34
SABINE
60
1.87
2.43
2.88
3.37
3.95
4.62
SABINE
120
2.29
3.02
3.60
4.27
5.04
5.95
SABINE
180
2.53
3.37
4.04
4.81
5.69
6.75
SABINE
360
2.95
4.00
4.82
5.80
6.87
8.16
SABINE
720
3.41
4.69
5.69
6.90
8.14
9.68
SABINE
1440
3.91
5.48
6.67
8.15
9.57
11.37
162
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SANAUGUSTINE
15
1.03
1.32
1.53
1.73
1.98
2.21
SANAUGUSTINE
30
1.45
1.87
2.19
2.52
2.94
3.35
SANAUGUSTINE
60
1.87
2.44
2.90
3.38
3.99
4.64
SANAUGUSTINE
120
2.28
3.02
3.62
4.27
5.07
5.97
SANAUGUSTINE
180
2.52
3.36
4.05
4.80
5.70
6.76
SANAUGUSTINE
360
2.92
3.97
4.82
5.77
6.81
8.13
SANAUGUSTINE
720
3.35
4.64
5.65
6.83
7.99
9.58
SANAUGUSTINE
1440
3.81
5.37
6.58
8.02
9.28
11.18
SANJACINTO
15
1.06
1.35
1.54
1.78
2.04
2.29
SANJACINTO
30
1.52
1.93
2.22
2.61
3.07
3.48
SANJACINTO
60
1.99
2.56
2.97
3.55
4.25
4.87
SANJACINTO
120
2.45
3.20
3.78
4.57
5.54
6.40
SANJACINTO
180
2.72
3.59
4.29
5.21
6.34
7.36
SANJACINTO
360
3.17
4.27
5.24
6.39
7.83
9.14
SANJACINTO
720
3.65
5.03
6.32
7.74
9.51
11.17
SANJACINTO
1440
4.18
5.87
7.57
9.30
11.46
13.52
SANPATRICIO
15
1.10
1.42
1.63
1.83
2.02
2.25
SANPATRICIO
30
1.47
1.92
2.22
2.57
2.90
3.28
SANPATRICIO
60
1.85
2.45
2.87
3.37
3.88
4.44
SANPATRICIO
120
2.24
3.00
3.57
4.26
4.95
5.72
SANPATRICIO
180
2.48
3.35
4.01
4.82
5.63
6.52
SANPATRICIO
360
2.92
4.00
4.85
5.89
6.90
8.04
SANPATRICIO
720
3.41
4.73
5.82
7.14
8.37
9.79
SANPATRICIO
1440
3.97
5.58
6.96
8.61
10.10
11.85
SANSABA
15
0.90
1.13
1.30
1.51
1.72
1.94
SANSABA
30
1.17
1.52
1.78
2.08
2.41
2.78
SANSABA
60
1.44
1.90
2.28
2.68
3.15
3.69
SANSABA
120
1.72
2.30
2.78
3.31
3.93
4.64
SANSABA
180
1.88
2.53
3.08
3.70
4.41
5.22
SANSABA
360
2.19
2.96
3.63
4.41
5.30
6.27
SANSABA
720
2.53
3.42
4.23
5.21
6.29
7.43
SANSABA
1440
2.91
3.94
4.90
6.12
7.44
8.76
SCHLEICHER
15
0.83
1.05
1.22
1.40
1.55
1.72
SCHLEICHER
30
1.15
1.51
1.80
2.12
2.39
2.70
SCHLEICHER
60
1.45
1.97
2.38
2.87
3.29
3.82
SCHLEICHER
120
1.70
2.37
2.90
3.56
4.14
4.88
SCHLEICHER
180
1.84
2.58
3.16
3.91
4.58
5.42
SCHLEICHER
360
2.04
2.89
3.54
4.42
5.24
6.20
SCHLEICHER
720
2.24
3.18
3.87
4.86
5.82
6.84
SCHLEICHER
1440
2.43
3.45
4.17
5.27
6.35
7.39
SCURRY
15
0.71
0.95
1.10
1.30
1.45
1.62
SCURRY
30
0.97
1.31
1.56
1.87
2.12
2.42
SCURRY
60
1.24
1.69
2.03
2.47
2.84
3.29
SCURRY
120
1.51
2.06
2.49
3.07
3.57
4.17
SCURRY
180
1.66
2.29
2.76
3.42
3.99
4.68
SCURRY
360
1.94
2.69
3.24
4.04
4.72
5.55
SCURRY
720
2.24
3.13
3.74
4.69
5.50
6.46
SCURRY
1440
2.57
3.62
4.29
5.41
6.35
7.44
SHACKELFORD
15
0.85
1.11
1.29
1.49
1.69
1.88
SHACKELFORD
30
1.15
1.53
1.81
2.12
2.43
2.78
SHACKELFORD
60
1.46
1.95
2.34
2.79
3.22
3.75
SHACKELFORD
120
1.76
2.37
2.87
3.46
4.02
4.73
SHACKELFORD
180
1.93
2.61
3.18
3.85
4.49
5.29
SHACKELFORD
360
2.24
3.04
3.73
4.55
5.32
6.25
SHACKELFORD
720
2.56
3.50
4.32
5.29
6.20
7.26
SHACKELFORD
1440
2.91
4.00
4.98
6.12
7.17
8.35
SHELBY
15
0.98
1.25
1.45
1.65
1.87
2.11
SHELBY
30
1.37
1.78
2.09
2.44
2.80
3.22
SHELBY
60
1.78
2.35
2.79
3.30
3.85
4.48
SHELBY
120
2.18
2.92
3.50
4.19
4.93
5.77
163
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SHELBY
180
2.41
3.26
3.92
4.71
5.56
6.53
SHELBY
360
2.82
3.86
4.66
5.63
6.67
7.84
SHELBY
720
3.24
4.52
5.46
6.63
7.84
9.21
SHELBY
1440
3.71
5.25
6.35
7.72
9.12
10.70
SHERMAN
15
0.77
1.08
1.30
1.63
1.92
2.25
SHERMAN
30
0.96
1.36
1.66
2.07
2.47
2.91
SHERMAN
60
1.14
1.63
1.99
2.48
2.97
3.51
SHERMAN
120
1.32
1.88
2.29
2.86
3.41
4.04
SHERMAN
180
1.43
2.02
2.46
3.08
3.65
4.33
SHERMAN
360
1.62
2.27
2.76
3.45
4.06
4.80
SHERMAN
720
1.82
2.53
3.07
3.84
4.47
5.27
SHERMAN
1440
2.05
2.82
3.41
4.26
4.90
5.76
SMITH
15
0.98
1.26
1.52
1.81
2.11
2.41
SMITH
30
1.37
1.76
2.09
2.47
2.88
3.32
SMITH
60
1.77
2.28
2.69
3.19
3.72
4.31
SMITH
120
2.17
2.83
3.33
3.96
4.63
5.37
SMITH
180
2.40
3.15
3.73
4.44
5.22
6.05
SMITH
360
2.81
3.75
4.48
5.35
6.32
7.33
SMITH
720
3.24
4.41
5.33
6.40
7.60
8.80
SMITH
1440
3.71
5.16
6.32
7.63
9.11
10.54
SOMERVELL
15
0.93
1.21
1.43
1.63
1.88
2.15
SOMERVELL
30
1.26
1.65
1.96
2.25
2.58
2.96
SOMERVELL
60
1.60
2.11
2.50
2.91
3.33
3.83
SOMERVELL
120
1.93
2.57
3.06
3.59
4.13
4.76
SOMERVELL
180
2.13
2.84
3.39
4.02
4.64
5.35
SOMERVELL
360
2.48
3.34
4.01
4.81
5.60
6.45
SOMERVELL
720
2.86
3.89
4.70
5.69
6.70
7.71
SOMERVELL
1440
3.28
4.51
5.48
6.71
7.98
9.17
STARR
15
0.95
1.25
1.46
1.70
1.93
2.18
STARR
30
1.33
1.79
2.09
2.50
2.92
3.33
STARR
60
1.69
2.33
2.72
3.34
3.97
4.58
STARR
120
2.01
2.82
3.31
4.11
4.94
5.77
STARR
180
2.17
3.07
3.63
4.52
5.45
6.40
STARR
360
2.44
3.47
4.15
5.18
6.21
7.37
STARR
720
2.69
3.85
4.67
5.80
6.89
8.25
STARR
1440
2.95
4.23
5.20
6.42
7.54
9.09
STEPHENS
15
0.88
1.16
1.35
1.57
1.78
2.02
STEPHENS
30
1.20
1.59
1.88
2.21
2.52
2.91
STEPHENS
60
1.52
2.02
2.41
2.87
3.31
3.85
STEPHENS
120
1.83
2.45
2.94
3.54
4.11
4.79
STEPHENS
180
2.01
2.70
3.26
3.95
4.58
5.35
STEPHENS
360
2.33
3.14
3.81
4.67
5.43
6.33
STEPHENS
720
2.68
3.61
4.40
5.46
6.36
7.38
STEPHENS
1440
3.06
4.14
5.06
6.35
7.39
8.54
STERLING
15
0.72
0.95
1.10
1.28
1.42
1.59
STERLING
30
0.99
1.33
1.55
1.85
2.08
2.36
STERLING
60
1.24
1.71
2.01
2.44
2.78
3.19
STERLING
120
1.49
2.07
2.46
3.02
3.48
4.02
STERLING
180
1.62
2.28
2.72
3.35
3.87
4.49
STERLING
360
1.86
2.63
3.18
3.91
4.55
5.29
STERLING
720
2.10
3.00
3.65
4.48
5.24
6.11
STERLING
1440
2.35
3.39
4.17
5.10
5.99
6.98
STONEWALL
15
0.76
1.00
1.15
1.31
1.48
1.62
STONEWALL
30
1.03
1.37
1.62
1.92
2.21
2.49
STONEWALL
60
1.29
1.76
2.11
2.56
3.01
3.46
STONEWALL
120
1.56
2.16
2.59
3.22
3.80
4.44
STONEWALL
180
1.71
2.39
2.88
3.60
4.27
5.00
STONEWALL
360
2.00
2.81
3.38
4.26
5.06
5.95
STONEWALL
720
2.30
3.27
3.92
4.97
5.88
6.90
STONEWALL
1440
2.65
3.78
4.51
5.74
6.77
7.91
164
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SUTTON
15
0.84
1.10
1.26
1.45
1.61
1.80
SUTTON
30
1.20
1.62
1.89
2.24
2.54
2.89
SUTTON
60
1.55
2.15
2.56
3.10
3.60
4.17
SUTTON
120
1.86
2.62
3.16
3.91
4.61
5.41
SUTTON
180
2.02
2.86
3.47
4.33
5.12
6.05
SUTTON
360
2.28
3.22
3.93
4.96
5.87
6.97
SUTTON
720
2.51
3.53
4.34
5.49
6.47
7.70
SUTTON
1440
2.75
3.83
4.72
5.98
6.99
8.31
SWISHER
15
0.74
1.00
1.17
1.45
1.64
1.89
SWISHER
30
0.98
1.35
1.61
2.02
2.34
2.71
SWISHER
60
1.21
1.69
2.04
2.59
3.04
3.53
SWISHER
120
1.43
2.02
2.45
3.12
3.68
4.29
SWISHER
180
1.56
2.20
2.68
3.41
4.03
4.70
SWISHER
360
1.78
2.53
3.07
3.89
4.59
5.35
SWISHER
720
2.02
2.87
3.48
4.37
5.14
5.98
SWISHER
1440
2.28
3.24
3.90
4.86
5.70
6.62
TARRANT
15
0.97
1.27
1.49
1.72
1.98
2.30
TARRANT
30
1.31
1.71
2.00
2.32
2.64
3.04
TARRANT
60
1.66
2.17
2.52
2.95
3.37
3.85
TARRANT
120
2.00
2.64
3.08
3.64
4.16
4.77
TARRANT
180
2.20
2.93
3.43
4.07
4.68
5.36
TARRANT
360
2.56
3.45
4.07
4.89
5.66
6.52
TARRANT
720
2.94
4.04
4.81
5.84
6.81
7.89
TARRANT
1440
3.37
4.70
5.65
6.95
8.18
9.53
TAYLOR
15
0.79
1.05
1.22
1.43
1.61
1.79
TAYLOR
30
1.08
1.45
1.69
2.01
2.30
2.60
TAYLOR
60
1.37
1.86
2.19
2.64
3.03
3.48
TAYLOR
120
1.67
2.27
2.70
3.28
3.79
4.39
TAYLOR
180
1.85
2.52
3.01
3.67
4.26
4.93
TAYLOR
360
2.16
2.96
3.58
4.37
5.10
5.89
TAYLOR
720
2.51
3.45
4.21
5.15
6.03
6.94
TAYLOR
1440
2.90
3.99
4.92
6.03
7.08
8.11
TERRELL
15
0.89
1.12
1.32
1.46
1.60
1.80
TERRELL
30
1.12
1.48
1.77
2.03
2.29
2.58
TERRELL
60
1.33
1.82
2.21
2.59
2.98
3.39
TERRELL
120
1.52
2.13
2.60
3.12
3.64
4.17
TERRELL
180
1.63
2.31
2.82
3.42
4.01
4.60
TERRELL
360
1.83
2.60
3.20
3.93
4.62
5.32
TERRELL
720
2.03
2.90
3.58
4.46
5.25
6.04
TERRELL
1440
2.24
3.23
3.98
5.02
5.91
6.80
TERRY
15
0.71
0.98
1.16
1.42
1.64
1.89
TERRY
30
0.93
1.29
1.56
1.94
2.24
2.61
TERRY
60
1.15
1.60
1.95
2.45
2.84
3.33
TERRY
120
1.36
1.91
2.33
2.94
3.43
4.02
TERRY
180
1.49
2.09
2.56
3.22
3.77
4.41
TERRY
360
1.73
2.43
2.95
3.71
4.36
5.07
TERRY
720
1.98
2.79
3.37
4.22
4.99
5.75
TERRY
1440
2.27
3.20
3.83
4.77
5.67
6.48
THROCKMORTON
15
0.86
1.11
1.28
1.46
1.63
1.78
THROCKMORTON
30
1.15
1.52
1.79
2.12
2.44
2.74
THROCKMORTON
60
1.43
1.94
2.32
2.81
3.31
3.81
THROCKMORTON
120
1.72
2.35
2.85
3.50
4.17
4.88
THROCKMORTON
180
1.90
2.59
3.16
3.90
4.65
5.47
THROCKMORTON
360
2.21
3.02
3.70
4.59
5.46
6.44
THROCKMORTON
720
2.56
3.49
4.28
5.32
6.28
7.39
THROCKMORTON
1440
2.94
4.00
4.92
6.10
7.14
8.36
TITUS
15
0.96
1.24
1.44
1.69
1.96
2.24
TITUS
30
1.36
1.72
2.00
2.32
2.67
3.02
TITUS
60
1.77
2.23
2.61
3.01
3.46
3.90
TITUS
120
2.17
2.76
3.27
3.79
4.36
4.92
165
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
TITUS
180
2.41
3.10
3.69
4.29
4.95
5.60
TITUS
360
2.84
3.72
4.49
5.26
6.10
6.94
TITUS
720
3.29
4.42
5.40
6.40
7.48
8.55
TITUS
1440
3.79
5.22
6.48
7.76
9.13
10.52
TOMGREEN
15
0.82
1.05
1.19
1.38
1.54
1.72
TOMGREEN
30
1.09
1.44
1.68
1.99
2.26
2.57
TOMGREEN
60
1.34
1.82
2.16
2.61
3.02
3.47
TOMGREEN
120
1.58
2.18
2.61
3.19
3.74
4.33
TOMGREEN
180
1.71
2.38
2.86
3.50
4.13
4.80
TOMGREEN
360
1.93
2.72
3.27
4.02
4.76
5.54
TOMGREEN
720
2.16
3.07
3.68
4.54
5.37
6.25
TOMGREEN
1440
2.40
3.44
4.12
5.07
5.98
6.96
TRAVIS
15
0.94
1.26
1.48
1.75
1.99
2.23
TRAVIS
30
1.33
1.77
2.09
2.48
2.86
3.25
TRAVIS
60
1.73
2.29
2.72
3.25
3.78
4.36
TRAVIS
120
2.10
2.79
3.34
4.02
4.70
5.46
TRAVIS
180
2.31
3.09
3.70
4.47
5.24
6.11
TRAVIS
360
2.67
3.59
4.32
5.28
6.18
7.23
TRAVIS
720
3.03
4.12
4.99
6.14
7.19
8.41
TRAVIS
1440
3.42
4.70
5.71
7.11
8.30
9.70
TRINITY
15
1.05
1.35
1.55
1.83
2.12
2.37
TRINITY
30
1.47
1.89
2.21
2.65
3.10
3.51
TRINITY
60
1.90
2.47
2.91
3.54
4.18
4.79
TRINITY
120
2.32
3.05
3.63
4.47
5.29
6.14
TRINITY
180
2.56
3.41
4.07
5.02
5.97
6.97
TRINITY
360
2.98
4.04
4.87
6.02
7.18
8.45
TRINITY
720
3.41
4.73
5.74
7.12
8.50
10.09
TRINITY
1440
3.88
5.51
6.74
8.36
9.99
11.95
TYLER
15
1.08
1.36
1.58
1.80
2.00
2.23
TYLER
30
1.53
1.96
2.29
2.66
3.02
3.42
TYLER
60
2.00
2.59
3.05
3.61
4.17
4.80
TYLER
120
2.47
3.23
3.84
4.61
5.40
6.28
TYLER
180
2.74
3.61
4.31
5.22
6.15
7.18
TYLER
360
3.20
4.29
5.15
6.33
7.49
8.80
TYLER
720
3.70
5.01
6.06
7.55
8.97
10.57
TYLER
1440
4.23
5.81
7.08
8.94
10.63
12.57
UPSHUR
15
0.95
1.24
1.48
1.73
2.00
2.25
UPSHUR
30
1.35
1.73
2.05
2.39
2.76
3.12
UPSHUR
60
1.76
2.24
2.65
3.11
3.60
4.09
UPSHUR
120
2.17
2.78
3.30
3.90
4.52
5.16
UPSHUR
180
2.41
3.11
3.71
4.41
5.11
5.86
UPSHUR
360
2.83
3.72
4.47
5.36
6.23
7.18
UPSHUR
720
3.28
4.41
5.34
6.47
7.55
8.75
UPSHUR
1440
3.77
5.19
6.35
7.78
9.11
10.61
UPTON
15
0.77
1.04
1.20
1.40
1.61
1.79
UPTON
30
1.03
1.39
1.64
1.96
2.26
2.56
UPTON
60
1.26
1.72
2.06
2.49
2.89
3.32
UPTON
120
1.46
2.00
2.42
2.96
3.46
4.00
UPTON
180
1.56
2.15
2.61
3.22
3.76
4.36
UPTON
360
1.73
2.40
2.91
3.62
4.23
4.92
UPTON
720
1.90
2.63
3.21
4.00
4.69
5.45
UPTON
1440
2.07
2.88
3.51
4.39
5.14
5.97
UVALDE
15
1.04
1.34
1.57
1.86
2.16
2.43
UVALDE
30
1.41
1.89
2.25
2.72
3.21
3.68
UVALDE
60
1.78
2.44
2.95
3.63
4.32
5.03
UVALDE
120
2.13
2.97
3.64
4.50
5.38
6.31
UVALDE
180
2.32
3.28
4.04
4.99
5.95
6.99
UVALDE
360
2.67
3.80
4.72
5.80
6.86
8.05
UVALDE
720
3.03
4.34
5.44
6.61
7.74
9.04
UVALDE
1440
3.42
4.93
6.21
7.46
8.63
10.00
166
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
VALVERDE
15
0.90
1.15
1.31
1.54
1.76
1.96
VALVERDE
30
1.21
1.61
1.90
2.28
2.62
2.96
VALVERDE
60
1.51
2.08
2.51
3.06
3.53
4.06
VALVERDE
120
1.79
2.52
3.09
3.80
4.43
5.14
VALVERDE
180
1.94
2.76
3.40
4.21
4.93
5.75
VALVERDE
360
2.20
3.17
3.93
4.87
5.78
6.76
VALVERDE
720
2.47
3.58
4.44
5.51
6.65
7.77
VALVERDE
1440
2.74
4.00
4.98
6.17
7.56
8.82
VANZANDT
15
0.99
1.28
1.54
1.83
2.11
2.36
VANZANDT
30
1.38
1.77
2.09
2.45
2.77
3.11
VANZANDT
60
1.78
2.28
2.68
3.12
3.51
3.96
VANZANDT
120
2.17
2.80
3.31
3.86
4.36
4.95
VANZANDT
180
2.40
3.12
3.70
4.33
4.92
5.60
VANZANDT
360
2.80
3.68
4.43
5.25
6.01
6.90
VANZANDT
720
3.22
4.31
5.28
6.32
7.33
8.46
VANZANDT
1440
3.68
5.02
6.25
7.60
8.91
10.36
VICTORIA
15
1.13
1.46
1.68
1.94
2.19
2.47
VICTORIA
30
1.55
2.01
2.33
2.70
3.08
3.51
VICTORIA
60
1.98
2.59
3.03
3.54
4.07
4.67
VICTORIA
120
2.40
3.19
3.77
4.46
5.15
5.94
VICTORIA
180
2.65
3.55
4.24
5.04
5.84
6.74
VICTORIA
360
3.09
4.21
5.10
6.15
7.14
8.28
VICTORIA
720
3.56
4.95
6.09
7.43
8.65
10.06
VICTORIA
1440
4.08
5.78
7.23
8.94
10.43
12.17
WALKER
15
1.06
1.35
1.57
1.80
2.03
2.31
WALKER
30
1.46
1.88
2.22
2.61
2.99
3.46
WALKER
60
1.87
2.45
2.92
3.49
4.06
4.76
WALKER
120
2.27
3.02
3.64
4.40
5.19
6.15
WALKER
180
2.51
3.37
4.08
4.96
5.88
6.99
WALKER
360
2.92
4.01
4.87
5.98
7.14
8.52
WALKER
720
3.37
4.71
5.75
7.11
8.54
10.22
WALKER
1440
3.86
5.49
6.76
8.40
10.14
12.13
WALLER
15
1.08
1.35
1.56
1.79
1.99
2.25
WALLER
30
1.47
1.87
2.20
2.56
2.93
3.34
WALLER
60
1.85
2.42
2.88
3.41
3.97
4.58
WALLER
120
2.24
2.98
3.58
4.31
5.07
5.90
WALLER
180
2.46
3.32
4.01
4.86
5.74
6.71
WALLER
360
2.87
3.93
4.80
5.88
6.98
8.20
WALLER
720
3.31
4.61
5.69
7.03
8.36
9.85
WALLER
1440
3.79
5.38
6.70
8.35
9.94
11.73
WARD
15
0.75
1.02
1.23
1.45
1.69
1.94
WARD
30
0.91
1.29
1.57
1.92
2.29
2.67
WARD
60
1.06
1.54
1.88
2.35
2.83
3.35
WARD
120
1.22
1.77
2.17
2.73
3.29
3.92
WARD
180
1.31
1.91
2.33
2.93
3.52
4.21
WARD
360
1.47
2.14
2.61
3.25
3.88
4.63
WARD
720
1.64
2.38
2.89
3.57
4.22
5.02
WARD
1440
1.83
2.64
3.19
3.90
4.55
5.39
WASHINGTON
15
1.02
1.32
1.56
1.80
2.05
2.34
WASHINGTON
30
1.40
1.82
2.20
2.59
2.97
3.44
WASHINGTON
60
1.79
2.34
2.87
3.43
3.96
4.63
WASHINGTON
120
2.17
2.87
3.54
4.28
4.98
5.84
WASHINGTON
180
2.39
3.19
3.94
4.78
5.59
6.55
WASHINGTON
360
2.77
3.76
4.64
5.66
6.67
7.79
WASHINGTON
720
3.18
4.39
5.41
6.61
7.84
9.11
WASHINGTON
1440
3.62
5.10
6.26
7.67
9.15
10.56
WEBB
15
0.98
1.26
1.46
1.71
1.93
2.17
WEBB
30
1.33
1.81
2.16
2.58
2.97
3.38
WEBB
60
1.67
2.37
2.88
3.51
4.11
4.73
WEBB
120
1.98
2.87
3.53
4.38
5.16
6.01
167
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WEBB
180
2.15
3.13
3.86
4.84
5.71
6.66
WEBB
360
2.42
3.55
4.38
5.53
6.51
7.62
WEBB
720
2.70
3.95
4.85
6.16
7.19
8.43
WEBB
1440
2.99
4.34
5.30
6.77
7.81
9.15
WHARTON
15
1.11
1.42
1.63
1.87
2.12
2.36
WHARTON
30
1.55
1.98
2.30
2.66
3.06
3.46
WHARTON
60
2.00
2.58
3.02
3.53
4.09
4.71
WHARTON
120
2.44
3.20
3.78
4.47
5.22
6.09
WHARTON
180
2.70
3.57
4.25
5.05
5.92
6.96
WHARTON
360
3.14
4.24
5.11
6.14
7.25
8.61
WHARTON
720
3.62
4.99
6.08
7.39
8.76
10.52
WHARTON
1440
4.14
5.83
7.19
8.84
10.53
12.76
WHEELER
15
0.78
1.08
1.31
1.59
1.89
2.21
WHEELER
30
1.04
1.45
1.77
2.18
2.60
3.05
WHEELER
60
1.29
1.82
2.21
2.76
3.30
3.87
WHEELER
120
1.53
2.17
2.64
3.30
3.95
4.65
WHEELER
180
1.68
2.37
2.88
3.61
4.32
5.08
WHEELER
360
1.93
2.72
3.30
4.13
4.94
5.82
WHEELER
720
2.21
3.09
3.75
4.67
5.58
6.59
WHEELER
1440
2.51
3.49
4.22
5.25
6.25
7.40
WICHITA
15
0.83
1.05
1.20
1.42
1.66
1.88
WICHITA
30
1.11
1.47
1.73
2.08
2.44
2.82
WICHITA
60
1.40
1.91
2.29
2.80
3.28
3.85
WICHITA
120
1.71
2.35
2.86
3.51
4.13
4.88
WICHITA
180
1.90
2.62
3.19
3.92
4.63
5.47
WICHITA
360
2.25
3.10
3.79
4.65
5.51
6.50
WICHITA
720
2.66
3.63
4.43
5.41
6.44
7.56
WICHITA
1440
3.12
4.22
5.13
6.24
7.47
8.70
WILBARGER
15
0.82
1.04
1.22
1.40
1.60
1.78
WILBARGER
30
1.08
1.44
1.76
2.05
2.38
2.73
WILBARGER
60
1.36
1.87
2.32
2.75
3.24
3.79
WILBARGER
120
1.64
2.29
2.87
3.45
4.10
4.85
WILBARGER
180
1.82
2.55
3.19
3.85
4.59
5.44
WILBARGER
360
2.15
3.01
3.75
4.55
5.43
6.42
WILBARGER
720
2.52
3.51
4.33
5.28
6.29
7.38
WILBARGER
1440
2.94
4.07
4.97
6.08
7.21
8.37
WILLACY
15
1.03
1.36
1.55
1.82
2.05
2.25
WILLACY
30
1.46
1.91
2.21
2.61
2.99
3.34
WILLACY
60
1.88
2.46
2.88
3.44
3.99
4.52
WILLACY
120
2.25
2.98
3.53
4.26
4.98
5.69
WILLACY
180
2.45
3.27
3.91
4.74
5.56
6.36
WILLACY
360
2.77
3.77
4.56
5.55
6.55
7.50
WILLACY
720
3.08
4.28
5.23
6.41
7.59
8.68
WILLACY
1440
3.40
4.83
5.96
7.33
8.71
9.94
WILLIAMSON
15
0.92
1.23
1.44
1.67
1.94
2.15
WILLIAMSON
30
1.31
1.72
2.04
2.42
2.85
3.19
WILLIAMSON
60
1.69
2.23
2.66
3.20
3.81
4.31
WILLIAMSON
120
2.06
2.72
3.26
3.98
4.74
5.41
WILLIAMSON
180
2.26
3.01
3.61
4.42
5.26
6.05
WILLIAMSON
360
2.62
3.51
4.22
5.19
6.14
7.11
WILLIAMSON
720
2.97
4.03
4.86
5.98
7.04
8.21
WILLIAMSON
1440
3.36
4.60
5.55
6.84
7.99
9.37
WILSON
15
1.10
1.42
1.69
1.99
2.31
2.61
WILSON
30
1.47
1.92
2.30
2.70
3.15
3.59
WILSON
60
1.83
2.42
2.91
3.42
4.01
4.60
WILSON
120
2.17
2.92
3.52
4.16
4.87
5.63
WILSON
180
2.37
3.21
3.87
4.60
5.39
6.25
WILSON
360
2.71
3.74
4.51
5.41
6.33
7.37
WILSON
720
3.06
4.31
5.19
6.30
7.35
8.60
WILSON
1440
3.45
4.94
5.94
7.31
8.49
9.98
168
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
OLS
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WINKLER
15
0.72
1.01
1.20
1.45
1.68
2.01
WINKLER
30
0.91
1.31
1.58
1.95
2.29
2.75
WINKLER
60
1.10
1.59
1.93
2.42
2.87
3.43
WINKLER
120
1.27
1.84
2.25
2.84
3.37
4.00
WINKLER
180
1.37
1.98
2.42
3.06
3.63
4.29
WINKLER
360
1.54
2.22
2.72
3.41
4.06
4.73
WINKLER
720
1.72
2.46
3.01
3.76
4.48
5.13
WINKLER
1440
1.91
2.72
3.32
4.11
4.90
5.53
WISE
15
0.97
1.26
1.47
1.71
1.98
2.25
WISE
30
1.27
1.67
1.95
2.29
2.63
3.00
WISE
60
1.58
2.09
2.45
2.90
3.34
3.82
WISE
120
1.90
2.54
2.99
3.57
4.12
4.73
WISE
180
2.10
2.81
3.32
4.00
4.63
5.32
WISE
360
2.46
3.32
3.95
4.81
5.60
6.45
WISE
720
2.87
3.90
4.67
5.75
6.73
7.78
WISE
1440
3.34
4.57
5.50
6.86
8.07
9.35
WOOD
15
0.96
1.25
1.51
1.79
2.06
2.33
WOOD
30
1.35
1.72
2.05
2.39
2.75
3.09
WOOD
60
1.75
2.23
2.63
3.06
3.51
3.96
WOOD
120
2.16
2.75
3.26
3.82
4.38
4.97
WOOD
180
2.39
3.08
3.67
4.31
4.95
5.64
WOOD
360
2.81
3.69
4.44
5.27
6.07
6.97
WOOD
720
3.26
4.38
5.33
6.41
7.40
8.58
WOOD
1440
3.76
5.17
6.38
7.79
9.01
10.53
YOAKUM
15
0.71
0.98
1.18
1.44
1.73
1.99
YOAKUM
30
0.91
1.28
1.56
1.95
2.31
2.70
YOAKUM
60
1.10
1.57
1.93
2.43
2.87
3.38
YOAKUM
120
1.30
1.85
2.28
2.88
3.38
4.00
YOAKUM
180
1.42
2.02
2.49
3.13
3.67
4.35
YOAKUM
360
1.64
2.32
2.85
3.55
4.16
4.92
YOAKUM
720
1.88
2.65
3.23
3.98
4.67
5.51
YOAKUM
1440
2.15
3.01
3.65
4.44
5.21
6.13
YOUNG
15
0.88
1.16
1.35
1.54
1.77
2.00
YOUNG
30
1.18
1.57
1.87
2.19
2.52
2.89
YOUNG
60
1.49
1.99
2.40
2.87
3.31
3.86
YOUNG
120
1.80
2.42
2.93
3.55
4.12
4.85
YOUNG
180
1.98
2.67
3.25
3.96
4.61
5.45
YOUNG
360
2.32
3.12
3.81
4.67
5.47
6.50
YOUNG
720
2.69
3.61
4.42
5.45
6.41
7.65
YOUNG
1440
3.10
4.16
5.09
6.31
7.45
8.93
ZAPATA
15
0.97
1.25
1.46
1.65
1.86
2.10
ZAPATA
30
1.31
1.78
2.12
2.50
2.87
3.28
ZAPATA
60
1.65
2.31
2.79
3.40
3.98
4.60
ZAPATA
120
1.95
2.79
3.39
4.24
5.02
5.87
ZAPATA
180
2.11
3.04
3.72
4.68
5.55
6.52
ZAPATA
360
2.39
3.44
4.23
5.36
6.35
7.49
ZAPATA
720
2.66
3.83
4.71
5.98
7.03
8.32
ZAPATA
1440
2.95
4.21
5.19
6.58
7.64
9.08
ZAVALA
15
1.07
1.38
1.62
1.90
2.17
2.47
ZAVALA
30
1.43
1.92
2.31
2.80
3.27
3.75
ZAVALA
60
1.77
2.46
3.01
3.74
4.42
5.12
ZAVALA
120
2.08
2.95
3.67
4.60
5.47
6.38
ZAVALA
180
2.26
3.22
4.03
5.07
6.01
7.03
ZAVALA
360
2.57
3.67
4.64
5.80
6.82
8.01
ZAVALA
720
2.88
4.12
5.24
6.49
7.53
8.87
ZAVALA
1440
3.22
4.59
5.88
7.18
8.19
9.67
169
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
176
Texas
Tech
University,
Cristal
C.
Tay,
December
2
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ANDERSON
15
1.02
1.32
1.53
1.86
2.14
2.45
ANDERSON
30
1.41
1.83
2.13
2.58
2.99
3.44
ANDERSON
60
1.79
2.35
2.77
3.35
3.90
4.50
ANDERSON
120
2.18
2.88
3.43
4.15
4.83
5.61
ANDERSON
180
2.40
3.19
3.82
4.64
5.40
6.28
ANDERSON
360
2.79
3.76
4.54
5.55
6.44
7.53
ANDERSON
720
3.21
4.38
5.34
6.58
7.60
8.92
ANDERSON
1440
3.68
5.07
6.24
7.75
8.92
10.52
ANDREWS
15
0.73
1.01
1.20
1.45
1.74
1.94
ANDREWS
30
0.94
1.31
1.58
1.95
2.31
2.66
ANDREWS
60
1.13
1.60
1.95
2.44
2.86
3.34
ANDREWS
120
1.32
1.87
2.30
2.89
3.38
3.97
ANDREWS
180
1.44
2.03
2.50
3.14
3.67
4.32
ANDREWS
360
1.64
2.32
2.84
3.57
4.18
4.89
ANDREWS
720
1.86
2.62
3.20
4.02
4.71
5.46
ANDREWS
1440
2.11
2.95
3.59
4.50
5.28
6.06
ANGELINA
15
1.02
1.32
1.49
1.78
1.97
2.11
ANGELINA
30
1.44
1.87
2.16
2.59
2.94
3.27
ANGELINA
60
1.88
2.46
2.87
3.47
4.02
4.61
ANGELINA
120
2.31
3.04
3.59
4.37
5.13
6.00
ANGELINA
180
2.55
3.38
4.02
4.91
5.78
6.81
ANGELINA
360
2.96
3.99
4.77
5.88
6.93
8.20
ANGELINA
720
3.39
4.64
5.58
6.93
8.16
9.64
ANGELINA
1440
3.85
5.36
6.47
8.10
9.51
11.19
ARANSAS
15
1.15
1.47
1.67
1.89
2.05
2.21
ARANSAS
30
1.54
1.97
2.26
2.64
2.95
3.27
ARANSAS
60
1.95
2.52
2.92
3.49
4.00
4.51
ARANSAS
120
2.38
3.13
3.67
4.46
5.18
5.92
ARANSAS
180
2.65
3.53
4.17
5.10
5.95
6.83
ARANSAS
360
3.15
4.29
5.14
6.36
7.45
8.59
ARANSAS
720
3.72
5.19
6.31
7.86
9.23
10.68
ARANSAS
1440
4.38
6.26
7.73
9.69
11.38
13.20
ARCHER
15
0.85
1.11
1.29
1.45
1.66
1.80
ARCHER
30
1.13
1.51
1.79
2.11
2.43
2.74
ARCHER
60
1.42
1.93
2.32
2.82
3.26
3.79
ARCHER
120
1.73
2.36
2.86
3.53
4.11
4.85
ARCHER
180
1.92
2.62
3.19
3.95
4.61
5.46
ARCHER
360
2.28
3.09
3.77
4.68
5.50
6.49
ARCHER
720
2.68
3.62
4.42
5.44
6.45
7.54
ARCHER
1440
3.14
4.22
5.14
6.28
7.50
8.65
ARMSTRONG
15
0.77
1.05
1.22
1.52
1.69
1.98
ARMSTRONG
30
0.99
1.38
1.66
2.09
2.39
2.83
ARMSTRONG
60
1.21
1.71
2.08
2.64
3.09
3.66
ARMSTRONG
120
1.43
2.03
2.49
3.16
3.74
4.42
ARMSTRONG
180
1.56
2.22
2.72
3.45
4.09
4.82
ARMSTRONG
360
1.80
2.55
3.12
3.94
4.66
5.47
ARMSTRONG
720
2.05
2.90
3.54
4.45
5.23
6.08
ARMSTRONG
1440
2.33
3.29
3.99
5.00
5.82
6.70
ATASCOSA
15
1.09
1.37
1.54
1.76
2.03
2.21
ATASCOSA
30
1.45
1.90
2.21
2.61
2.98
3.33
ATASCOSA
60
1.80
2.42
2.90
3.50
3.99
4.56
ATASCOSA
120
2.13
2.93
3.55
4.36
5.00
5.76
ATASCOSA
180
2.32
3.22
3.92
4.83
5.57
6.44
ATASCOSA
360
2.66
3.74
4.54
5.61
6.56
7.57
ATASCOSA
720
3.01
4.28
5.17
6.38
7.58
8.69
ATASCOSA
1440
3.39
4.86
5.83
7.18
8.68
9.87
177
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
AUSTIN
15
1.08
1.37
1.55
1.71
1.83
1.94
AUSTIN
30
1.46
1.87
2.18
2.51
2.79
3.09
AUSTIN
60
1.85
2.40
2.84
3.40
3.90
4.46
AUSTIN
120
2.23
2.95
3.52
4.31
5.05
5.89
AUSTIN
180
2.45
3.28
3.93
4.85
5.73
6.73
AUSTIN
360
2.85
3.88
4.68
5.82
6.92
8.13
AUSTIN
720
3.28
4.54
5.52
6.87
8.18
9.53
AUSTIN
1440
3.75
5.30
6.46
8.05
9.56
10.99
BAILEY
15
0.74
1.01
1.21
1.50
1.73
2.02
BAILEY
30
0.91
1.28
1.57
1.98
2.31
2.70
BAILEY
60
1.08
1.56
1.91
2.43
2.87
3.35
BAILEY
120
1.27
1.84
2.24
2.85
3.38
3.94
BAILEY
180
1.39
2.01
2.44
3.10
3.66
4.27
BAILEY
360
1.61
2.32
2.78
3.52
4.15
4.83
BAILEY
720
1.85
2.67
3.15
3.96
4.64
5.39
BAILEY
1440
2.14
3.06
3.55
4.44
5.16
5.98
BANDERA
15
1.03
1.25
1.42
1.62
1.84
2.06
BANDERA
30
1.42
1.83
2.12
2.50
2.86
3.23
BANDERA
60
1.81
2.43
2.89
3.49
4.02
4.59
BANDERA
120
2.20
3.02
3.65
4.47
5.19
5.95
BANDERA
180
2.43
3.36
4.08
5.01
5.84
6.70
BANDERA
360
2.84
3.93
4.79
5.90
6.89
7.92
BANDERA
720
3.29
4.52
5.50
6.77
7.91
9.07
BANDERA
1440
3.78
5.16
6.25
7.65
8.94
10.23
BASTROP
15
1.00
1.34
1.57
1.86
2.11
2.32
BASTROP
30
1.40
1.84
2.17
2.61
3.00
3.37
BASTROP
60
1.79
2.36
2.79
3.38
3.93
4.48
BASTROP
120
2.17
2.88
3.42
4.17
4.87
5.59
BASTROP
180
2.38
3.18
3.79
4.64
5.43
6.24
BASTROP
360
2.75
3.72
4.45
5.47
6.42
7.38
BASTROP
720
3.13
4.31
5.17
6.38
7.48
8.59
BASTROP
1440
3.53
4.95
5.98
7.39
8.66
9.91
BAYLOR
15
0.84
1.06
1.23
1.39
1.55
1.66
BAYLOR
30
1.10
1.47
1.73
2.05
2.33
2.61
BAYLOR
60
1.38
1.88
2.26
2.77
3.20
3.70
BAYLOR
120
1.67
2.30
2.79
3.48
4.07
4.81
BAYLOR
180
1.84
2.55
3.11
3.89
4.56
5.43
BAYLOR
360
2.18
3.00
3.67
4.59
5.41
6.44
BAYLOR
720
2.55
3.49
4.28
5.31
6.27
7.40
BAYLOR
1440
2.98
4.04
4.96
6.09
7.19
8.36
BEE
15
1.15
1.48
1.68
1.93
2.15
2.33
BEE
30
1.48
1.92
2.22
2.61
2.96
3.28
BEE
60
1.80
2.39
2.80
3.34
3.83
4.31
BEE
120
2.14
2.88
3.41
4.13
4.78
5.42
BEE
180
2.35
3.19
3.80
4.63
5.37
6.12
BEE
360
2.73
3.77
4.53
5.57
6.50
7.41
BEE
720
3.16
4.43
5.37
6.65
7.79
8.90
BEE
1440
3.64
5.19
6.35
7.92
9.30
10.62
BELL
15
0.90
1.18
1.32
1.52
1.66
1.80
BELL
30
1.26
1.66
1.91
2.26
2.54
2.82
BELL
60
1.63
2.16
2.54
3.06
3.54
4.00
BELL
120
1.98
2.65
3.16
3.87
4.54
5.20
BELL
180
2.19
2.94
3.52
4.33
5.11
5.88
BELL
360
2.55
3.44
4.15
5.13
6.07
6.99
BELL
720
2.92
3.96
4.81
5.96
7.04
8.07
BELL
1440
3.33
4.54
5.53
6.85
8.05
9.17
BEXAR
15
1.04
1.34
1.53
1.77
2.07
2.26
BEXAR
30
1.44
1.88
2.19
2.59
2.99
3.35
BEXAR
60
1.84
2.42
2.87
3.46
3.97
4.54
BEXAR
120
2.22
2.96
3.54
4.32
4.95
5.71
178
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BEXAR
180
2.43
3.27
3.93
4.81
5.53
6.39
BEXAR
360
2.78
3.81
4.59
5.65
6.55
7.54
BEXAR
720
3.14
4.39
5.29
6.53
7.63
8.73
BEXAR
1440
3.53
5.02
6.04
7.47
8.83
10.00
BLANCO
15
0.93
1.20
1.36
1.63
1.76
1.92
BLANCO
30
1.31
1.68
1.94
2.34
2.62
2.94
BLANCO
60
1.69
2.18
2.55
3.10
3.57
4.08
BLANCO
120
2.06
2.68
3.16
3.87
4.53
5.23
BLANCO
180
2.27
2.97
3.53
4.33
5.10
5.90
BLANCO
360
2.63
3.51
4.18
5.15
6.08
7.02
BLANCO
720
3.01
4.08
4.88
6.03
7.12
8.17
BLANCO
1440
3.42
4.73
5.67
7.01
8.26
9.40
BORDEN
15
0.72
0.97
1.16
1.40
1.62
1.88
BORDEN
30
0.96
1.30
1.57
1.92
2.23
2.61
BORDEN
60
1.20
1.64
1.98
2.46
2.85
3.35
BORDEN
120
1.44
1.99
2.40
2.99
3.48
4.09
BORDEN
180
1.59
2.20
2.66
3.31
3.85
4.53
BORDEN
360
1.86
2.58
3.11
3.88
4.52
5.31
BORDEN
720
2.15
2.99
3.61
4.50
5.25
6.15
BORDEN
1440
2.49
3.46
4.17
5.19
6.07
7.09
BOSQUE
15
0.92
1.20
1.42
1.62
1.85
2.13
BOSQUE
30
1.26
1.67
1.97
2.32
2.65
3.07
BOSQUE
60
1.60
2.14
2.54
3.04
3.49
4.04
BOSQUE
120
1.94
2.61
3.11
3.75
4.32
5.00
BOSQUE
180
2.14
2.89
3.44
4.16
4.80
5.55
BOSQUE
360
2.49
3.36
4.01
4.85
5.63
6.50
BOSQUE
720
2.86
3.87
4.63
5.58
6.49
7.49
BOSQUE
1440
3.28
4.42
5.31
6.37
7.43
8.57
BOWIE
15
0.95
1.20
1.38
1.58
1.81
2.10
BOWIE
30
1.33
1.70
1.99
2.30
2.64
3.02
BOWIE
60
1.74
2.24
2.65
3.07
3.52
4.00
BOWIE
120
2.15
2.78
3.30
3.84
4.41
4.99
BOWIE
180
2.39
3.10
3.69
4.29
4.93
5.58
BOWIE
360
2.83
3.67
4.36
5.07
5.84
6.62
BOWIE
720
3.31
4.29
5.08
5.91
6.81
7.75
BOWIE
1440
3.84
4.97
5.87
6.82
7.87
9.01
BRAZORIA
15
1.14
1.48
1.70
2.01
2.26
2.58
BRAZORIA
30
1.59
2.11
2.46
2.89
3.29
3.75
BRAZORIA
60
2.06
2.76
3.26
3.84
4.39
4.99
BRAZORIA
120
2.53
3.42
4.05
4.78
5.49
6.24
BRAZORIA
180
2.82
3.81
4.51
5.34
6.14
6.98
BRAZORIA
360
3.33
4.49
5.31
6.31
7.26
8.26
BRAZORIA
720
3.89
5.23
6.15
7.35
8.44
9.64
BRAZORIA
1440
4.51
6.04
7.05
8.49
9.74
11.15
BRAZOS
15
1.02
1.34
1.55
1.86
2.16
2.51
BRAZOS
30
1.39
1.84
2.17
2.62
3.07
3.58
BRAZOS
60
1.75
2.35
2.80
3.42
4.02
4.69
BRAZOS
120
2.11
2.86
3.42
4.19
4.95
5.79
BRAZOS
180
2.33
3.17
3.79
4.64
5.48
6.43
BRAZOS
360
2.71
3.70
4.43
5.43
6.41
7.54
BRAZOS
720
3.12
4.29
5.11
6.25
7.39
8.72
BRAZOS
1440
3.57
4.93
5.86
7.15
8.44
10.00
BREWSTER
15
0.85
1.11
1.27
1.48
1.62
1.79
BREWSTER
30
1.03
1.35
1.56
1.84
2.07
2.28
BREWSTER
60
1.18
1.56
1.81
2.18
2.48
2.74
BREWSTER
120
1.30
1.75
2.05
2.48
2.84
3.16
BREWSTER
180
1.36
1.86
2.19
2.65
3.04
3.40
BREWSTER
360
1.46
2.03
2.43
2.95
3.38
3.82
BREWSTER
720
1.55
2.21
2.68
3.25
3.73
4.25
BREWSTER
1440
1.65
2.41
2.94
3.58
4.09
4.72
179
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
BRISCOE
15
0.77
1.04
1.20
1.47
1.62
1.84
BRISCOE
30
1.01
1.39
1.65
2.06
2.36
2.73
BRISCOE
60
1.24
1.73
2.10
2.65
3.12
3.66
BRISCOE
120
1.47
2.07
2.53
3.20
3.83
4.51
BRISCOE
180
1.60
2.27
2.78
3.51
4.21
4.97
BRISCOE
360
1.84
2.62
3.20
4.04
4.82
5.67
BRISCOE
720
2.10
2.99
3.64
4.57
5.42
6.33
BRISCOE
1440
2.38
3.40
4.12
5.13
6.03
6.97
BROOKS
15
0.97
1.28
1.50
1.78
2.05
2.33
BROOKS
30
1.36
1.84
2.16
2.57
3.02
3.43
BROOKS
60
1.74
2.39
2.82
3.36
4.01
4.58
BROOKS
120
2.08
2.88
3.41
4.08
4.91
5.62
BROOKS
180
2.26
3.14
3.72
4.46
5.38
6.18
BROOKS
360
2.54
3.54
4.21
5.06
6.10
7.04
BROOKS
720
2.81
3.91
4.66
5.62
6.76
7.84
BROOKS
1440
3.08
4.27
5.12
6.18
7.40
8.62
BROWN
15
0.85
1.14
1.32
1.53
1.73
1.88
BROWN
30
1.13
1.52
1.78
2.12
2.41
2.70
BROWN
60
1.42
1.91
2.25
2.73
3.14
3.58
BROWN
120
1.71
2.31
2.75
3.36
3.90
4.49
BROWN
180
1.89
2.56
3.06
3.75
4.36
5.04
BROWN
360
2.21
3.01
3.62
4.45
5.22
6.03
BROWN
720
2.57
3.51
4.25
5.24
6.18
7.11
BROWN
1440
2.98
4.08
4.97
6.13
7.28
8.34
BURLESON
15
1.00
1.29
1.50
1.72
1.89
2.09
BURLESON
30
1.37
1.80
2.11
2.51
2.83
3.20
BURLESON
60
1.74
2.32
2.75
3.35
3.86
4.44
BURLESON
120
2.10
2.84
3.38
4.18
4.90
5.69
BURLESON
180
2.32
3.15
3.76
4.67
5.50
6.39
BURLESON
360
2.70
3.70
4.44
5.53
6.51
7.56
BURLESON
720
3.11
4.29
5.17
6.43
7.56
8.73
BURLESON
1440
3.57
4.94
5.98
7.41
8.68
9.95
BURNET
15
0.91
1.17
1.31
1.49
1.66
1.74
BURNET
30
1.23
1.61
1.86
2.18
2.46
2.70
BURNET
60
1.55
2.05
2.43
2.90
3.33
3.80
BURNET
120
1.87
2.48
2.98
3.62
4.23
4.92
BURNET
180
2.05
2.73
3.31
4.03
4.76
5.56
BURNET
360
2.37
3.17
3.87
4.75
5.70
6.62
BURNET
720
2.71
3.64
4.46
5.50
6.71
7.68
BURNET
1440
3.08
4.16
5.10
6.31
7.83
8.78
CALDWELL
15
1.04
1.35
1.59
1.92
2.19
2.53
CALDWELL
30
1.43
1.88
2.22
2.70
3.13
3.61
CALDWELL
60
1.83
2.41
2.86
3.50
4.07
4.72
CALDWELL
120
2.20
2.92
3.47
4.26
4.97
5.78
CALDWELL
180
2.41
3.21
3.82
4.68
5.47
6.37
CALDWELL
360
2.77
3.71
4.41
5.40
6.31
7.35
CALDWELL
720
3.14
4.23
5.02
6.13
7.17
8.35
CALDWELL
1440
3.54
4.78
5.68
6.90
8.07
9.40
CALHOUN
15
1.16
1.49
1.71
2.00
2.27
2.49
CALHOUN
30
1.62
2.09
2.42
2.87
3.27
3.63
CALHOUN
60
2.08
2.70
3.15
3.78
4.33
4.85
CALHOUN
120
2.55
3.32
3.88
4.68
5.39
6.06
CALHOUN
180
2.82
3.68
4.31
5.20
6.01
6.76
CALHOUN
360
3.29
4.32
5.06
6.12
7.10
7.98
CALHOUN
720
3.80
5.00
5.85
7.09
8.26
9.27
CALHOUN
1440
4.36
5.76
6.72
8.15
9.54
10.66
CALLAHAN
15
0.84
1.11
1.31
1.52
1.68
1.88
CALLAHAN
30
1.14
1.52
1.79
2.13
2.40
2.72
CALLAHAN
60
1.43
1.94
2.29
2.77
3.17
3.63
CALLAHAN
120
1.73
2.35
2.79
3.41
3.95
4.54
180
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CALLAHAN
180
1.92
2.60
3.10
3.80
4.41
5.08
CALLAHAN
360
2.25
3.04
3.66
4.49
5.25
6.04
CALLAHAN
720
2.61
3.52
4.27
5.25
6.16
7.07
CALLAHAN
1440
3.02
4.05
4.97
6.10
7.18
8.21
CAMERON
15
1.07
1.41
1.60
1.87
2.13
2.25
CAMERON
30
1.52
2.00
2.30
2.72
3.10
3.42
CAMERON
60
1.95
2.58
3.02
3.58
4.11
4.69
CAMERON
120
2.34
3.11
3.67
4.39
5.05
5.90
CAMERON
180
2.55
3.39
4.02
4.82
5.56
6.55
CAMERON
360
2.88
3.85
4.59
5.52
6.39
7.57
CAMERON
720
3.21
4.30
5.14
6.20
7.19
8.52
CAMERON
1440
3.54
4.76
5.69
6.88
8.02
9.46
CAMP
15
0.92
1.23
1.42
1.73
1.93
2.19
CAMP
30
1.32
1.71
1.99
2.35
2.67
3.00
CAMP
60
1.74
2.22
2.60
3.04
3.48
3.90
CAMP
120
2.16
2.76
3.25
3.82
4.38
4.93
CAMP
180
2.40
3.09
3.67
4.33
4.95
5.61
CAMP
360
2.82
3.69
4.45
5.31
6.06
6.93
CAMP
720
3.27
4.37
5.34
6.47
7.36
8.52
CAMP
1440
3.77
5.14
6.38
7.86
8.90
10.44
CARSON
15
0.77
1.06
1.26
1.58
1.77
2.13
CARSON
30
0.99
1.39
1.66
2.11
2.43
2.90
CARSON
60
1.19
1.70
2.06
2.62
3.06
3.63
CARSON
120
1.41
2.00
2.44
3.10
3.65
4.30
CARSON
180
1.53
2.18
2.66
3.37
3.98
4.66
CARSON
360
1.77
2.49
3.05
3.84
4.52
5.27
CARSON
720
2.02
2.83
3.46
4.34
5.06
5.88
CARSON
1440
2.30
3.20
3.91
4.87
5.63
6.51
CASS
15
0.90
1.21
1.36
1.65
1.84
2.10
CASS
30
1.30
1.69
1.94
2.30
2.64
2.96
CASS
60
1.73
2.20
2.58
3.03
3.52
3.93
CASS
120
2.15
2.74
3.26
3.83
4.46
5.01
CASS
180
2.40
3.08
3.69
4.35
5.05
5.70
CASS
360
2.83
3.70
4.48
5.34
6.14
7.02
CASS
720
3.28
4.40
5.38
6.50
7.38
8.57
CASS
1440
3.77
5.20
6.43
7.88
8.81
10.41
CASTRO
15
0.71
1.00
1.18
1.47
1.72
2.03
CASTRO
30
0.94
1.34
1.60
2.01
2.38
2.82
CASTRO
60
1.16
1.66
2.00
2.51
3.01
3.57
CASTRO
120
1.36
1.96
2.36
2.98
3.58
4.25
CASTRO
180
1.47
2.12
2.55
3.24
3.88
4.62
CASTRO
360
1.67
2.40
2.88
3.67
4.38
5.21
CASTRO
720
1.87
2.68
3.21
4.10
4.87
5.79
CASTRO
1440
2.08
2.98
3.55
4.56
5.38
6.39
CHAMBERS
15
1.11
1.32
1.42
1.53
1.55
1.59
CHAMBERS
30
1.57
1.94
2.16
2.45
2.62
2.78
CHAMBERS
60
2.06
2.64
3.04
3.61
4.05
4.48
CHAMBERS
120
2.57
3.40
4.00
4.90
5.72
6.56
CHAMBERS
180
2.89
3.87
4.60
5.70
6.74
7.85
CHAMBERS
360
3.48
4.74
5.71
7.14
8.51
10.04
CHAMBERS
720
4.13
5.73
6.96
8.73
10.31
12.17
CHAMBERS
1440
4.89
6.88
8.41
10.51
12.22
14.28
CHEROKEE
15
0.99
1.31
1.49
1.84
2.05
2.32
CHEROKEE
30
1.38
1.82
2.12
2.57
2.96
3.35
CHEROKEE
60
1.79
2.35
2.78
3.35
3.93
4.47
CHEROKEE
120
2.18
2.89
3.45
4.17
4.91
5.63
CHEROKEE
180
2.41
3.21
3.86
4.67
5.49
6.33
CHEROKEE
360
2.81
3.80
4.59
5.58
6.50
7.60
CHEROKEE
720
3.24
4.45
5.39
6.60
7.60
9.00
CHEROKEE
1440
3.71
5.18
6.29
7.76
8.81
10.58
181
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CHILDRESS
15
0.79
1.06
1.19
1.47
1.56
1.76
CHILDRESS
30
1.04
1.43
1.68
2.10
2.35
2.72
CHILDRESS
60
1.30
1.81
2.17
2.76
3.21
3.80
CHILDRESS
120
1.56
2.18
2.66
3.40
4.05
4.82
CHILDRESS
180
1.71
2.41
2.94
3.77
4.51
5.36
CHILDRESS
360
1.99
2.80
3.43
4.39
5.25
6.18
CHILDRESS
720
2.28
3.23
3.95
5.03
5.97
6.92
CHILDRESS
1440
2.62
3.71
4.51
5.72
6.71
7.61
CLAY
15
0.87
1.14
1.36
1.57
1.82
2.06
CLAY
30
1.15
1.54
1.84
2.21
2.56
2.93
CLAY
60
1.45
1.97
2.35
2.88
3.35
3.87
CLAY
120
1.77
2.41
2.88
3.57
4.15
4.83
CLAY
180
1.97
2.68
3.21
3.98
4.64
5.41
CLAY
360
2.34
3.18
3.83
4.72
5.53
6.46
CLAY
720
2.77
3.75
4.53
5.54
6.51
7.62
CLAY
1440
3.27
4.40
5.33
6.45
7.63
8.92
COCHRAN
15
0.71
0.99
1.20
1.50
1.74
2.02
COCHRAN
30
0.91
1.30
1.58
2.01
2.33
2.74
COCHRAN
60
1.11
1.60
1.93
2.49
2.90
3.44
COCHRAN
120
1.29
1.88
2.27
2.93
3.43
4.07
COCHRAN
180
1.41
2.04
2.46
3.18
3.73
4.43
COCHRAN
360
1.60
2.31
2.80
3.61
4.24
5.02
COCHRAN
720
1.81
2.59
3.14
4.06
4.77
5.63
COCHRAN
1440
2.04
2.89
3.52
4.53
5.33
6.26
COKE
15
0.77
1.03
1.20
1.37
1.53
1.66
COKE
30
1.03
1.38
1.62
1.92
2.19
2.43
COKE
60
1.28
1.73
2.05
2.50
2.89
3.27
COKE
120
1.54
2.09
2.50
3.07
3.58
4.12
COKE
180
1.69
2.31
2.77
3.40
3.99
4.60
COKE
360
1.97
2.70
3.27
4.00
4.69
5.45
COKE
720
2.27
3.14
3.82
4.64
5.43
6.34
COKE
1440
2.61
3.64
4.45
5.35
6.25
7.30
COLEMAN
15
0.83
1.09
1.27
1.52
1.75
1.99
COLEMAN
30
1.12
1.50
1.77
2.15
2.50
2.84
COLEMAN
60
1.40
1.91
2.27
2.78
3.26
3.72
COLEMAN
120
1.68
2.30
2.74
3.38
3.98
4.55
COLEMAN
180
1.84
2.53
3.02
3.72
4.38
5.01
COLEMAN
360
2.14
2.92
3.48
4.29
5.05
5.79
COLEMAN
720
2.45
3.33
3.96
4.87
5.72
6.57
COLEMAN
1440
2.80
3.78
4.48
5.48
6.42
7.40
COLLIN
15
0.92
1.19
1.54
1.82
2.04
2.29
COLLIN
30
1.27
1.65
2.01
2.33
2.64
2.94
COLLIN
60
1.64
2.14
2.51
2.92
3.33
3.71
COLLIN
120
2.03
2.64
3.09
3.62
4.14
4.64
COLLIN
180
2.28
2.94
3.46
4.09
4.70
5.28
COLLIN
360
2.72
3.50
4.19
5.02
5.80
6.56
COLLIN
720
3.23
4.11
5.06
6.15
7.16
8.13
COLLIN
1440
3.81
4.80
6.08
7.52
8.81
10.07
COLLINGSWORTH
15
0.77
1.06
1.23
1.52
1.64
1.93
COLLINGSWORTH
30
1.04
1.44
1.71
2.15
2.43
2.89
COLLINGSWORTH
60
1.30
1.82
2.20
2.79
3.26
3.90
COLLINGSWORTH
120
1.56
2.18
2.66
3.40
4.05
4.82
COLLINGSWORTH
180
1.71
2.40
2.93
3.74
4.48
5.30
COLLINGSWORTH
360
1.97
2.77
3.39
4.32
5.17
6.02
COLLINGSWORTH
720
2.26
3.17
3.88
4.92
5.84
6.67
COLLINGSWORTH
1440
2.57
3.60
4.40
5.55
6.52
7.28
COLORADO
15
1.10
1.43
1.65
1.90
2.18
2.50
COLORADO
30
1.51
1.99
2.34
2.75
3.18
3.65
COLORADO
60
1.91
2.54
3.02
3.62
4.21
4.87
COLORADO
120
2.30
3.07
3.66
4.43
5.19
6.02
182
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
COLORADO
180
2.52
3.36
4.01
4.87
5.72
6.66
COLORADO
360
2.89
3.86
4.60
5.59
6.59
7.71
COLORADO
720
3.28
4.37
5.19
6.29
7.45
8.76
COLORADO
1440
3.69
4.92
5.81
7.01
8.32
9.85
COMAL
15
0.98
1.27
1.47
1.76
1.98
2.18
COMAL
30
1.39
1.79
2.09
2.51
2.85
3.21
COMAL
60
1.81
2.33
2.74
3.31
3.79
4.33
COMAL
120
2.20
2.88
3.39
4.12
4.75
5.47
COMAL
180
2.42
3.19
3.78
4.61
5.33
6.14
COMAL
360
2.79
3.76
4.46
5.47
6.38
7.32
COMAL
720
3.16
4.36
5.20
6.41
7.51
8.57
COMAL
1440
3.55
5.03
6.01
7.46
8.79
9.94
COMANCHE
15
0.84
1.14
1.32
1.55
1.76
1.90
COMANCHE
30
1.16
1.55
1.82
2.16
2.46
2.75
COMANCHE
60
1.48
1.97
2.35
2.81
3.20
3.67
COMANCHE
120
1.80
2.40
2.88
3.47
3.99
4.63
COMANCHE
180
1.99
2.66
3.20
3.87
4.48
5.20
COMANCHE
360
2.32
3.12
3.77
4.60
5.37
6.24
COMANCHE
720
2.69
3.64
4.40
5.41
6.38
7.39
COMANCHE
1440
3.09
4.21
5.12
6.33
7.54
8.67
CONCHO
15
0.85
1.09
1.24
1.45
1.57
1.69
CONCHO
30
1.12
1.49
1.72
2.05
2.31
2.55
CONCHO
60
1.37
1.88
2.21
2.66
3.09
3.49
CONCHO
120
1.62
2.24
2.67
3.26
3.85
4.41
CONCHO
180
1.76
2.46
2.94
3.61
4.28
4.92
CONCHO
360
2.00
2.82
3.40
4.21
4.99
5.76
CONCHO
720
2.26
3.20
3.89
4.84
5.71
6.57
CONCHO
1440
2.53
3.62
4.41
5.52
6.47
7.41
COOKE
15
0.99
1.29
1.51
1.74
1.99
2.29
COOKE
30
1.28
1.66
1.93
2.26
2.62
2.96
COOKE
60
1.59
2.07
2.40
2.85
3.33
3.73
COOKE
120
1.92
2.53
2.95
3.54
4.13
4.64
COOKE
180
2.12
2.83
3.32
4.00
4.66
5.26
COOKE
360
2.51
3.40
4.04
4.91
5.70
6.49
COOKE
720
2.95
4.07
4.90
6.00
6.93
7.98
COOKE
1440
3.45
4.87
5.94
7.32
8.42
9.80
CORYELL
15
0.86
1.14
1.28
1.48
1.63
1.69
CORYELL
30
1.21
1.60
1.84
2.17
2.45
2.67
CORYELL
60
1.55
2.07
2.43
2.91
3.37
3.82
CORYELL
120
1.90
2.54
3.02
3.67
4.32
5.00
CORYELL
180
2.09
2.81
3.37
4.10
4.87
5.67
CORYELL
360
2.44
3.29
3.98
4.87
5.83
6.79
CORYELL
720
2.81
3.80
4.64
5.68
6.84
7.89
CORYELL
1440
3.21
4.36
5.36
6.57
7.95
9.02
COTTLE
15
0.78
1.08
1.29
1.60
1.84
2.10
COTTLE
30
1.04
1.45
1.74
2.19
2.55
2.97
COTTLE
60
1.30
1.81
2.19
2.78
3.28
3.86
COTTLE
120
1.55
2.17
2.63
3.36
3.98
4.71
COTTLE
180
1.69
2.38
2.90
3.69
4.39
5.20
COTTLE
360
1.95
2.77
3.37
4.28
5.10
6.05
COTTLE
720
2.23
3.18
3.87
4.91
5.86
6.92
COTTLE
1440
2.53
3.65
4.44
5.59
6.68
7.86
CRANE
15
0.79
1.08
1.25
1.45
1.63
1.89
CRANE
30
0.96
1.35
1.61
1.94
2.26
2.53
CRANE
60
1.13
1.60
1.95
2.40
2.84
3.14
CRANE
120
1.29
1.84
2.25
2.80
3.33
3.70
CRANE
180
1.38
1.99
2.42
3.02
3.58
4.01
CRANE
360
1.55
2.24
2.71
3.37
3.95
4.54
CRANE
720
1.74
2.50
3.00
3.71
4.29
5.08
CRANE
1440
1.94
2.79
3.31
4.06
4.62
5.64
183
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
CROCKETT
15
0.85
1.16
1.37
1.63
1.89
2.12
CROCKETT
30
1.15
1.58
1.87
2.25
2.60
2.95
CROCKETT
60
1.42
1.96
2.34
2.84
3.28
3.75
CROCKETT
120
1.66
2.30
2.75
3.35
3.88
4.45
CROCKETT
180
1.79
2.48
2.97
3.61
4.19
4.81
CROCKETT
360
1.99
2.77
3.31
4.03
4.69
5.36
CROCKETT
720
2.18
3.04
3.64
4.42
5.16
5.88
CROCKETT
1440
2.37
3.32
3.97
4.81
5.64
6.39
CROSBY
15
0.76
1.01
1.16
1.36
1.53
1.69
CROSBY
30
0.99
1.35
1.60
1.93
2.22
2.52
CROSBY
60
1.22
1.69
2.04
2.52
2.94
3.41
CROSBY
120
1.45
2.03
2.47
3.09
3.64
4.27
CROSBY
180
1.60
2.24
2.72
3.42
4.03
4.75
CROSBY
360
1.85
2.61
3.17
3.98
4.70
5.54
CROSBY
720
2.13
3.02
3.64
4.56
5.39
6.33
CROSBY
1440
2.44
3.49
4.16
5.18
6.12
7.14
CULBERSON
15
0.72
0.97
1.14
1.39
1.49
1.67
CULBERSON
30
0.87
1.23
1.46
1.76
2.05
2.30
CULBERSON
60
1.01
1.46
1.74
2.10
2.56
2.89
CULBERSON
120
1.14
1.67
2.00
2.42
2.99
3.41
CULBERSON
180
1.22
1.78
2.14
2.60
3.20
3.68
CULBERSON
360
1.35
1.97
2.38
2.91
3.52
4.11
CULBERSON
720
1.49
2.15
2.62
3.23
3.80
4.52
CULBERSON
1440
1.65
2.35
2.88
3.58
4.08
4.93
DALLAM
15
0.70
0.92
1.22
1.46
1.78
2.13
DALLAM
30
0.89
1.19
1.58
1.91
2.33
2.82
DALLAM
60
1.08
1.44
1.91
2.33
2.84
3.47
DALLAM
120
1.25
1.67
2.23
2.72
3.32
4.05
DALLAM
180
1.35
1.81
2.40
2.94
3.59
4.37
DALLAM
360
1.53
2.04
2.71
3.31
4.05
4.90
DALLAM
720
1.72
2.29
3.03
3.70
4.53
5.43
DALLAM
1440
1.92
2.56
3.38
4.12
5.04
5.99
DALLAS
15
0.99
1.31
1.52
1.80
1.99
2.26
DALLAS
30
1.36
1.75
2.03
2.37
2.68
3.01
DALLAS
60
1.73
2.22
2.57
3.00
3.42
3.84
DALLAS
120
2.09
2.71
3.15
3.70
4.25
4.79
DALLAS
180
2.30
3.00
3.52
4.16
4.79
5.42
DALLAS
360
2.66
3.56
4.21
5.04
5.83
6.64
DALLAS
720
3.05
4.18
5.01
6.08
7.04
8.09
DALLAS
1440
3.47
4.89
5.94
7.31
8.49
9.85
DAWSON
15
0.73
1.00
1.16
1.41
1.62
1.82
DAWSON
30
0.94
1.29
1.55
1.92
2.21
2.55
DAWSON
60
1.16
1.59
1.95
2.44
2.80
3.29
DAWSON
120
1.39
1.91
2.35
2.94
3.39
4.00
DAWSON
180
1.53
2.11
2.58
3.23
3.74
4.42
DAWSON
360
1.79
2.48
3.01
3.75
4.36
5.14
DAWSON
720
2.07
2.89
3.48
4.31
5.04
5.90
DAWSON
1440
2.40
3.38
4.00
4.92
5.79
6.72
DEAFSMITH
15
0.76
1.03
1.22
1.58
1.73
2.07
DEAFSMITH
30
0.93
1.30
1.58
2.01
2.33
2.76
DEAFSMITH
60
1.10
1.56
1.92
2.42
2.90
3.40
DEAFSMITH
120
1.28
1.83
2.25
2.83
3.41
3.98
DEAFSMITH
180
1.39
1.99
2.45
3.07
3.69
4.30
DEAFSMITH
360
1.60
2.29
2.79
3.49
4.15
4.84
DEAFSMITH
720
1.84
2.61
3.16
3.95
4.61
5.38
DEAFSMITH
1440
2.10
2.97
3.56
4.45
5.08
5.95
DELTA
15
1.00
1.28
1.48
1.79
2.03
2.21
DELTA
30
1.38
1.73
1.99
2.32
2.62
2.91
DELTA
60
1.77
2.21
2.55
2.94
3.32
3.72
DELTA
120
2.16
2.72
3.17
3.67
4.16
4.70
184
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
DELTA
180
2.39
3.04
3.57
4.16
4.73
5.37
DELTA
360
2.81
3.64
4.34
5.15
5.87
6.71
DELTA
720
3.27
4.32
5.24
6.35
7.28
8.37
DELTA
1440
3.77
5.12
6.31
7.83
9.01
10.43
DENTON
15
1.00
1.24
1.52
1.76
2.00
2.30
DENTON
30
1.32
1.64
1.99
2.32
2.64
2.98
DENTON
60
1.65
2.06
2.50
2.93
3.35
3.76
DENTON
120
1.99
2.49
3.04
3.60
4.15
4.66
DENTON
180
2.19
2.76
3.39
4.04
4.68
5.27
DENTON
360
2.56
3.26
4.06
4.87
5.70
6.46
DENTON
720
2.97
3.82
4.82
5.84
6.93
7.91
DENTON
1440
3.43
4.47
5.72
6.99
8.40
9.67
DEWITT
15
1.15
1.49
1.71
2.02
2.37
2.63
DEWITT
30
1.52
2.02
2.37
2.82
3.27
3.74
DEWITT
60
1.89
2.54
3.02
3.62
4.18
4.86
DEWITT
120
2.25
3.04
3.63
4.36
5.04
5.90
DEWITT
180
2.46
3.33
3.97
4.78
5.53
6.46
DEWITT
360
2.83
3.82
4.54
5.48
6.36
7.39
DEWITT
720
3.22
4.33
5.13
6.19
7.23
8.31
DEWITT
1440
3.65
4.88
5.75
6.95
8.17
9.26
DICKENS
15
0.78
1.03
1.16
1.34
1.47
1.60
DICKENS
30
1.01
1.37
1.61
1.93
2.20
2.47
DICKENS
60
1.24
1.73
2.06
2.55
2.99
3.46
DICKENS
120
1.48
2.08
2.52
3.16
3.76
4.43
DICKENS
180
1.63
2.30
2.79
3.51
4.20
4.97
DICKENS
360
1.90
2.69
3.27
4.13
4.93
5.83
DICKENS
720
2.20
3.13
3.79
4.77
5.67
6.66
DICKENS
1440
2.54
3.61
4.36
5.48
6.45
7.49
DIMMIT
15
1.07
1.31
1.46
1.65
1.75
1.97
DIMMIT
30
1.41
1.87
2.17
2.55
2.82
3.18
DIMMIT
60
1.73
2.42
2.92
3.53
4.09
4.63
DIMMIT
120
2.03
2.92
3.60
4.47
5.32
6.06
DIMMIT
180
2.19
3.19
3.95
4.96
5.94
6.80
DIMMIT
360
2.48
3.62
4.50
5.71
6.81
7.86
DIMMIT
720
2.78
4.03
5.00
6.37
7.45
8.70
DIMMIT
1440
3.10
4.45
5.48
6.99
7.96
9.40
DONLEY
15
0.77
1.06
1.23
1.53
1.67
1.97
DONLEY
30
1.01
1.42
1.69
2.12
2.42
2.88
DONLEY
60
1.26
1.78
2.15
2.71
3.19
3.80
DONLEY
120
1.50
2.12
2.59
3.27
3.91
4.64
DONLEY
180
1.64
2.32
2.84
3.58
4.30
5.08
DONLEY
360
1.89
2.67
3.26
4.11
4.93
5.77
DONLEY
720
2.15
3.04
3.71
4.66
5.55
6.42
DONLEY
1440
2.45
3.45
4.19
5.25
6.18
7.05
DUVAL
15
0.98
1.26
1.46
1.68
1.85
2.06
DUVAL
30
1.34
1.79
2.09
2.47
2.80
3.16
DUVAL
60
1.69
2.32
2.73
3.32
3.85
4.39
DUVAL
120
2.02
2.83
3.36
4.15
4.87
5.60
DUVAL
180
2.21
3.11
3.72
4.61
5.44
6.27
DUVAL
360
2.53
3.59
4.32
5.38
6.38
7.37
DUVAL
720
2.87
4.06
4.94
6.16
7.30
8.45
DUVAL
1440
3.24
4.56
5.61
6.97
8.24
9.55
EASTLAND
15
0.86
1.15
1.34
1.56
1.79
1.97
EASTLAND
30
1.17
1.57
1.85
2.18
2.49
2.81
EASTLAND
60
1.50
1.99
2.38
2.84
3.24
3.71
EASTLAND
120
1.82
2.42
2.90
3.51
4.02
4.65
EASTLAND
180
2.00
2.67
3.22
3.91
4.49
5.21
EASTLAND
360
2.34
3.13
3.78
4.63
5.35
6.22
EASTLAND
720
2.70
3.63
4.40
5.42
6.32
7.34
EASTLAND
1440
3.10
4.18
5.09
6.31
7.41
8.59
185
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
ECTOR
15
0.74
1.02
1.20
1.44
1.68
1.88
ECTOR
30
0.95
1.34
1.60
1.96
2.29
2.60
ECTOR
60
1.15
1.63
1.98
2.45
2.87
3.28
ECTOR
120
1.34
1.90
2.32
2.89
3.39
3.90
ECTOR
180
1.45
2.05
2.50
3.13
3.67
4.23
ECTOR
360
1.64
2.31
2.81
3.53
4.13
4.77
ECTOR
720
1.84
2.58
3.12
3.92
4.58
5.29
ECTOR
1440
2.05
2.87
3.45
4.33
5.04
5.83
EDWARDS
15
0.90
1.12
1.25
1.43
1.57
1.79
EDWARDS
30
1.27
1.66
1.92
2.26
2.56
2.92
EDWARDS
60
1.64
2.23
2.65
3.23
3.74
4.29
EDWARDS
120
1.99
2.77
3.36
4.18
4.93
5.67
EDWARDS
180
2.17
3.05
3.73
4.69
5.56
6.42
EDWARDS
360
2.48
3.51
4.32
5.46
6.47
7.54
EDWARDS
720
2.78
3.94
4.87
6.15
7.20
8.48
EDWARDS
1440
3.09
4.36
5.39
6.78
7.83
9.32
ELLIS
15
0.97
1.28
1.48
1.76
1.95
2.19
ELLIS
30
1.36
1.76
2.04
2.40
2.70
3.05
ELLIS
60
1.75
2.25
2.62
3.08
3.51
3.99
ELLIS
120
2.12
2.75
3.24
3.81
4.37
5.00
ELLIS
180
2.33
3.06
3.61
4.27
4.91
5.63
ELLIS
360
2.70
3.60
4.30
5.15
5.91
6.83
ELLIS
720
3.07
4.20
5.08
6.15
7.06
8.22
ELLIS
1440
3.47
4.87
5.96
7.32
8.38
9.83
ELPASO
15
0.64
0.90
1.06
1.21
1.32
1.37
ELPASO
30
0.68
1.01
1.32
1.49
1.62
1.86
ELPASO
60
0.75
1.12
1.52
1.74
1.92
2.31
ELPASO
120
0.84
1.25
1.67
1.96
2.23
2.69
ELPASO
180
0.90
1.33
1.73
2.08
2.43
2.89
ELPASO
360
1.02
1.48
1.83
2.29
2.79
3.20
ELPASO
720
1.16
1.65
1.91
2.51
3.21
3.50
ELPASO
1440
1.32
1.83
1.99
2.73
3.67
3.79
ERATH
15
0.89
1.18
1.38
1.58
1.82
2.03
ERATH
30
1.21
1.61
1.90
2.21
2.53
2.86
ERATH
60
1.54
2.05
2.43
2.87
3.28
3.76
ERATH
120
1.87
2.49
2.98
3.55
4.08
4.69
ERATH
180
2.07
2.76
3.30
3.96
4.57
5.26
ERATH
360
2.41
3.24
3.89
4.72
5.49
6.32
ERATH
720
2.79
3.76
4.53
5.55
6.53
7.50
ERATH
1440
3.20
4.34
5.24
6.50
7.73
8.84
FALLS
15
0.94
1.24
1.45
1.75
2.04
2.34
FALLS
30
1.30
1.74
2.05
2.48
2.89
3.35
FALLS
60
1.67
2.25
2.67
3.25
3.77
4.41
FALLS
120
2.03
2.75
3.27
4.00
4.64
5.45
FALLS
180
2.24
3.04
3.62
4.43
5.15
6.05
FALLS
360
2.61
3.54
4.23
5.18
6.05
7.09
FALLS
720
3.01
4.08
4.88
5.97
7.00
8.17
FALLS
1440
3.45
4.67
5.58
6.82
8.04
9.34
FANNIN
15
1.02
1.28
1.46
1.69
1.89
2.12
FANNIN
30
1.38
1.75
2.00
2.33
2.64
2.98
FANNIN
60
1.75
2.22
2.56
2.99
3.42
3.87
FANNIN
120
2.12
2.71
3.13
3.66
4.19
4.75
FANNIN
180
2.34
3.00
3.47
4.06
4.64
5.26
FANNIN
360
2.74
3.52
4.08
4.78
5.45
6.17
FANNIN
720
3.19
4.10
4.76
5.56
6.32
7.13
FANNIN
1440
3.69
4.76
5.52
6.44
7.28
8.20
FAYETTE
15
1.05
1.38
1.60
1.87
2.08
2.24
FAYETTE
30
1.44
1.88
2.20
2.64
3.00
3.35
FAYETTE
60
1.83
2.40
2.83
3.44
3.98
4.56
FAYETTE
120
2.21
2.93
3.46
4.25
4.98
5.78
186
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
FAYETTE
180
2.43
3.24
3.85
4.74
5.58
6.48
FAYETTE
360
2.80
3.79
4.55
5.61
6.62
7.68
FAYETTE
720
3.20
4.40
5.33
6.57
7.75
8.93
FAYETTE
1440
3.64
5.08
6.21
7.64
9.00
10.28
FISHER
15
0.73
0.98
1.12
1.30
1.43
1.56
FISHER
30
1.01
1.36
1.59
1.88
2.14
2.41
FISHER
60
1.30
1.75
2.08
2.51
2.93
3.37
FISHER
120
1.57
2.15
2.57
3.15
3.73
4.35
FISHER
180
1.74
2.39
2.86
3.52
4.19
4.91
FISHER
360
2.03
2.81
3.37
4.19
4.98
5.83
FISHER
720
2.34
3.27
3.91
4.91
5.80
6.77
FISHER
1440
2.68
3.79
4.52
5.70
6.69
7.74
FLOYD
15
0.76
1.03
1.23
1.50
1.74
2.01
FLOYD
30
1.01
1.39
1.68
2.07
2.44
2.83
FLOYD
60
1.25
1.75
2.12
2.63
3.12
3.65
FLOYD
120
1.48
2.08
2.53
3.15
3.77
4.42
FLOYD
180
1.61
2.27
2.77
3.44
4.12
4.83
FLOYD
360
1.84
2.59
3.16
3.92
4.71
5.52
FLOYD
720
2.09
2.92
3.56
4.41
5.31
6.21
FLOYD
1440
2.36
3.27
3.99
4.93
5.94
6.92
FOARD
15
0.80
1.10
1.31
1.64
1.92
2.29
FOARD
30
1.06
1.47
1.77
2.22
2.62
3.09
FOARD
60
1.32
1.84
2.23
2.81
3.31
3.90
FOARD
120
1.59
2.21
2.70
3.41
4.01
4.72
FOARD
180
1.75
2.44
2.98
3.76
4.43
5.21
FOARD
360
2.04
2.85
3.47
4.40
5.16
6.11
FOARD
720
2.37
3.31
4.02
5.09
5.97
7.09
FOARD
1440
2.73
3.83
4.63
5.86
6.86
8.19
FORTBEND
15
1.12
1.38
1.53
1.67
1.73
1.82
FORTBEND
30
1.54
1.94
2.20
2.52
2.74
2.98
FORTBEND
60
1.97
2.53
2.94
3.50
3.96
4.45
FORTBEND
120
2.40
3.14
3.71
4.53
5.29
6.09
FORTBEND
180
2.65
3.52
4.18
5.17
6.08
7.08
FORTBEND
360
3.09
4.19
5.05
6.31
7.49
8.79
FORTBEND
720
3.58
4.95
6.02
7.57
9.00
10.57
FORTBEND
1440
4.11
5.80
7.12
9.00
10.66
12.48
FRANKLIN
15
0.97
1.26
1.45
1.67
1.88
2.14
FRANKLIN
30
1.36
1.75
2.03
2.36
2.68
3.05
FRANKLIN
60
1.76
2.26
2.64
3.09
3.53
3.99
FRANKLIN
120
2.17
2.78
3.25
3.82
4.37
4.93
FRANKLIN
180
2.40
3.09
3.62
4.25
4.86
5.49
FRANKLIN
360
2.83
3.65
4.27
5.01
5.72
6.47
FRANKLIN
720
3.28
4.26
4.98
5.83
6.64
7.51
FRANKLIN
1440
3.79
4.94
5.78
6.74
7.64
8.67
FREESTONE
15
1.00
1.33
1.53
1.87
2.10
2.29
FREESTONE
30
1.39
1.82
2.12
2.57
2.94
3.29
FREESTONE
60
1.78
2.32
2.73
3.30
3.82
4.36
FREESTONE
120
2.16
2.84
3.37
4.07
4.73
5.47
FREESTONE
180
2.38
3.15
3.75
4.55
5.28
6.14
FREESTONE
360
2.76
3.71
4.46
5.43
6.28
7.34
FREESTONE
720
3.17
4.33
5.24
6.43
7.38
8.67
FREESTONE
1440
3.60
5.02
6.13
7.57
8.63
10.17
FRIO
15
1.08
1.49
1.80
2.19
2.53
2.85
FRIO
30
1.45
2.01
2.45
3.01
3.51
4.00
FRIO
60
1.80
2.52
3.08
3.80
4.46
5.12
FRIO
120
2.13
2.98
3.66
4.53
5.33
6.14
FRIO
180
2.32
3.24
3.98
4.92
5.80
6.70
FRIO
360
2.64
3.68
4.51
5.58
6.59
7.60
FRIO
720
2.98
4.12
5.06
6.25
7.37
8.48
FRIO
1440
3.34
4.58
5.63
6.94
8.19
9.39
187
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GAINES
15
0.73
1.02
1.21
1.46
1.76
2.00
GAINES
30
0.92
1.29
1.56
1.96
2.30
2.69
GAINES
60
1.11
1.56
1.92
2.44
2.83
3.36
GAINES
120
1.31
1.84
2.27
2.89
3.35
3.98
GAINES
180
1.44
2.02
2.48
3.16
3.66
4.34
GAINES
360
1.66
2.33
2.86
3.62
4.20
4.94
GAINES
720
1.91
2.68
3.28
4.10
4.79
5.57
GAINES
1440
2.19
3.08
3.74
4.62
5.44
6.24
GALVESTON
15
1.15
1.50
1.73
2.12
2.39
2.72
GALVESTON
30
1.61
2.12
2.47
2.99
3.40
3.90
GALVESTON
60
2.08
2.77
3.25
3.92
4.47
5.16
GALVESTON
120
2.56
3.44
4.05
4.88
5.57
6.44
GALVESTON
180
2.86
3.83
4.53
5.45
6.23
7.20
GALVESTON
360
3.38
4.55
5.37
6.49
7.43
8.56
GALVESTON
720
3.96
5.34
6.29
7.63
8.75
10.04
GALVESTON
1440
4.62
6.23
7.31
8.91
10.23
11.69
GARZA
15
0.73
0.99
1.18
1.43
1.64
1.84
GARZA
30
0.98
1.35
1.62
1.98
2.30
2.64
GARZA
60
1.22
1.70
2.05
2.54
2.97
3.47
GARZA
120
1.46
2.04
2.47
3.08
3.60
4.25
GARZA
180
1.60
2.24
2.71
3.38
3.96
4.68
GARZA
360
1.86
2.58
3.12
3.90
4.56
5.40
GARZA
720
2.13
2.95
3.56
4.44
5.18
6.12
GARZA
1440
2.43
3.35
4.02
5.03
5.84
6.87
GILLESPIE
15
0.95
1.19
1.34
1.57
1.70
1.84
GILLESPIE
30
1.31
1.68
1.94
2.30
2.58
2.89
GILLESPIE
60
1.66
2.18
2.56
3.10
3.58
4.11
GILLESPIE
120
2.01
2.68
3.20
3.92
4.60
5.36
GILLESPIE
180
2.22
2.98
3.57
4.40
5.18
6.07
GILLESPIE
360
2.58
3.50
4.23
5.24
6.19
7.24
GILLESPIE
720
2.96
4.05
4.93
6.14
7.23
8.39
GILLESPIE
1440
3.38
4.66
5.71
7.14
8.34
9.58
GLASSCOCK
15
0.72
0.97
1.13
1.33
1.50
1.70
GLASSCOCK
30
0.98
1.33
1.57
1.88
2.15
2.44
GLASSCOCK
60
1.23
1.69
2.00
2.44
2.81
3.21
GLASSCOCK
120
1.47
2.03
2.41
2.98
3.44
3.95
GLASSCOCK
180
1.60
2.21
2.65
3.28
3.80
4.37
GLASSCOCK
360
1.81
2.52
3.06
3.79
4.41
5.07
GLASSCOCK
720
2.04
2.84
3.48
4.31
5.03
5.79
GLASSCOCK
1440
2.28
3.17
3.94
4.86
5.70
6.55
GOLIAD
15
1.17
1.50
1.69
1.96
2.16
2.39
GOLIAD
30
1.52
1.97
2.27
2.68
3.02
3.38
GOLIAD
60
1.87
2.46
2.87
3.44
3.96
4.47
GOLIAD
120
2.22
2.97
3.51
4.25
4.95
5.63
GOLIAD
180
2.43
3.28
3.91
4.77
5.56
6.35
GOLIAD
360
2.82
3.86
4.65
5.73
6.71
7.70
GOLIAD
720
3.24
4.52
5.50
6.83
8.00
9.24
GOLIAD
1440
3.71
5.26
6.48
8.11
9.49
11.03
GONZALES
15
1.10
1.44
1.67
2.00
2.27
2.47
GONZALES
30
1.48
1.94
2.26
2.73
3.13
3.49
GONZALES
60
1.86
2.45
2.86
3.48
4.02
4.56
GONZALES
120
2.22
2.95
3.47
4.25
4.93
5.64
GONZALES
180
2.43
3.24
3.84
4.71
5.48
6.29
GONZALES
360
2.79
3.78
4.51
5.54
6.48
7.44
GONZALES
720
3.18
4.36
5.25
6.46
7.59
8.68
GONZALES
1440
3.59
5.00
6.07
7.49
8.84
10.07
GRAY
15
0.77
1.07
1.30
1.59
1.86
2.18
GRAY
30
1.01
1.42
1.73
2.14
2.54
2.98
GRAY
60
1.24
1.76
2.15
2.69
3.20
3.77
GRAY
120
1.47
2.09
2.55
3.20
3.82
4.50
188
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
GRAY
180
1.60
2.28
2.79
3.50
4.17
4.90
GRAY
360
1.84
2.61
3.20
4.01
4.76
5.59
GRAY
720
2.10
2.96
3.64
4.54
5.36
6.28
GRAY
1440
2.39
3.35
4.12
5.12
6.01
7.02
GRAYSON
15
1.03
1.17
1.47
1.73
2.04
2.29
GRAYSON
30
1.35
1.64
1.99
2.29
2.61
2.92
GRAYSON
60
1.68
2.11
2.54
2.90
3.29
3.68
GRAYSON
120
2.03
2.58
3.10
3.59
4.11
4.61
GRAYSON
180
2.24
2.86
3.45
4.04
4.66
5.25
GRAYSON
360
2.63
3.34
4.08
4.92
5.78
6.53
GRAYSON
720
3.06
3.87
4.80
5.96
7.15
8.13
GRAYSON
1440
3.55
4.44
5.61
7.22
8.83
10.10
GREGG
15
0.92
1.22
1.42
1.70
1.89
2.18
GREGG
30
1.32
1.72
2.01
2.39
2.72
3.10
GREGG
60
1.73
2.25
2.65
3.14
3.64
4.11
GREGG
120
2.15
2.79
3.32
3.94
4.60
5.21
GREGG
180
2.38
3.12
3.74
4.45
5.19
5.91
GREGG
360
2.80
3.72
4.49
5.40
6.26
7.21
GREGG
720
3.24
4.39
5.34
6.49
7.46
8.71
GREGG
1440
3.72
5.14
6.31
7.76
8.83
10.46
GRIMES
15
1.06
1.35
1.53
1.70
1.82
1.98
GRIMES
30
1.42
1.85
2.14
2.51
2.80
3.13
GRIMES
60
1.78
2.37
2.80
3.39
3.91
4.49
GRIMES
120
2.15
2.90
3.47
4.30
5.06
5.91
GRIMES
180
2.37
3.23
3.88
4.83
5.73
6.73
GRIMES
360
2.78
3.82
4.62
5.77
6.88
8.09
GRIMES
720
3.23
4.47
5.44
6.78
8.07
9.46
GRIMES
1440
3.74
5.21
6.37
7.90
9.36
10.89
GUADALUPE
15
1.04
1.38
1.60
1.92
2.21
2.36
GUADALUPE
30
1.44
1.88
2.20
2.65
3.05
3.38
GUADALUPE
60
1.83
2.40
2.82
3.41
3.92
4.44
GUADALUPE
120
2.20
2.91
3.44
4.18
4.83
5.52
GUADALUPE
180
2.41
3.21
3.81
4.65
5.38
6.16
GUADALUPE
360
2.76
3.74
4.46
5.47
6.38
7.30
GUADALUPE
720
3.13
4.33
5.16
6.38
7.50
8.52
GUADALUPE
1440
3.53
4.97
5.95
7.39
8.76
9.88
HALE
15
0.74
1.01
1.17
1.43
1.63
1.84
HALE
30
0.98
1.34
1.60
1.99
2.31
2.65
HALE
60
1.20
1.67
2.03
2.55
2.99
3.47
HALE
120
1.43
1.99
2.44
3.07
3.63
4.23
HALE
180
1.56
2.19
2.67
3.37
3.98
4.64
HALE
360
1.80
2.53
3.07
3.86
4.57
5.31
HALE
720
2.05
2.91
3.48
4.35
5.16
5.97
HALE
1440
2.34
3.32
3.92
4.88
5.77
6.65
HALL
15
0.77
1.05
1.20
1.48
1.59
1.80
HALL
30
1.02
1.42
1.67
2.09
2.36
2.74
HALL
60
1.27
1.78
2.14
2.71
3.19
3.75
HALL
120
1.52
2.14
2.60
3.31
3.97
4.69
HALL
180
1.66
2.36
2.87
3.64
4.40
5.19
HALL
360
1.93
2.73
3.33
4.22
5.07
5.94
HALL
720
2.21
3.13
3.81
4.81
5.73
6.62
HALL
1440
2.52
3.56
4.34
5.45
6.38
7.27
HAMILTON
15
0.86
1.13
1.32
1.52
1.71
1.82
HAMILTON
30
1.18
1.56
1.84
2.16
2.46
2.72
HAMILTON
60
1.51
2.01
2.38
2.84
3.27
3.72
HAMILTON
120
1.83
2.45
2.93
3.53
4.12
4.76
HAMILTON
180
2.03
2.72
3.26
3.95
4.63
5.38
HAMILTON
360
2.36
3.20
3.85
4.70
5.57
6.47
HAMILTON
720
2.72
3.72
4.51
5.52
6.62
7.63
HAMILTON
1440
3.12
4.30
5.24
6.44
7.81
8.91
189
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HANSFORD
15
0.76
1.06
1.28
1.56
1.84
2.13
HANSFORD
30
0.98
1.37
1.67
2.07
2.44
2.87
HANSFORD
60
1.18
1.66
2.04
2.53
3.00
3.55
HANSFORD
120
1.37
1.93
2.37
2.95
3.50
4.15
HANSFORD
180
1.48
2.08
2.55
3.19
3.78
4.48
HANSFORD
360
1.67
2.33
2.86
3.58
4.24
5.01
HANSFORD
720
1.86
2.59
3.18
3.97
4.70
5.54
HANSFORD
1440
2.07
2.87
3.52
4.39
5.17
6.08
HARDEMAN
15
0.80
1.04
1.18
1.41
1.52
1.64
HARDEMAN
30
1.06
1.43
1.67
2.06
2.32
2.60
HARDEMAN
60
1.33
1.83
2.18
2.76
3.20
3.71
HARDEMAN
120
1.59
2.23
2.70
3.44
4.07
4.83
HARDEMAN
180
1.76
2.46
3.00
3.83
4.56
5.44
HARDEMAN
360
2.05
2.89
3.52
4.51
5.37
6.40
HARDEMAN
720
2.38
3.36
4.09
5.21
6.17
7.28
HARDEMAN
1440
2.75
3.89
4.71
5.97
7.00
8.13
HARDIN
15
1.08
1.32
1.44
1.62
1.70
1.77
HARDIN
30
1.54
1.94
2.18
2.53
2.77
2.99
HARDIN
60
2.05
2.62
3.03
3.63
4.12
4.62
HARDIN
120
2.57
3.36
3.95
4.83
5.65
6.51
HARDIN
180
2.88
3.81
4.53
5.58
6.59
7.67
HARDIN
360
3.45
4.65
5.60
6.93
8.25
9.66
HARDIN
720
4.08
5.59
6.80
8.43
10.02
11.67
HARDIN
1440
4.79
6.68
8.19
10.14
11.98
13.77
HARRIS
15
1.13
1.49
1.72
2.02
2.28
2.61
HARRIS
30
1.54
2.05
2.38
2.84
3.25
3.72
HARRIS
60
1.96
2.64
3.08
3.69
4.27
4.90
HARRIS
120
2.39
3.23
3.78
4.57
5.31
6.10
HARRIS
180
2.66
3.59
4.21
5.09
5.93
6.82
HARRIS
360
3.13
4.23
4.97
6.03
7.02
8.09
HARRIS
720
3.65
4.93
5.82
7.05
8.21
9.48
HARRIS
1440
4.24
5.73
6.76
8.20
9.53
11.02
HARRISON
15
0.93
1.22
1.38
1.67
1.88
2.16
HARRISON
30
1.32
1.74
2.01
2.44
2.79
3.17
HARRISON
60
1.73
2.29
2.67
3.26
3.77
4.25
HARRISON
120
2.14
2.83
3.32
4.06
4.73
5.30
HARRISON
180
2.38
3.15
3.70
4.52
5.27
5.91
HARRISON
360
2.79
3.70
4.34
5.30
6.17
6.94
HARRISON
720
3.24
4.29
5.00
6.11
7.08
8.00
HARRISON
1440
3.72
4.93
5.71
6.98
8.03
9.15
HARTLEY
15
0.78
1.08
1.29
1.65
1.79
2.17
HARTLEY
30
0.93
1.32
1.61
2.01
2.36
2.82
HARTLEY
60
1.08
1.56
1.92
2.37
2.87
3.41
HARTLEY
120
1.25
1.79
2.22
2.72
3.33
3.93
HARTLEY
180
1.35
1.94
2.39
2.93
3.58
4.21
HARTLEY
360
1.54
2.19
2.70
3.31
3.99
4.67
HARTLEY
720
1.76
2.48
3.03
3.73
4.41
5.13
HARTLEY
1440
2.00
2.80
3.39
4.19
4.83
5.60
HASKELL
15
0.83
1.07
1.22
1.38
1.51
1.62
HASKELL
30
1.09
1.45
1.70
2.02
2.28
2.54
HASKELL
60
1.36
1.85
2.20
2.70
3.12
3.59
HASKELL
120
1.63
2.24
2.71
3.38
3.97
4.66
HASKELL
180
1.79
2.48
3.00
3.77
4.45
5.26
HASKELL
360
2.09
2.91
3.54
4.45
5.26
6.23
HASKELL
720
2.41
3.37
4.12
5.16
6.08
7.16
HASKELL
1440
2.77
3.90
4.78
5.93
6.96
8.11
HAYS
15
0.94
1.24
1.43
1.75
1.93
2.16
HAYS
30
1.34
1.74
2.02
2.46
2.79
3.16
HAYS
60
1.76
2.27
2.65
3.22
3.72
4.24
HAYS
120
2.15
2.80
3.28
4.00
4.67
5.35
190
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HAYS
180
2.37
3.11
3.66
4.47
5.24
6.00
HAYS
360
2.73
3.66
4.34
5.32
6.26
7.15
HAYS
720
3.10
4.27
5.08
6.27
7.37
8.37
HAYS
1440
3.48
4.93
5.91
7.34
8.62
9.72
HEMPHILL
15
0.77
1.08
1.26
1.58
1.77
2.22
HEMPHILL
30
1.03
1.44
1.72
2.15
2.49
3.01
HEMPHILL
60
1.27
1.79
2.16
2.71
3.20
3.77
HEMPHILL
120
1.51
2.12
2.57
3.22
3.84
4.49
HEMPHILL
180
1.64
2.31
2.81
3.51
4.19
4.89
HEMPHILL
360
1.88
2.64
3.21
4.00
4.76
5.57
HEMPHILL
720
2.13
2.98
3.62
4.51
5.31
6.28
HEMPHILL
1440
2.40
3.35
4.06
5.04
5.87
7.03
HENDERSON
15
1.00
1.32
1.54
1.82
2.03
2.32
HENDERSON
30
1.40
1.83
2.14
2.56
2.89
3.35
HENDERSON
60
1.79
2.34
2.75
3.31
3.78
4.42
HENDERSON
120
2.18
2.85
3.36
4.04
4.63
5.45
HENDERSON
180
2.40
3.15
3.71
4.47
5.12
6.03
HENDERSON
360
2.79
3.68
4.33
5.20
5.95
7.00
HENDERSON
720
3.20
4.24
5.00
5.98
6.81
7.99
HENDERSON
1440
3.64
4.85
5.74
6.82
7.73
9.03
HIDALGO
15
1.04
1.39
1.60
1.91
2.17
2.33
HIDALGO
30
1.42
1.93
2.25
2.70
3.11
3.46
HIDALGO
60
1.78
2.45
2.89
3.49
4.06
4.63
HIDALGO
120
2.11
2.91
3.46
4.20
4.90
5.68
HIDALGO
180
2.29
3.16
3.76
4.58
5.35
6.21
HIDALGO
360
2.57
3.57
4.24
5.17
6.04
7.02
HIDALGO
720
2.86
3.96
4.69
5.75
6.70
7.73
HIDALGO
1440
3.15
4.36
5.15
6.32
7.34
8.39
HILL
15
0.96
1.25
1.44
1.71
1.94
2.23
HILL
30
1.32
1.75
2.04
2.43
2.79
3.21
HILL
60
1.69
2.25
2.65
3.16
3.66
4.23
HILL
120
2.05
2.75
3.23
3.88
4.50
5.21
HILL
180
2.26
3.03
3.57
4.28
4.98
5.76
HILL
360
2.62
3.53
4.14
4.99
5.79
6.69
HILL
720
3.00
4.05
4.74
5.72
6.62
7.63
HILL
1440
3.42
4.62
5.38
6.51
7.51
8.63
HOCKLEY
15
0.74
1.00
1.19
1.45
1.69
1.93
HOCKLEY
30
0.93
1.30
1.58
1.97
2.28
2.65
HOCKLEY
60
1.13
1.59
1.95
2.47
2.87
3.36
HOCKLEY
120
1.34
1.90
2.33
2.95
3.43
4.03
HOCKLEY
180
1.47
2.08
2.54
3.23
3.75
4.41
HOCKLEY
360
1.71
2.43
2.93
3.70
4.32
5.05
HOCKLEY
720
1.98
2.81
3.36
4.21
4.92
5.70
HOCKLEY
1440
2.30
3.25
3.82
4.75
5.57
6.40
HOOD
15
0.93
1.22
1.42
1.64
1.87
2.13
HOOD
30
1.27
1.66
1.95
2.26
2.59
2.94
HOOD
60
1.60
2.12
2.49
2.92
3.35
3.81
HOOD
120
1.94
2.57
3.04
3.60
4.16
4.73
HOOD
180
2.13
2.84
3.38
4.02
4.66
5.29
HOOD
360
2.48
3.33
3.98
4.79
5.60
6.35
HOOD
720
2.86
3.87
4.64
5.65
6.67
7.55
HOOD
1440
3.28
4.47
5.38
6.63
7.90
8.93
HOPKINS
15
0.98
1.27
1.49
1.78
2.02
2.22
HOPKINS
30
1.37
1.73
2.01
2.35
2.65
2.94
HOPKINS
60
1.77
2.22
2.57
2.98
3.37
3.78
HOPKINS
120
2.17
2.74
3.19
3.73
4.22
4.76
HOPKINS
180
2.40
3.06
3.59
4.22
4.79
5.43
HOPKINS
360
2.82
3.65
4.36
5.20
5.91
6.76
HOPKINS
720
3.27
4.33
5.27
6.38
7.29
8.40
HOPKINS
1440
3.77
5.10
6.34
7.82
8.96
10.42
191
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
HOUSTON
15
1.03
1.34
1.52
1.85
2.06
2.27
HOUSTON
30
1.43
1.87
2.16
2.64
3.02
3.37
HOUSTON
60
1.84
2.42
2.84
3.48
4.06
4.60
HOUSTON
120
2.23
2.97
3.54
4.34
5.12
5.87
HOUSTON
180
2.46
3.30
3.96
4.86
5.74
6.63
HOUSTON
360
2.86
3.90
4.71
5.80
6.83
7.98
HOUSTON
720
3.29
4.56
5.53
6.83
8.00
9.44
HOUSTON
1440
3.75
5.30
6.45
7.98
9.28
11.06
HOWARD
15
0.71
0.96
1.13
1.38
1.56
1.77
HOWARD
30
0.97
1.33
1.57
1.95
2.22
2.55
HOWARD
60
1.22
1.69
2.00
2.50
2.87
3.34
HOWARD
120
1.45
2.03
2.41
3.02
3.48
4.07
HOWARD
180
1.59
2.22
2.64
3.31
3.81
4.46
HOWARD
360
1.82
2.55
3.03
3.79
4.36
5.09
HOWARD
720
2.07
2.88
3.42
4.27
4.91
5.69
HOWARD
1440
2.33
3.23
3.84
4.78
5.47
6.31
HUDSPETH
15
0.67
0.92
1.11
1.27
1.45
1.62
HUDSPETH
30
0.76
1.08
1.31
1.58
1.79
2.03
HUDSPETH
60
0.86
1.24
1.50
1.85
2.12
2.42
HUDSPETH
120
0.95
1.39
1.69
2.11
2.43
2.78
HUDSPETH
180
1.01
1.48
1.81
2.25
2.62
2.98
HUDSPETH
360
1.12
1.64
2.02
2.51
2.95
3.35
HUDSPETH
720
1.24
1.80
2.25
2.78
3.31
3.73
HUDSPETH
1440
1.37
1.98
2.50
3.06
3.70
4.14
HUNT
15
1.00
1.19
1.52
1.75
2.02
2.29
HUNT
30
1.38
1.63
2.02
2.34
2.63
2.96
HUNT
60
1.77
2.10
2.56
2.98
3.34
3.74
HUNT
120
2.15
2.59
3.16
3.70
4.17
4.69
HUNT
180
2.38
2.89
3.55
4.17
4.74
5.34
HUNT
360
2.78
3.45
4.29
5.08
5.87
6.66
HUNT
720
3.21
4.08
5.17
6.15
7.24
8.28
HUNT
1440
3.68
4.80
6.20
7.42
8.93
10.29
HUTCHINSON
15
0.76
1.05
1.26
1.55
1.83
2.15
HUTCHINSON
30
0.98
1.38
1.67
2.08
2.47
2.91
HUTCHINSON
60
1.20
1.70
2.07
2.57
3.07
3.64
HUTCHINSON
120
1.40
1.99
2.42
3.02
3.61
4.28
HUTCHINSON
180
1.51
2.15
2.62
3.27
3.91
4.63
HUTCHINSON
360
1.71
2.42
2.95
3.68
4.40
5.20
HUTCHINSON
720
1.92
2.71
3.28
4.10
4.89
5.76
HUTCHINSON
1440
2.14
3.00
3.64
4.53
5.41
6.34
IRION
15
0.78
1.02
1.16
1.33
1.48
1.60
IRION
30
1.07
1.42
1.66
1.95
2.19
2.44
IRION
60
1.34
1.81
2.15
2.58
2.95
3.36
IRION
120
1.58
2.16
2.60
3.16
3.65
4.22
IRION
180
1.70
2.35
2.83
3.46
4.03
4.68
IRION
360
1.91
2.65
3.20
3.94
4.63
5.39
IRION
720
2.10
2.96
3.55
4.39
5.19
6.04
IRION
1440
2.30
3.27
3.89
4.84
5.75
6.66
JACK
15
0.92
1.21
1.42
1.68
1.91
2.15
JACK
30
1.21
1.62
1.91
2.28
2.62
2.96
JACK
60
1.52
2.03
2.41
2.90
3.34
3.80
JACK
120
1.83
2.45
2.92
3.52
4.06
4.63
JACK
180
2.02
2.72
3.23
3.90
4.50
5.13
JACK
360
2.37
3.20
3.80
4.58
5.28
6.02
JACK
720
2.75
3.74
4.44
5.32
6.13
6.98
JACK
1440
3.19
4.36
5.16
6.17
7.09
8.06
JACKSON
15
1.16
1.52
1.77
2.06
2.36
2.66
JACKSON
30
1.58
2.08
2.45
2.89
3.32
3.78
JACKSON
60
2.01
2.66
3.15
3.75
4.31
4.93
JACKSON
120
2.44
3.23
3.85
4.59
5.28
6.06
192
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
JACKSON
180
2.70
3.58
4.26
5.07
5.85
6.72
JACKSON
360
3.16
4.20
4.99
5.93
6.83
7.86
JACKSON
720
3.66
4.87
5.78
6.83
7.87
9.06
JACKSON
1440
4.22
5.63
6.66
7.83
9.00
10.37
JASPER
15
1.04
1.31
1.46
1.71
1.81
1.93
JASPER
30
1.50
1.91
2.17
2.57
2.84
3.13
JASPER
60
1.98
2.55
2.95
3.55
4.06
4.63
JASPER
120
2.46
3.22
3.78
4.59
5.38
6.26
JASPER
180
2.75
3.62
4.28
5.23
6.16
7.22
JASPER
360
3.24
4.34
5.19
6.39
7.55
8.85
JASPER
720
3.77
5.13
6.19
7.67
9.04
10.50
JASPER
1440
4.36
6.01
7.33
9.12
10.68
12.23
JEFFDAVIS
15
0.77
1.02
1.19
1.39
1.52
1.69
JEFFDAVIS
30
0.94
1.27
1.49
1.74
1.98
2.18
JEFFDAVIS
60
1.09
1.50
1.76
2.06
2.41
2.65
JEFFDAVIS
120
1.24
1.71
2.02
2.38
2.79
3.11
JEFFDAVIS
180
1.32
1.83
2.17
2.56
3.00
3.37
JEFFDAVIS
360
1.46
2.04
2.43
2.88
3.35
3.84
JEFFDAVIS
720
1.62
2.26
2.70
3.23
3.70
4.34
JEFFDAVIS
1440
1.78
2.50
3.00
3.61
4.07
4.89
JEFFERSON
15
1.15
1.50
1.71
1.99
2.30
2.62
JEFFERSON
30
1.63
2.14
2.47
2.91
3.37
3.85
JEFFERSON
60
2.14
2.83
3.31
3.92
4.53
5.19
JEFFERSON
120
2.67
3.55
4.17
4.96
5.73
6.58
JEFFERSON
180
2.99
3.99
4.69
5.59
6.45
7.40
JEFFERSON
360
3.59
4.78
5.63
6.70
7.75
8.88
JEFFERSON
720
4.26
5.65
6.66
7.90
9.15
10.48
JEFFERSON
1440
5.02
6.64
7.82
9.25
10.73
12.26
JIMHOGG
15
0.96
1.23
1.45
1.68
1.82
2.08
JIMHOGG
30
1.31
1.77
2.06
2.47
2.79
3.18
JIMHOGG
60
1.65
2.31
2.69
3.29
3.87
4.41
JIMHOGG
120
1.97
2.80
3.29
4.08
4.90
5.60
JIMHOGG
180
2.14
3.07
3.62
4.51
5.44
6.25
JIMHOGG
360
2.44
3.50
4.19
5.22
6.28
7.28
JIMHOGG
720
2.74
3.92
4.76
5.92
7.04
8.24
JIMHOGG
1440
3.05
4.35
5.36
6.64
7.77
9.20
JIMWELLS
15
1.01
1.31
1.52
1.82
2.10
2.38
JIMWELLS
30
1.40
1.87
2.18
2.60
3.08
3.48
JIMWELLS
60
1.79
2.42
2.84
3.37
4.07
4.61
JIMWELLS
120
2.13
2.92
3.43
4.07
4.96
5.63
JIMWELLS
180
2.32
3.18
3.74
4.44
5.42
6.16
JIMWELLS
360
2.62
3.60
4.22
5.03
6.13
6.97
JIMWELLS
720
2.91
3.98
4.68
5.60
6.76
7.72
JIMWELLS
1440
3.21
4.37
5.13
6.17
7.37
8.43
JOHNSON
15
0.95
1.23
1.43
1.68
1.86
2.14
JOHNSON
30
1.30
1.70
1.97
2.32
2.62
2.98
JOHNSON
60
1.65
2.18
2.54
3.00
3.43
3.88
JOHNSON
120
2.00
2.66
3.12
3.70
4.28
4.83
JOHNSON
180
2.20
2.95
3.47
4.14
4.80
5.43
JOHNSON
360
2.56
3.46
4.11
4.95
5.77
6.54
JOHNSON
720
2.94
4.02
4.82
5.85
6.85
7.79
JOHNSON
1440
3.36
4.65
5.61
6.89
8.10
9.25
JONES
15
0.80
1.06
1.22
1.39
1.53
1.65
JONES
30
1.08
1.45
1.70
2.01
2.27
2.53
JONES
60
1.37
1.85
2.19
2.66
3.08
3.53
JONES
120
1.66
2.25
2.69
3.32
3.90
4.53
JONES
180
1.82
2.49
2.99
3.71
4.37
5.10
JONES
360
2.12
2.92
3.53
4.38
5.18
6.05
JONES
720
2.44
3.38
4.12
5.11
6.03
7.00
JONES
1440
2.79
3.90
4.78
5.90
6.94
8.00
193
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KARNES
15
1.02
1.34
1.59
1.85
2.16
2.40
KARNES
30
1.43
1.90
2.26
2.66
3.11
3.47
KARNES
60
1.83
2.45
2.93
3.47
4.07
4.55
KARNES
120
2.19
2.94
3.54
4.20
4.94
5.53
KARNES
180
2.38
3.21
3.86
4.59
5.40
6.06
KARNES
360
2.69
3.64
4.38
5.21
6.14
6.90
KARNES
720
3.00
4.05
4.87
5.80
6.85
7.70
KARNES
1440
3.31
4.48
5.37
6.40
7.57
8.51
KAUFMAN
15
1.02
1.30
1.50
1.73
1.93
2.16
KAUFMAN
30
1.41
1.81
2.09
2.43
2.74
3.09
KAUFMAN
60
1.80
2.32
2.69
3.15
3.57
4.05
KAUFMAN
120
2.18
2.82
3.27
3.86
4.38
4.99
KAUFMAN
180
2.40
3.11
3.61
4.26
4.84
5.51
KAUFMAN
360
2.79
3.61
4.20
4.97
5.64
6.42
KAUFMAN
720
3.20
4.14
4.83
5.70
6.46
7.34
KAUFMAN
1440
3.65
4.71
5.51
6.50
7.36
8.34
KENDALL
15
0.99
1.23
1.40
1.64
1.83
2.03
KENDALL
30
1.40
1.77
2.05
2.45
2.77
3.13
KENDALL
60
1.81
2.34
2.76
3.34
3.82
4.37
KENDALL
120
2.21
2.91
3.47
4.23
4.88
5.63
KENDALL
180
2.43
3.24
3.88
4.74
5.49
6.35
KENDALL
360
2.82
3.81
4.59
5.63
6.55
7.56
KENDALL
720
3.22
4.42
5.33
6.55
7.64
8.78
KENDALL
1440
3.65
5.08
6.13
7.55
8.81
10.07
KENEDY
15
1.03
1.35
1.56
1.83
2.11
2.38
KENEDY
30
1.45
1.91
2.24
2.65
3.07
3.52
KENEDY
60
1.85
2.48
2.93
3.46
4.04
4.69
KENEDY
120
2.22
2.99
3.54
4.19
4.92
5.74
KENEDY
180
2.42
3.26
3.87
4.57
5.38
6.28
KENEDY
360
2.74
3.70
4.37
5.17
6.09
7.10
KENEDY
720
3.04
4.13
4.85
5.73
6.74
7.83
KENEDY
1440
3.36
4.56
5.33
6.28
7.37
8.53
KENT
15
0.75
0.98
1.12
1.30
1.43
1.57
KENT
30
1.00
1.34
1.57
1.87
2.13
2.42
KENT
60
1.25
1.70
2.04
2.48
2.89
3.38
KENT
120
1.50
2.07
2.51
3.09
3.66
4.34
KENT
180
1.65
2.29
2.78
3.45
4.10
4.88
KENT
360
1.93
2.70
3.27
4.09
4.85
5.76
KENT
720
2.23
3.16
3.78
4.77
5.64
6.64
KENT
1440
2.58
3.67
4.35
5.52
6.48
7.54
KERR
15
0.99
1.30
1.51
1.82
2.05
2.33
KERR
30
1.39
1.85
2.17
2.64
3.03
3.47
KERR
60
1.78
2.40
2.84
3.47
4.06
4.69
KERR
120
2.15
2.92
3.47
4.26
5.01
5.83
KERR
180
2.37
3.21
3.81
4.68
5.52
6.44
KERR
360
2.73
3.69
4.39
5.38
6.33
7.41
KERR
720
3.10
4.18
4.95
6.07
7.09
8.33
KERR
1440
3.51
4.69
5.54
6.77
7.86
9.24
KIMBLE
15
0.89
1.18
1.37
1.65
1.90
2.15
KIMBLE
30
1.24
1.66
1.97
2.39
2.79
3.21
KIMBLE
60
1.58
2.14
2.57
3.14
3.70
4.31
KIMBLE
120
1.89
2.59
3.11
3.82
4.53
5.31
KIMBLE
180
2.06
2.83
3.40
4.19
4.96
5.82
KIMBLE
360
2.34
3.22
3.87
4.75
5.62
6.59
KIMBLE
720
2.61
3.60
4.31
5.29
6.23
7.28
KIMBLE
1440
2.88
4.00
4.75
5.82
6.82
7.93
KING
15
0.80
1.03
1.16
1.33
1.45
1.55
KING
30
1.03
1.39
1.62
1.94
2.20
2.46
KING
60
1.27
1.76
2.10
2.60
3.04
3.51
KING
120
1.52
2.13
2.58
3.26
3.88
4.58
194
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
KING
180
1.68
2.36
2.87
3.64
4.35
5.17
KING
360
1.96
2.78
3.37
4.30
5.14
6.10
KING
720
2.28
3.24
3.93
4.99
5.93
6.97
KING
1440
2.64
3.76
4.54
5.74
6.75
7.83
KINNEY
15
1.00
1.37
1.62
1.97
2.28
2.58
KINNEY
30
1.35
1.90
2.27
2.80
3.27
3.75
KINNEY
60
1.69
2.40
2.91
3.63
4.27
4.95
KINNEY
120
2.00
2.86
3.48
4.39
5.19
6.06
KINNEY
180
2.18
3.11
3.79
4.80
5.69
6.64
KINNEY
360
2.48
3.52
4.28
5.46
6.49
7.58
KINNEY
720
2.80
3.93
4.76
6.10
7.26
8.47
KINNEY
1440
3.13
4.35
5.25
6.75
8.05
9.36
KLEBERG
15
1.01
1.32
1.52
1.76
1.94
2.16
KLEBERG
30
1.42
1.86
2.16
2.54
2.88
3.24
KLEBERG
60
1.83
2.42
2.83
3.37
3.89
4.43
KLEBERG
120
2.22
2.96
3.49
4.21
4.92
5.63
KLEBERG
180
2.44
3.28
3.89
4.71
5.52
6.34
KLEBERG
360
2.80
3.82
4.57
5.58
6.56
7.55
KLEBERG
720
3.17
4.39
5.31
6.52
7.65
8.83
KLEBERG
1440
3.55
5.01
6.12
7.55
8.85
10.21
KNOX
15
0.82
1.05
1.19
1.36
1.48
1.58
KNOX
30
1.07
1.43
1.67
2.01
2.26
2.51
KNOX
60
1.33
1.81
2.17
2.69
3.12
3.60
KNOX
120
1.60
2.21
2.68
3.38
3.98
4.72
KNOX
180
1.76
2.45
2.98
3.77
4.47
5.33
KNOX
360
2.06
2.88
3.52
4.45
5.28
6.30
KNOX
720
2.40
3.36
4.11
5.16
6.09
7.21
KNOX
1440
2.78
3.90
4.76
5.92
6.94
8.10
LAMAR
15
1.01
1.28
1.46
1.76
2.02
2.20
LAMAR
30
1.38
1.72
1.97
2.30
2.60
2.89
LAMAR
60
1.76
2.18
2.53
2.92
3.30
3.70
LAMAR
120
2.14
2.69
3.15
3.66
4.15
4.68
LAMAR
180
2.37
3.01
3.55
4.15
4.72
5.35
LAMAR
360
2.79
3.61
4.32
5.13
5.89
6.70
LAMAR
720
3.25
4.31
5.22
6.32
7.33
8.38
LAMAR
1440
3.77
5.13
6.29
7.77
9.12
10.46
LAMB
15
0.74
1.01
1.19
1.47
1.68
1.94
LAMB
30
0.94
1.31
1.58
1.99
2.31
2.68
LAMB
60
1.14
1.61
1.97
2.49
2.93
3.41
LAMB
120
1.34
1.91
2.34
2.96
3.50
4.07
LAMB
180
1.47
2.10
2.55
3.23
3.81
4.44
LAMB
360
1.70
2.43
2.91
3.69
4.33
5.05
LAMB
720
1.95
2.79
3.29
4.16
4.86
5.66
LAMB
1440
2.24
3.20
3.71
4.66
5.42
6.30
LAMPASAS
15
0.88
1.15
1.31
1.49
1.66
1.70
LAMPASAS
30
1.18
1.56
1.82
2.13
2.41
2.63
LAMPASAS
60
1.48
1.98
2.35
2.80
3.23
3.70
LAMPASAS
120
1.78
2.40
2.88
3.49
4.08
4.80
LAMPASAS
180
1.96
2.65
3.20
3.89
4.60
5.43
LAMPASAS
360
2.28
3.10
3.77
4.61
5.54
6.51
LAMPASAS
720
2.62
3.59
4.40
5.39
6.58
7.60
LAMPASAS
1440
3.01
4.14
5.10
6.25
7.75
8.76
LASALLE
15
1.05
1.30
1.45
1.65
1.78
1.96
LASALLE
30
1.40
1.85
2.15
2.53
2.82
3.14
LASALLE
60
1.73
2.40
2.88
3.50
4.01
4.54
LASALLE
120
2.05
2.92
3.57
4.42
5.17
5.94
LASALLE
180
2.23
3.20
3.94
4.92
5.79
6.69
LASALLE
360
2.54
3.66
4.52
5.68
6.72
7.81
LASALLE
720
2.87
4.11
5.07
6.39
7.52
8.78
LASALLE
1440
3.22
4.59
5.62
7.06
8.26
9.66
195
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LAVACA
15
1.13
1.47
1.66
1.96
2.15
2.34
LAVACA
30
1.52
1.98
2.27
2.73
3.07
3.44
LAVACA
60
1.92
2.50
2.91
3.54
4.07
4.65
LAVACA
120
2.30
3.03
3.58
4.38
5.10
5.90
LAVACA
180
2.53
3.36
3.99
4.90
5.72
6.64
LAVACA
360
2.93
3.95
4.75
5.83
6.86
7.96
LAVACA
720
3.37
4.61
5.60
6.88
8.12
9.39
LAVACA
1440
3.85
5.36
6.57
8.07
9.56
10.99
LEE
15
1.00
1.30
1.51
1.76
1.97
2.19
LEE
30
1.38
1.81
2.13
2.54
2.90
3.28
LEE
60
1.76
2.34
2.77
3.36
3.90
4.47
LEE
120
2.13
2.86
3.41
4.18
4.90
5.66
LEE
180
2.35
3.17
3.78
4.66
5.48
6.33
LEE
360
2.72
3.70
4.44
5.49
6.47
7.47
LEE
720
3.11
4.28
5.15
6.37
7.50
8.63
LEE
1440
3.53
4.90
5.93
7.34
8.61
9.86
LEON
15
1.03
1.34
1.55
1.87
2.11
2.31
LEON
30
1.40
1.83
2.14
2.61
3.00
3.36
LEON
60
1.77
2.34
2.75
3.39
3.94
4.50
LEON
120
2.14
2.86
3.39
4.19
4.90
5.65
LEON
180
2.37
3.18
3.79
4.68
5.47
6.34
LEON
360
2.76
3.75
4.50
5.56
6.50
7.57
LEON
720
3.19
4.38
5.30
6.55
7.62
8.89
LEON
1440
3.66
5.08
6.20
7.66
8.88
10.36
LIBERTY
15
1.08
1.31
1.43
1.56
1.62
1.66
LIBERTY
30
1.55
1.93
2.17
2.48
2.69
2.86
LIBERTY
60
2.04
2.61
3.02
3.58
4.06
4.52
LIBERTY
120
2.55
3.34
3.95
4.81
5.63
6.49
LIBERTY
180
2.86
3.79
4.52
5.56
6.58
7.69
LIBERTY
360
3.41
4.61
5.57
6.92
8.24
9.71
LIBERTY
720
4.01
5.53
6.74
8.40
9.96
11.67
LIBERTY
1440
4.68
6.59
8.08
10.08
11.81
13.63
LIMESTONE
15
0.98
1.28
1.49
1.79
1.96
2.17
LIMESTONE
30
1.36
1.77
2.06
2.49
2.82
3.17
LIMESTONE
60
1.74
2.28
2.67
3.23
3.74
4.26
LIMESTONE
120
2.11
2.79
3.30
4.00
4.66
5.37
LIMESTONE
180
2.32
3.09
3.67
4.47
5.21
6.03
LIMESTONE
360
2.69
3.64
4.37
5.34
6.19
7.20
LIMESTONE
720
3.08
4.25
5.13
6.31
7.25
8.46
LIMESTONE
1440
3.51
4.92
6.00
7.42
8.43
9.86
LIPSCOMB
15
0.78
1.09
1.28
1.60
1.81
2.29
LIPSCOMB
30
1.02
1.43
1.70
2.13
2.49
3.02
LIPSCOMB
60
1.25
1.75
2.11
2.64
3.13
3.71
LIPSCOMB
120
1.47
2.06
2.49
3.12
3.72
4.34
LIPSCOMB
180
1.60
2.23
2.71
3.39
4.03
4.69
LIPSCOMB
360
1.82
2.55
3.10
3.85
4.55
5.29
LIPSCOMB
720
2.06
2.88
3.50
4.33
5.06
5.90
LIPSCOMB
1440
2.33
3.24
3.94
4.85
5.59
6.55
LIVEOAK
15
1.10
1.41
1.61
1.82
2.08
2.23
LIVEOAK
30
1.44
1.88
2.19
2.57
2.92
3.24
LIVEOAK
60
1.77
2.36
2.79
3.36
3.82
4.32
LIVEOAK
120
2.09
2.85
3.39
4.15
4.74
5.44
LIVEOAK
180
2.29
3.15
3.75
4.62
5.31
6.09
LIVEOAK
360
2.64
3.69
4.40
5.45
6.33
7.26
LIVEOAK
720
3.01
4.28
5.12
6.35
7.47
8.52
LIVEOAK
1440
3.43
4.94
5.92
7.35
8.76
9.92
LLANO
15
0.94
1.19
1.35
1.57
1.73
1.80
LLANO
30
1.21
1.58
1.84
2.16
2.45
2.71
LLANO
60
1.48
1.97
2.35
2.79
3.22
3.73
LLANO
120
1.76
2.37
2.86
3.44
4.05
4.78
196
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
LLANO
180
1.92
2.61
3.17
3.84
4.56
5.39
LLANO
360
2.23
3.04
3.72
4.57
5.51
6.46
LLANO
720
2.57
3.52
4.33
5.40
6.59
7.58
LLANO
1440
2.96
4.06
5.02
6.34
7.84
8.80
LOVING
15
0.74
1.03
1.22
1.44
1.63
1.91
LOVING
30
0.89
1.28
1.57
1.95
2.30
2.63
LOVING
60
1.05
1.53
1.88
2.42
2.92
3.30
LOVING
120
1.21
1.77
2.18
2.83
3.42
3.90
LOVING
180
1.31
1.91
2.35
3.04
3.66
4.21
LOVING
360
1.49
2.17
2.63
3.38
4.00
4.71
LOVING
720
1.69
2.46
2.93
3.70
4.28
5.19
LOVING
1440
1.92
2.77
3.25
4.03
4.52
5.67
LUBBOCK
15
0.74
1.00
1.16
1.40
1.60
1.82
LUBBOCK
30
0.96
1.32
1.59
1.95
2.25
2.59
LUBBOCK
60
1.19
1.64
2.01
2.50
2.91
3.37
LUBBOCK
120
1.41
1.97
2.42
3.03
3.55
4.12
LUBBOCK
180
1.55
2.17
2.65
3.33
3.91
4.55
LUBBOCK
360
1.79
2.53
3.06
3.84
4.53
5.26
LUBBOCK
720
2.06
2.93
3.50
4.37
5.16
5.99
LUBBOCK
1440
2.37
3.38
3.98
4.93
5.85
6.77
LYNN
15
0.73
1.00
1.15
1.40
1.60
1.79
LYNN
30
0.95
1.30
1.56
1.92
2.21
2.54
LYNN
60
1.17
1.62
1.97
2.45
2.84
3.31
LYNN
120
1.40
1.94
2.38
2.97
3.45
4.05
LYNN
180
1.54
2.14
2.62
3.28
3.81
4.48
LYNN
360
1.80
2.52
3.06
3.81
4.45
5.22
LYNN
720
2.09
2.94
3.53
4.38
5.14
6.00
LYNN
1440
2.42
3.42
4.05
5.00
5.89
6.83
MADISON
15
1.04
1.35
1.54
1.81
2.03
2.23
MADISON
30
1.41
1.84
2.14
2.59
2.95
3.33
MADISON
60
1.77
2.36
2.77
3.41
3.96
4.54
MADISON
120
2.15
2.88
3.42
4.25
4.99
5.78
MADISON
180
2.37
3.20
3.82
4.76
5.60
6.52
MADISON
360
2.77
3.78
4.56
5.68
6.70
7.81
MADISON
720
3.21
4.43
5.39
6.69
7.89
9.20
MADISON
1440
3.71
5.16
6.33
7.83
9.22
10.72
MARION
15
0.90
1.20
1.35
1.65
1.84
2.08
MARION
30
1.30
1.69
1.94
2.32
2.65
2.98
MARION
60
1.72
2.21
2.59
3.07
3.54
3.99
MARION
120
2.14
2.76
3.28
3.88
4.51
5.09
MARION
180
2.38
3.09
3.71
4.39
5.11
5.79
MARION
360
2.81
3.71
4.49
5.37
6.22
7.11
MARION
720
3.25
4.40
5.37
6.49
7.49
8.65
MARION
1440
3.74
5.19
6.37
7.82
8.96
10.45
MARTIN
15
0.72
0.99
1.16
1.40
1.62
1.81
MARTIN
30
0.95
1.31
1.56
1.92
2.21
2.53
MARTIN
60
1.18
1.63
1.96
2.43
2.81
3.26
MARTIN
120
1.40
1.94
2.36
2.93
3.39
3.96
MARTIN
180
1.53
2.13
2.59
3.22
3.73
4.36
MARTIN
360
1.77
2.47
3.00
3.73
4.33
5.06
MARTIN
720
2.03
2.84
3.43
4.27
4.96
5.78
MARTIN
1440
2.33
3.24
3.91
4.85
5.66
6.56
MASON
15
0.93
1.16
1.32
1.50
1.63
1.73
MASON
30
1.20
1.56
1.82
2.14
2.42
2.68
MASON
60
1.47
1.97
2.34
2.82
3.28
3.76
MASON
120
1.74
2.37
2.86
3.51
4.15
4.86
MASON
180
1.90
2.61
3.17
3.92
4.67
5.48
MASON
360
2.18
3.04
3.72
4.64
5.56
6.53
MASON
720
2.50
3.51
4.33
5.43
6.51
7.58
MASON
1440
2.84
4.03
5.01
6.31
7.54
8.68
197
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MATAGORDA
15
1.13
1.40
1.58
1.78
1.95
1.85
MATAGORDA
30
1.59
2.01
2.29
2.64
2.96
3.05
MATAGORDA
60
2.07
2.66
3.08
3.64
4.14
4.60
MATAGORDA
120
2.55
3.36
3.93
4.73
5.45
6.37
MATAGORDA
180
2.84
3.78
4.46
5.43
6.28
7.46
MATAGORDA
360
3.35
4.56
5.47
6.73
7.85
9.40
MATAGORDA
720
3.90
5.44
6.61
8.24
9.64
11.46
MATAGORDA
1440
4.51
6.44
7.95
10.01
11.76
13.74
MAVERICK
15
1.06
1.28
1.45
1.63
1.73
2.05
MAVERICK
30
1.40
1.84
2.16
2.53
2.81
3.25
MAVERICK
60
1.71
2.40
2.89
3.53
4.08
4.63
MAVERICK
120
2.00
2.90
3.56
4.47
5.31
5.96
MAVERICK
180
2.16
3.17
3.91
4.95
5.92
6.64
MAVERICK
360
2.44
3.58
4.44
5.67
6.73
7.64
MAVERICK
720
2.72
3.98
4.92
6.29
7.29
8.45
MAVERICK
1440
3.02
4.37
5.38
6.85
7.68
9.16
MCCULLOCH
15
0.89
1.13
1.30
1.49
1.65
1.74
MCCULLOCH
30
1.14
1.50
1.76
2.07
2.36
2.61
MCCULLOCH
60
1.38
1.88
2.22
2.68
3.12
3.57
MCCULLOCH
120
1.63
2.26
2.70
3.30
3.89
4.53
MCCULLOCH
180
1.78
2.48
2.98
3.67
4.35
5.09
MCCULLOCH
360
2.06
2.90
3.50
4.35
5.16
6.04
MCCULLOCH
720
2.38
3.36
4.08
5.10
6.05
7.02
MCCULLOCH
1440
2.73
3.87
4.72
5.95
7.03
8.08
MCLENNAN
15
0.89
1.17
1.33
1.57
1.68
1.84
MCLENNAN
30
1.26
1.67
1.92
2.28
2.55
2.84
MCLENNAN
60
1.64
2.18
2.54
3.04
3.52
4.00
MCLENNAN
120
2.01
2.69
3.17
3.83
4.51
5.19
MCLENNAN
180
2.22
2.99
3.54
4.31
5.08
5.87
MCLENNAN
360
2.58
3.51
4.21
5.15
6.06
7.02
MCLENNAN
720
2.96
4.07
4.93
6.07
7.07
8.18
MCLENNAN
1440
3.38
4.68
5.73
7.11
8.16
9.41
MCMULLEN
15
1.07
1.34
1.52
1.70
1.90
2.06
MCMULLEN
30
1.41
1.86
2.16
2.54
2.86
3.18
MCMULLEN
60
1.75
2.38
2.83
3.43
3.91
4.45
MCMULLEN
120
2.07
2.88
3.46
4.29
4.95
5.71
MCMULLEN
180
2.26
3.17
3.82
4.76
5.53
6.41
MCMULLEN
360
2.58
3.66
4.42
5.52
6.51
7.55
MCMULLEN
720
2.92
4.17
5.04
6.27
7.48
8.65
MCMULLEN
1440
3.30
4.72
5.70
7.02
8.50
9.78
MEDINA
15
1.06
1.31
1.47
1.65
1.89
2.12
MEDINA
30
1.45
1.87
2.18
2.54
2.92
3.31
MEDINA
60
1.83
2.45
2.93
3.54
4.08
4.67
MEDINA
120
2.20
3.01
3.66
4.52
5.23
6.02
MEDINA
180
2.41
3.33
4.07
5.05
5.86
6.76
MEDINA
360
2.76
3.88
4.74
5.90
6.87
7.94
MEDINA
720
3.14
4.44
5.41
6.70
7.85
9.04
MEDINA
1440
3.54
5.04
6.11
7.50
8.83
10.12
MENARD
15
0.85
1.06
1.22
1.37
1.47
1.56
MENARD
30
1.15
1.52
1.78
2.06
2.30
2.53
MENARD
60
1.43
1.97
2.34
2.80
3.25
3.68
MENARD
120
1.69
2.38
2.87
3.51
4.16
4.84
MENARD
180
1.83
2.60
3.15
3.89
4.65
5.45
MENARD
360
2.07
2.94
3.60
4.51
5.39
6.34
MENARD
720
2.31
3.28
4.04
5.11
6.05
7.09
MENARD
1440
2.55
3.61
4.48
5.71
6.66
7.73
MIDLAND
15
0.73
0.99
1.17
1.40
1.60
1.79
MIDLAND
30
0.98
1.34
1.59
1.93
2.23
2.53
MIDLAND
60
1.21
1.68
2.00
2.46
2.85
3.26
MIDLAND
120
1.43
1.99
2.38
2.94
3.43
3.93
198
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MIDLAND
180
1.55
2.15
2.59
3.21
3.75
4.31
MIDLAND
360
1.75
2.43
2.95
3.67
4.28
4.91
MIDLAND
720
1.96
2.71
3.32
4.13
4.81
5.52
MIDLAND
1440
2.18
2.99
3.71
4.62
5.36
6.15
MILAM
15
0.94
1.24
1.43
1.69
1.85
2.13
MILAM
30
1.32
1.74
2.03
2.45
2.77
3.17
MILAM
60
1.70
2.25
2.66
3.26
3.77
4.30
MILAM
120
2.06
2.76
3.29
4.07
4.76
5.44
MILAM
180
2.27
3.07
3.67
4.54
5.33
6.09
MILAM
360
2.64
3.60
4.32
5.37
6.30
7.20
MILAM
720
3.02
4.17
5.03
6.26
7.29
8.36
MILAM
1440
3.43
4.81
5.81
7.23
8.34
9.60
MILLS
15
0.85
1.14
1.31
1.52
1.71
1.78
MILLS
30
1.14
1.52
1.78
2.11
2.40
2.65
MILLS
60
1.43
1.91
2.27
2.74
3.15
3.62
MILLS
120
1.72
2.32
2.78
3.38
3.94
4.62
MILLS
180
1.90
2.57
3.09
3.77
4.43
5.21
MILLS
360
2.21
3.03
3.65
4.49
5.33
6.25
MILLS
720
2.56
3.53
4.29
5.29
6.35
7.38
MILLS
1440
2.95
4.11
5.01
6.20
7.52
8.62
MITCHELL
15
0.72
0.97
1.11
1.29
1.45
1.63
MITCHELL
30
0.97
1.31
1.54
1.85
2.10
2.40
MITCHELL
60
1.23
1.67
2.00
2.43
2.80
3.24
MITCHELL
120
1.48
2.03
2.45
3.02
3.50
4.08
MITCHELL
180
1.64
2.24
2.72
3.36
3.91
4.57
MITCHELL
360
1.91
2.64
3.20
3.97
4.63
5.41
MITCHELL
720
2.22
3.08
3.72
4.63
5.40
6.30
MITCHELL
1440
2.55
3.58
4.29
5.35
6.24
7.25
MONTAGUE
15
0.92
1.21
1.43
1.64
1.92
2.18
MONTAGUE
30
1.21
1.61
1.89
2.23
2.60
2.96
MONTAGUE
60
1.51
2.03
2.38
2.86
3.33
3.81
MONTAGUE
120
1.83
2.47
2.92
3.54
4.13
4.73
MONTAGUE
180
2.03
2.75
3.26
3.98
4.64
5.32
MONTAGUE
360
2.41
3.28
3.91
4.81
5.61
6.44
MONTAGUE
720
2.85
3.88
4.67
5.77
6.73
7.74
MONTAGUE
1440
3.37
4.57
5.55
6.90
8.05
9.27
MONTGOMERY
15
1.09
1.33
1.46
1.60
1.66
1.71
MONTGOMERY
30
1.50
1.89
2.16
2.47
2.70
2.89
MONTGOMERY
60
1.91
2.49
2.93
3.49
3.98
4.47
MONTGOMERY
120
2.33
3.11
3.73
4.57
5.37
6.25
MONTGOMERY
180
2.58
3.49
4.21
5.21
6.18
7.29
MONTGOMERY
360
3.03
4.17
5.07
6.35
7.58
8.98
MONTGOMERY
720
3.52
4.91
6.01
7.56
8.99
10.55
MONTGOMERY
1440
4.07
5.76
7.07
8.89
10.47
12.05
MOORE
15
0.77
1.08
1.29
1.62
1.81
2.18
MOORE
30
0.96
1.36
1.65
2.08
2.40
2.87
MOORE
60
1.14
1.63
1.98
2.50
2.95
3.50
MOORE
120
1.33
1.89
2.31
2.91
3.45
4.07
MOORE
180
1.45
2.04
2.49
3.14
3.73
4.38
MOORE
360
1.65
2.31
2.83
3.55
4.18
4.89
MOORE
720
1.89
2.61
3.18
3.98
4.65
5.40
MOORE
1440
2.14
2.93
3.57
4.45
5.13
5.93
MORRIS
15
0.91
1.22
1.39
1.69
1.89
2.15
MORRIS
30
1.31
1.70
1.96
2.32
2.65
2.97
MORRIS
60
1.73
2.20
2.58
3.03
3.48
3.89
MORRIS
120
2.15
2.74
3.25
3.81
4.39
4.93
MORRIS
180
2.40
3.07
3.67
4.32
4.97
5.62
MORRIS
360
2.83
3.68
4.46
5.31
6.07
6.95
MORRIS
720
3.29
4.38
5.37
6.48
7.34
8.54
MORRIS
1440
3.79
5.18
6.43
7.88
8.85
10.46
199
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
MOTLEY
15
0.78
1.04
1.18
1.41
1.53
1.69
MOTLEY
30
1.02
1.40
1.64
2.01
2.29
2.60
MOTLEY
60
1.26
1.76
2.10
2.63
3.10
3.60
MOTLEY
120
1.50
2.11
2.56
3.24
3.88
4.57
MOTLEY
180
1.64
2.32
2.83
3.58
4.31
5.08
MOTLEY
360
1.90
2.70
3.30
4.17
5.01
5.90
MOTLEY
720
2.19
3.11
3.80
4.79
5.69
6.65
MOTLEY
1440
2.51
3.56
4.35
5.45
6.39
7.38
NACOGDOCHES
15
0.99
1.29
1.48
1.75
1.94
2.14
NACOGDOCHES
30
1.40
1.82
2.12
2.53
2.89
3.24
NACOGDOCHES
60
1.81
2.37
2.80
3.38
3.94
4.48
NACOGDOCHES
120
2.22
2.93
3.50
4.25
5.00
5.77
NACOGDOCHES
180
2.45
3.26
3.91
4.76
5.61
6.53
NACOGDOCHES
360
2.86
3.86
4.64
5.68
6.68
7.86
NACOGDOCHES
720
3.28
4.50
5.43
6.68
7.80
9.28
NACOGDOCHES
1440
3.73
5.22
6.31
7.80
9.02
10.84
NAVARRO
15
0.98
1.30
1.50
1.82
2.02
2.22
NAVARRO
30
1.38
1.79
2.08
2.47
2.81
3.15
NAVARRO
60
1.79
2.29
2.69
3.18
3.65
4.15
NAVARRO
120
2.18
2.80
3.32
3.93
4.53
5.20
NAVARRO
180
2.40
3.11
3.71
4.40
5.07
5.86
NAVARRO
360
2.77
3.67
4.41
5.29
6.07
7.07
NAVARRO
720
3.15
4.28
5.18
6.32
7.19
8.45
NAVARRO
1440
3.56
4.96
6.07
7.51
8.48
10.03
NEWTON
15
1.04
1.31
1.45
1.71
1.84
1.95
NEWTON
30
1.49
1.90
2.16
2.56
2.85
3.14
NEWTON
60
1.96
2.53
2.94
3.52
4.03
4.60
NEWTON
120
2.45
3.20
3.77
4.56
5.31
6.20
NEWTON
180
2.74
3.61
4.28
5.20
6.09
7.15
NEWTON
360
3.25
4.35
5.19
6.39
7.50
8.82
NEWTON
720
3.82
5.18
6.21
7.73
9.04
10.55
NEWTON
1440
4.45
6.12
7.36
9.27
10.77
12.42
NOLAN
15
0.75
1.00
1.16
1.35
1.49
1.63
NOLAN
30
1.02
1.37
1.60
1.91
2.17
2.44
NOLAN
60
1.30
1.75
2.07
2.50
2.91
3.33
NOLAN
120
1.58
2.13
2.54
3.10
3.66
4.23
NOLAN
180
1.75
2.37
2.83
3.47
4.10
4.75
NOLAN
360
2.05
2.79
3.35
4.12
4.87
5.66
NOLAN
720
2.38
3.27
3.92
4.85
5.69
6.60
NOLAN
1440
2.74
3.80
4.56
5.66
6.60
7.63
NUECES
15
1.06
1.38
1.58
1.81
1.99
2.21
NUECES
30
1.45
1.89
2.17
2.56
2.89
3.23
NUECES
60
1.85
2.41
2.81
3.37
3.87
4.37
NUECES
120
2.24
2.97
3.48
4.23
4.91
5.58
NUECES
180
2.47
3.31
3.91
4.77
5.56
6.33
NUECES
360
2.88
3.93
4.70
5.75
6.73
7.71
NUECES
720
3.33
4.63
5.61
6.87
8.05
9.26
NUECES
1440
3.82
5.44
6.67
8.15
9.56
11.04
OCHILTREE
15
0.77
1.11
1.30
1.64
1.85
2.27
OCHILTREE
30
1.00
1.41
1.69
2.12
2.47
2.97
OCHILTREE
60
1.21
1.70
2.06
2.58
3.05
3.61
OCHILTREE
120
1.42
1.98
2.41
3.02
3.58
4.20
OCHILTREE
180
1.54
2.15
2.62
3.27
3.88
4.53
OCHILTREE
360
1.76
2.45
2.98
3.72
4.37
5.09
OCHILTREE
720
1.99
2.77
3.36
4.20
4.87
5.65
OCHILTREE
1440
2.25
3.12
3.77
4.71
5.40
6.26
OLDHAM
15
0.77
1.05
1.25
1.62
1.75
2.13
OLDHAM
30
0.93
1.31
1.59
2.01
2.34
2.80
OLDHAM
60
1.09
1.56
1.91
2.39
2.89
3.41
OLDHAM
120
1.27
1.81
2.23
2.77
3.38
3.96
200
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
OLDHAM
180
1.37
1.96
2.42
3.00
3.65
4.27
OLDHAM
360
1.58
2.24
2.75
3.40
4.09
4.77
OLDHAM
720
1.81
2.54
3.11
3.85
4.53
5.28
OLDHAM
1440
2.07
2.87
3.51
4.34
4.99
5.82
ORANGE
15
1.08
1.29
1.38
1.57
1.63
1.68
ORANGE
30
1.55
1.94
2.17
2.52
2.73
2.92
ORANGE
60
2.07
2.69
3.10
3.69
4.19
4.65
ORANGE
120
2.62
3.49
4.13
5.01
5.88
6.74
ORANGE
180
2.97
3.99
4.76
5.84
6.91
8.04
ORANGE
360
3.60
4.90
5.91
7.33
8.73
10.26
ORANGE
720
4.33
5.92
7.17
8.97
10.61
12.45
ORANGE
1440
5.16
7.09
8.59
10.84
12.64
14.68
PALOPINTO
15
0.92
1.23
1.44
1.61
1.92
2.14
PALOPINTO
30
1.23
1.64
1.94
2.24
2.61
2.97
PALOPINTO
60
1.55
2.06
2.45
2.90
3.33
3.83
PALOPINTO
120
1.87
2.48
2.98
3.57
4.10
4.74
PALOPINTO
180
2.06
2.74
3.29
3.98
4.58
5.30
PALOPINTO
360
2.41
3.21
3.87
4.72
5.48
6.32
PALOPINTO
720
2.79
3.73
4.52
5.53
6.49
7.47
PALOPINTO
1440
3.22
4.32
5.24
6.45
7.67
8.77
PANOLA
15
0.92
1.20
1.36
1.62
1.76
2.01
PANOLA
30
1.32
1.71
1.98
2.37
2.67
3.03
PANOLA
60
1.73
2.25
2.66
3.19
3.69
4.19
PANOLA
120
2.14
2.81
3.35
4.05
4.74
5.41
PANOLA
180
2.38
3.15
3.77
4.56
5.36
6.15
PANOLA
360
2.79
3.75
4.52
5.50
6.43
7.47
PANOLA
720
3.22
4.42
5.35
6.53
7.55
8.92
PANOLA
1440
3.69
5.17
6.27
7.69
8.78
10.55
PARKER
15
0.96
1.26
1.47
1.67
1.94
2.22
PARKER
30
1.28
1.68
1.97
2.28
2.62
3.00
PARKER
60
1.60
2.12
2.48
2.92
3.35
3.83
PARKER
120
1.93
2.56
3.02
3.60
4.14
4.72
PARKER
180
2.12
2.83
3.35
4.01
4.64
5.28
PARKER
360
2.48
3.31
3.95
4.78
5.57
6.32
PARKER
720
2.87
3.86
4.63
5.65
6.65
7.52
PARKER
1440
3.30
4.47
5.40
6.64
7.91
8.92
PARMER
15
0.75
1.01
1.20
1.53
1.72
2.04
PARMER
30
0.92
1.28
1.56
1.98
2.32
2.72
PARMER
60
1.09
1.55
1.91
2.41
2.88
3.36
PARMER
120
1.27
1.83
2.25
2.82
3.39
3.94
PARMER
180
1.38
1.99
2.44
3.06
3.67
4.26
PARMER
360
1.59
2.30
2.77
3.48
4.13
4.80
PARMER
720
1.83
2.63
3.13
3.93
4.59
5.33
PARMER
1440
2.10
3.00
3.51
4.41
5.08
5.89
PECOS
15
0.87
1.15
1.30
1.51
1.66
1.90
PECOS
30
0.98
1.35
1.59
1.89
2.17
2.42
PECOS
60
1.11
1.55
1.87
2.26
2.65
2.94
PECOS
120
1.26
1.78
2.15
2.62
3.09
3.47
PECOS
180
1.35
1.92
2.32
2.83
3.34
3.79
PECOS
360
1.53
2.18
2.64
3.21
3.75
4.37
PECOS
720
1.74
2.48
2.98
3.61
4.17
5.02
PECOS
1440
1.97
2.81
3.36
4.06
4.62
5.74
POLK
15
1.03
1.30
1.45
1.68
1.83
1.89
POLK
30
1.50
1.91
2.17
2.56
2.86
3.11
POLK
60
1.99
2.56
2.97
3.57
4.09
4.64
POLK
120
2.47
3.23
3.80
4.63
5.40
6.31
POLK
180
2.74
3.62
4.29
5.27
6.17
7.28
POLK
360
3.19
4.29
5.16
6.39
7.53
8.91
POLK
720
3.64
5.01
6.09
7.60
8.95
10.50
POLK
1440
4.12
5.79
7.12
8.95
10.50
12.12
201
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
POTTER
15
0.77
1.05
1.26
1.58
1.75
2.11
POTTER
30
0.97
1.35
1.62
2.07
2.38
2.84
POTTER
60
1.16
1.64
1.98
2.53
2.99
3.52
POTTER
120
1.35
1.93
2.33
2.97
3.54
4.14
POTTER
180
1.47
2.09
2.54
3.23
3.83
4.49
POTTER
360
1.69
2.38
2.91
3.67
4.33
5.05
POTTER
720
1.94
2.69
3.31
4.14
4.82
5.62
POTTER
1440
2.21
3.03
3.75
4.65
5.33
6.21
PRESIDIO
15
0.80
1.06
1.22
1.40
1.53
1.70
PRESIDIO
30
0.95
1.25
1.45
1.71
1.93
2.11
PRESIDIO
60
1.07
1.42
1.66
1.98
2.28
2.48
PRESIDIO
120
1.18
1.57
1.86
2.24
2.59
2.82
PRESIDIO
180
1.23
1.66
1.97
2.38
2.76
3.01
PRESIDIO
360
1.33
1.82
2.18
2.62
3.04
3.34
PRESIDIO
720
1.42
1.99
2.40
2.87
3.32
3.69
PRESIDIO
1440
1.52
2.17
2.63
3.13
3.61
4.06
RAINS
15
0.98
1.29
1.51
1.80
2.05
2.27
RAINS
30
1.38
1.76
2.04
2.38
2.69
3.00
RAINS
60
1.78
2.25
2.61
3.03
3.41
3.83
RAINS
120
2.17
2.76
3.23
3.76
4.26
4.81
RAINS
180
2.40
3.07
3.63
4.25
4.82
5.47
RAINS
360
2.81
3.65
4.37
5.21
5.94
6.78
RAINS
720
3.24
4.31
5.23
6.35
7.29
8.38
RAINS
1440
3.71
5.05
6.24
7.74
8.93
10.33
RANDALL
15
0.76
1.04
1.22
1.53
1.70
2.01
RANDALL
30
0.96
1.35
1.61
2.05
2.36
2.79
RANDALL
60
1.17
1.66
2.00
2.56
3.01
3.53
RANDALL
120
1.37
1.95
2.37
3.03
3.60
4.21
RANDALL
180
1.50
2.13
2.59
3.30
3.92
4.58
RANDALL
360
1.72
2.44
2.97
3.77
4.44
5.18
RANDALL
720
1.98
2.77
3.38
4.26
4.95
5.78
RANDALL
1440
2.26
3.14
3.83
4.78
5.48
6.40
REAGAN
15
0.75
0.99
1.17
1.35
1.51
1.66
REAGAN
30
1.04
1.40
1.64
1.94
2.20
2.46
REAGAN
60
1.31
1.78
2.11
2.53
2.90
3.30
REAGAN
120
1.55
2.12
2.52
3.07
3.54
4.07
REAGAN
180
1.67
2.29
2.74
3.35
3.89
4.47
REAGAN
360
1.85
2.56
3.09
3.80
4.44
5.10
REAGAN
720
2.02
2.81
3.42
4.22
4.97
5.69
REAGAN
1440
2.19
3.06
3.75
4.65
5.50
6.26
REAL
15
0.97
1.19
1.35
1.55
1.75
1.98
REAL
30
1.35
1.75
2.04
2.42
2.76
3.15
REAL
60
1.72
2.34
2.79
3.40
3.95
4.52
REAL
120
2.09
2.91
3.53
4.38
5.13
5.90
REAL
180
2.30
3.22
3.94
4.91
5.77
6.65
REAL
360
2.66
3.75
4.62
5.77
6.78
7.85
REAL
720
3.05
4.28
5.29
6.58
7.71
8.95
REAL
1440
3.47
4.84
5.99
7.38
8.61
10.01
REDRIVER
15
0.99
1.26
1.42
1.73
1.96
2.16
REDRIVER
30
1.36
1.71
1.95
2.30
2.62
2.91
REDRIVER
60
1.75
2.18
2.54
2.95
3.37
3.78
REDRIVER
120
2.14
2.70
3.19
3.71
4.24
4.79
REDRIVER
180
2.38
3.02
3.60
4.21
4.82
5.47
REDRIVER
360
2.81
3.64
4.39
5.21
5.95
6.82
REDRIVER
720
3.28
4.35
5.31
6.43
7.33
8.47
REDRIVER
1440
3.81
5.18
6.40
7.91
8.99
10.50
REEVES
15
0.78
1.06
1.24
1.47
1.61
1.89
REEVES
30
0.88
1.26
1.51
1.88
2.19
2.46
REEVES
60
1.00
1.47
1.78
2.25
2.72
3.01
REEVES
120
1.15
1.69
2.06
2.60
3.15
3.54
202
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
REEVES
180
1.25
1.84
2.23
2.79
3.37
3.84
REEVES
360
1.45
2.10
2.53
3.12
3.70
4.38
REEVES
720
1.67
2.40
2.87
3.47
3.99
4.96
REEVES
1440
1.93
2.74
3.25
3.83
4.27
5.58
REFUGIO
15
1.16
1.49
1.69
1.93
2.09
2.27
REFUGIO
30
1.53
1.97
2.25
2.65
2.97
3.30
REFUGIO
60
1.92
2.49
2.88
3.45
3.96
4.48
REFUGIO
120
2.32
3.06
3.60
4.37
5.08
5.81
REFUGIO
180
2.57
3.43
4.07
4.98
5.81
6.66
REFUGIO
360
3.04
4.15
4.98
6.16
7.23
8.30
REFUGIO
720
3.57
4.98
6.07
7.59
8.91
10.23
REFUGIO
1440
4.18
5.97
7.39
9.31
10.93
12.53
ROBERTS
15
0.77
1.09
1.28
1.62
1.83
2.23
ROBERTS
30
1.00
1.42
1.70
2.14
2.48
2.98
ROBERTS
60
1.23
1.74
2.10
2.65
3.10
3.68
ROBERTS
120
1.44
2.05
2.48
3.12
3.68
4.33
ROBERTS
180
1.57
2.22
2.70
3.39
4.00
4.68
ROBERTS
360
1.80
2.54
3.08
3.85
4.53
5.29
ROBERTS
720
2.05
2.87
3.48
4.34
5.07
5.90
ROBERTS
1440
2.32
3.24
3.92
4.87
5.65
6.55
ROBERTSON
15
0.98
1.27
1.49
1.75
1.95
2.18
ROBERTSON
30
1.35
1.76
2.07
2.50
2.85
3.23
ROBERTSON
60
1.71
2.28
2.68
3.29
3.82
4.37
ROBERTSON
120
2.07
2.79
3.30
4.10
4.79
5.51
ROBERTSON
180
2.29
3.10
3.68
4.58
5.36
6.18
ROBERTSON
360
2.66
3.65
4.36
5.44
6.35
7.32
ROBERTSON
720
3.07
4.25
5.11
6.36
7.41
8.53
ROBERTSON
1440
3.53
4.92
5.96
7.40
8.56
9.83
ROCKWALL
15
1.00
1.32
1.52
1.83
2.05
2.28
ROCKWALL
30
1.38
1.77
2.04
2.37
2.68
2.98
ROCKWALL
60
1.76
2.23
2.58
2.99
3.39
3.79
ROCKWALL
120
2.14
2.72
3.17
3.70
4.21
4.74
ROCKWALL
180
2.36
3.03
3.55
4.17
4.76
5.38
ROCKWALL
360
2.74
3.59
4.27
5.09
5.86
6.64
ROCKWALL
720
3.14
4.23
5.10
6.20
7.18
8.19
ROCKWALL
1440
3.58
4.96
6.07
7.53
8.78
10.08
RUNNELS
15
0.84
1.10
1.28
1.49
1.64
1.77
RUNNELS
30
1.09
1.46
1.70
2.03
2.31
2.56
RUNNELS
60
1.35
1.82
2.14
2.60
3.02
3.41
RUNNELS
120
1.62
2.20
2.60
3.18
3.74
4.27
RUNNELS
180
1.79
2.43
2.88
3.53
4.17
4.78
RUNNELS
360
2.09
2.86
3.41
4.18
4.93
5.67
RUNNELS
720
2.44
3.33
4.01
4.90
5.77
6.63
RUNNELS
1440
2.84
3.88
4.71
5.72
6.70
7.70
RUSK
15
0.94
1.24
1.43
1.71
1.89
2.17
RUSK
30
1.34
1.75
2.05
2.44
2.79
3.18
RUSK
60
1.75
2.29
2.71
3.24
3.78
4.30
RUSK
120
2.16
2.84
3.39
4.07
4.78
5.47
RUSK
180
2.39
3.17
3.80
4.58
5.38
6.19
RUSK
360
2.80
3.76
4.54
5.51
6.42
7.48
RUSK
720
3.23
4.42
5.35
6.54
7.54
8.91
RUSK
1440
3.70
5.15
6.27
7.72
8.78
10.53
SABINE
15
1.00
1.29
1.47
1.70
1.90
2.03
SABINE
30
1.41
1.83
2.12
2.50
2.83
3.15
SABINE
60
1.85
2.40
2.81
3.37
3.87
4.45
SABINE
120
2.27
2.98
3.53
4.28
4.97
5.83
SABINE
180
2.52
3.33
3.96
4.83
5.64
6.64
SABINE
360
2.95
3.96
4.73
5.81
6.84
8.07
SABINE
720
3.41
4.65
5.58
6.89
8.15
9.59
SABINE
1440
3.90
5.43
6.53
8.11
9.63
11.24
203
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SANAUGUSTINE
15
0.99
1.30
1.46
1.72
1.90
2.05
SANAUGUSTINE
30
1.41
1.83
2.13
2.52
2.85
3.18
SANAUGUSTINE
60
1.84
2.40
2.83
3.39
3.92
4.49
SANAUGUSTINE
120
2.26
2.97
3.55
4.29
5.01
5.86
SANAUGUSTINE
180
2.51
3.31
3.97
4.82
5.66
6.66
SANAUGUSTINE
360
2.92
3.92
4.70
5.77
6.79
8.04
SANAUGUSTINE
720
3.35
4.58
5.48
6.79
7.99
9.48
SANAUGUSTINE
1440
3.81
5.31
6.34
7.93
9.31
11.03
SANJACINTO
15
1.05
1.29
1.44
1.61
1.71
1.76
SANJACINTO
30
1.51
1.90
2.17
2.51
2.77
2.97
SANJACINTO
60
1.99
2.57
2.98
3.56
4.08
4.57
SANJACINTO
120
2.46
3.25
3.83
4.68
5.49
6.36
SANJACINTO
180
2.73
3.64
4.34
5.35
6.33
7.42
SANJACINTO
360
3.19
4.34
5.24
6.53
7.75
9.15
SANJACINTO
720
3.65
5.08
6.22
7.79
9.20
10.79
SANJACINTO
1440
4.15
5.89
7.31
9.17
10.73
12.40
SANPATRICIO
15
1.12
1.45
1.64
1.90
2.08
2.25
SANPATRICIO
30
1.47
1.90
2.19
2.58
2.91
3.23
SANPATRICIO
60
1.83
2.39
2.79
3.34
3.84
4.33
SANPATRICIO
120
2.22
2.94
3.47
4.20
4.87
5.55
SANPATRICIO
180
2.46
3.29
3.92
4.76
5.54
6.33
SANPATRICIO
360
2.91
3.98
4.77
5.86
6.84
7.82
SANPATRICIO
720
3.42
4.78
5.79
7.16
8.37
9.56
SANPATRICIO
1440
4.02
5.74
7.01
8.73
10.21
11.63
SANSABA
15
0.91
1.15
1.33
1.52
1.70
1.77
SANSABA
30
1.15
1.52
1.78
2.09
2.38
2.64
SANSABA
60
1.39
1.89
2.24
2.69
3.11
3.60
SANSABA
120
1.65
2.27
2.73
3.31
3.89
4.59
SANSABA
180
1.81
2.51
3.03
3.70
4.37
5.17
SANSABA
360
2.11
2.95
3.58
4.41
5.27
6.20
SANSABA
720
2.46
3.43
4.20
5.21
6.29
7.29
SANSABA
1440
2.86
3.98
4.90
6.12
7.47
8.49
SCHLEICHER
15
0.81
1.03
1.15
1.31
1.41
1.51
SCHLEICHER
30
1.14
1.50
1.73
2.02
2.24
2.47
SCHLEICHER
60
1.45
1.97
2.34
2.79
3.20
3.63
SCHLEICHER
120
1.71
2.39
2.89
3.51
4.11
4.77
SCHLEICHER
180
1.85
2.60
3.16
3.88
4.57
5.35
SCHLEICHER
360
2.05
2.91
3.55
4.41
5.22
6.14
SCHLEICHER
720
2.24
3.18
3.87
4.87
5.73
6.71
SCHLEICHER
1440
2.41
3.43
4.16
5.28
6.15
7.12
SCURRY
15
0.72
0.96
1.10
1.28
1.43
1.60
SCURRY
30
0.98
1.32
1.55
1.85
2.11
2.41
SCURRY
60
1.24
1.68
2.01
2.44
2.84
3.30
SCURRY
120
1.50
2.05
2.47
3.05
3.57
4.20
SCURRY
180
1.65
2.28
2.75
3.40
4.00
4.71
SCURRY
360
1.94
2.69
3.23
4.03
4.74
5.58
SCURRY
720
2.24
3.14
3.74
4.70
5.52
6.48
SCURRY
1440
2.59
3.64
4.32
5.44
6.37
7.43
SHACKELFORD
15
0.86
1.13
1.32
1.48
1.65
1.81
SHACKELFORD
30
1.16
1.53
1.82
2.13
2.40
2.71
SHACKELFORD
60
1.45
1.95
2.32
2.80
3.21
3.70
SHACKELFORD
120
1.75
2.36
2.83
3.48
4.02
4.70
SHACKELFORD
180
1.92
2.60
3.14
3.87
4.49
5.27
SHACKELFORD
360
2.23
3.03
3.68
4.56
5.32
6.25
SHACKELFORD
720
2.56
3.50
4.27
5.30
6.20
7.26
SHACKELFORD
1440
2.94
4.03
4.93
6.10
7.17
8.35
SHELBY
15
0.94
1.23
1.40
1.64
1.80
2.01
SHELBY
30
1.34
1.75
2.04
2.42
2.74
3.09
SHELBY
60
1.76
2.30
2.73
3.28
3.80
4.32
SHELBY
120
2.17
2.86
3.44
4.17
4.88
5.61
204
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SHELBY
180
2.41
3.20
3.85
4.69
5.50
6.38
SHELBY
360
2.82
3.81
4.59
5.61
6.57
7.73
SHELBY
720
3.24
4.48
5.38
6.60
7.68
9.17
SHELBY
1440
3.71
5.22
6.26
7.70
8.87
10.75
SHERMAN
15
0.79
1.11
1.32
1.66
1.86
2.18
SHERMAN
30
0.96
1.36
1.66
2.07
2.41
2.85
SHERMAN
60
1.13
1.61
1.97
2.46
2.92
3.46
SHERMAN
120
1.30
1.85
2.27
2.84
3.38
3.99
SHERMAN
180
1.41
2.00
2.45
3.06
3.63
4.28
SHERMAN
360
1.61
2.26
2.76
3.44
4.05
4.76
SHERMAN
720
1.84
2.55
3.08
3.86
4.48
5.23
SHERMAN
1440
2.09
2.86
3.44
4.30
4.94
5.72
SMITH
15
0.96
1.26
1.48
1.80
2.03
2.32
SMITH
30
1.35
1.76
2.07
2.46
2.83
3.21
SMITH
60
1.76
2.28
2.69
3.18
3.69
4.18
SMITH
120
2.16
2.82
3.35
3.95
4.60
5.24
SMITH
180
2.39
3.14
3.75
4.45
5.17
5.91
SMITH
360
2.80
3.73
4.49
5.39
6.23
7.19
SMITH
720
3.23
4.37
5.32
6.47
7.43
8.67
SMITH
1440
3.71
5.11
6.27
7.75
8.83
10.41
SOMERVELL
15
0.93
1.20
1.40
1.62
1.81
2.07
SOMERVELL
30
1.26
1.65
1.94
2.25
2.56
2.91
SOMERVELL
60
1.60
2.11
2.49
2.92
3.35
3.81
SOMERVELL
120
1.94
2.58
3.04
3.62
4.19
4.75
SOMERVELL
180
2.13
2.85
3.38
4.04
4.71
5.33
SOMERVELL
360
2.48
3.35
3.99
4.82
5.66
6.40
SOMERVELL
720
2.86
3.89
4.65
5.69
6.73
7.61
SOMERVELL
1440
3.27
4.49
5.40
6.68
7.95
8.99
STARR
15
0.98
1.26
1.49
1.73
1.84
2.12
STARR
30
1.34
1.80
2.10
2.50
2.83
3.23
STARR
60
1.68
2.33
2.71
3.29
3.92
4.43
STARR
120
1.98
2.81
3.28
4.03
4.92
5.58
STARR
180
2.15
3.06
3.60
4.44
5.44
6.20
STARR
360
2.43
3.47
4.12
5.11
6.21
7.18
STARR
720
2.70
3.85
4.65
5.79
6.86
8.10
STARR
1440
2.98
4.24
5.20
6.48
7.45
9.00
STEPHENS
15
0.89
1.18
1.38
1.55
1.81
1.95
STEPHENS
30
1.20
1.59
1.88
2.20
2.53
2.84
STEPHENS
60
1.51
2.01
2.40
2.88
3.30
3.79
STEPHENS
120
1.82
2.43
2.93
3.56
4.08
4.76
STEPHENS
180
2.00
2.68
3.24
3.97
4.55
5.33
STEPHENS
360
2.33
3.13
3.80
4.68
5.41
6.34
STEPHENS
720
2.68
3.62
4.41
5.46
6.35
7.42
STEPHENS
1440
3.08
4.17
5.09
6.31
7.41
8.62
STERLING
15
0.74
0.98
1.13
1.30
1.46
1.63
STERLING
30
0.99
1.33
1.57
1.87
2.12
2.39
STERLING
60
1.24
1.69
2.01
2.45
2.81
3.21
STERLING
120
1.48
2.03
2.45
3.02
3.48
4.00
STERLING
180
1.61
2.23
2.70
3.34
3.86
4.46
STERLING
360
1.85
2.58
3.14
3.88
4.51
5.23
STERLING
720
2.10
2.96
3.61
4.43
5.18
6.01
STERLING
1440
2.37
3.37
4.12
5.02
5.90
6.85
STONEWALL
15
0.77
1.01
1.14
1.30
1.43
1.53
STONEWALL
30
1.03
1.38
1.61
1.90
2.17
2.41
STONEWALL
60
1.29
1.76
2.10
2.56
2.99
3.44
STONEWALL
120
1.55
2.15
2.59
3.22
3.82
4.48
STONEWALL
180
1.71
2.38
2.88
3.60
4.29
5.07
STONEWALL
360
1.99
2.81
3.38
4.27
5.09
6.02
STONEWALL
720
2.31
3.27
3.93
4.98
5.90
6.93
STONEWALL
1440
2.66
3.80
4.53
5.75
6.76
7.84
205
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
SUTTON
15
0.82
1.04
1.18
1.32
1.42
1.52
SUTTON
30
1.19
1.55
1.80
2.09
2.32
2.55
SUTTON
60
1.55
2.10
2.48
2.98
3.42
3.86
SUTTON
120
1.87
2.58
3.11
3.83
4.50
5.21
SUTTON
180
2.03
2.83
3.44
4.28
5.07
5.92
SUTTON
360
2.29
3.21
3.93
4.94
5.86
6.90
SUTTON
720
2.51
3.54
4.35
5.49
6.47
7.59
SUTTON
1440
2.73
3.84
4.74
5.98
6.95
8.06
SWISHER
15
0.76
1.03
1.18
1.47
1.65
1.89
SWISHER
30
0.98
1.36
1.62
2.03
2.35
2.71
SWISHER
60
1.20
1.68
2.04
2.59
3.04
3.54
SWISHER
120
1.42
2.00
2.44
3.10
3.68
4.29
SWISHER
180
1.55
2.19
2.67
3.39
4.02
4.70
SWISHER
360
1.78
2.52
3.07
3.88
4.58
5.35
SWISHER
720
2.03
2.88
3.48
4.37
5.14
5.98
SWISHER
1440
2.30
3.27
3.92
4.89
5.70
6.62
TARRANT
15
0.98
1.27
1.45
1.72
1.94
2.19
TARRANT
30
1.32
1.73
2.01
2.37
2.69
3.03
TARRANT
60
1.66
2.20
2.57
3.02
3.46
3.90
TARRANT
120
2.00
2.66
3.13
3.67
4.23
4.80
TARRANT
180
2.20
2.94
3.46
4.06
4.68
5.34
TARRANT
360
2.55
3.42
4.04
4.75
5.50
6.33
TARRANT
720
2.94
3.95
4.66
5.49
6.38
7.41
TARRANT
1440
3.37
4.52
5.34
6.32
7.37
8.64
TAYLOR
15
0.81
1.07
1.25
1.45
1.61
1.74
TAYLOR
30
1.08
1.46
1.70
2.03
2.31
2.58
TAYLOR
60
1.37
1.85
2.17
2.64
3.06
3.49
TAYLOR
120
1.66
2.25
2.66
3.27
3.83
4.41
TAYLOR
180
1.84
2.49
2.96
3.64
4.28
4.94
TAYLOR
360
2.16
2.93
3.51
4.32
5.09
5.87
TAYLOR
720
2.52
3.41
4.13
5.07
5.96
6.84
TAYLOR
1440
2.92
3.96
4.83
5.91
6.93
7.90
TERRELL
15
0.90
1.15
1.29
1.49
1.62
1.78
TERRELL
30
1.12
1.49
1.72
2.03
2.29
2.55
TERRELL
60
1.32
1.82
2.14
2.57
2.97
3.34
TERRELL
120
1.51
2.12
2.54
3.09
3.61
4.10
TERRELL
180
1.62
2.29
2.76
3.38
3.98
4.53
TERRELL
360
1.82
2.59
3.16
3.90
4.59
5.27
TERRELL
720
2.03
2.91
3.57
4.44
5.22
6.02
TERRELL
1440
2.26
3.25
4.01
5.03
5.90
6.82
TERRY
15
0.74
1.01
1.20
1.45
1.70
1.94
TERRY
30
0.93
1.29
1.56
1.95
2.26
2.65
TERRY
60
1.13
1.57
1.93
2.44
2.82
3.34
TERRY
120
1.34
1.88
2.30
2.93
3.37
4.00
TERRY
180
1.47
2.06
2.53
3.21
3.70
4.38
TERRY
360
1.72
2.41
2.94
3.70
4.29
5.04
TERRY
720
1.99
2.81
3.38
4.23
4.93
5.72
TERRY
1440
2.31
3.26
3.89
4.81
5.65
6.46
THROCKMORTON
15
0.87
1.13
1.30
1.46
1.63
1.75
THROCKMORTON
30
1.15
1.53
1.80
2.12
2.40
2.68
THROCKMORTON
60
1.43
1.93
2.31
2.81
3.23
3.73
THROCKMORTON
120
1.72
2.34
2.83
3.50
4.06
4.79
THROCKMORTON
180
1.89
2.58
3.14
3.90
4.54
5.38
THROCKMORTON
360
2.21
3.02
3.69
4.59
5.37
6.38
THROCKMORTON
720
2.56
3.49
4.29
5.32
6.25
7.36
THROCKMORTON
1440
2.96
4.02
4.95
6.10
7.19
8.39
TITUS
15
0.93
1.24
1.42
1.73
1.93
2.17
TITUS
30
1.33
1.71
1.97
2.33
2.64
2.95
TITUS
60
1.75
2.21
2.57
3.00
3.43
3.85
TITUS
120
2.16
2.74
3.23
3.77
4.32
4.87
206
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
TITUS
180
2.41
3.06
3.65
4.28
4.89
5.55
TITUS
360
2.84
3.67
4.44
5.27
6.00
6.89
TITUS
720
3.29
4.37
5.35
6.46
7.32
8.50
TITUS
1440
3.80
5.17
6.43
7.89
8.89
10.46
TOMGREEN
15
0.82
1.06
1.19
1.37
1.51
1.62
TOMGREEN
30
1.09
1.45
1.68
1.98
2.23
2.47
TOMGREEN
60
1.34
1.82
2.16
2.61
3.00
3.40
TOMGREEN
120
1.58
2.17
2.61
3.19
3.72
4.29
TOMGREEN
180
1.71
2.37
2.86
3.51
4.11
4.77
TOMGREEN
360
1.93
2.72
3.27
4.03
4.75
5.54
TOMGREEN
720
2.16
3.07
3.68
4.54
5.36
6.26
TOMGREEN
1440
2.41
3.45
4.11
5.05
5.99
6.97
TRAVIS
15
0.93
1.24
1.44
1.71
1.89
2.11
TRAVIS
30
1.33
1.74
2.03
2.44
2.77
3.12
TRAVIS
60
1.73
2.26
2.64
3.20
3.72
4.22
TRAVIS
120
2.11
2.76
3.25
3.97
4.66
5.33
TRAVIS
180
2.32
3.06
3.62
4.43
5.21
5.97
TRAVIS
360
2.67
3.58
4.26
5.24
6.16
7.08
TRAVIS
720
3.03
4.13
4.95
6.11
7.15
8.24
TRAVIS
1440
3.41
4.73
5.72
7.08
8.22
9.50
TRINITY
15
1.03
1.33
1.49
1.79
1.99
2.13
TRINITY
30
1.47
1.89
2.17
2.62
2.98
3.30
TRINITY
60
1.91
2.49
2.90
3.54
4.08
4.67
TRINITY
120
2.34
3.08
3.64
4.48
5.23
6.10
TRINITY
180
2.59
3.44
4.09
5.04
5.92
6.95
TRINITY
360
3.00
4.07
4.89
6.04
7.15
8.42
TRINITY
720
3.42
4.74
5.76
7.13
8.49
9.96
TRINITY
1440
3.87
5.49
6.73
8.35
9.98
11.64
TYLER
15
1.04
1.31
1.46
1.69
1.81
1.91
TYLER
30
1.50
1.91
2.17
2.57
2.84
3.12
TYLER
60
1.98
2.56
2.96
3.56
4.08
4.64
TYLER
120
2.45
3.22
3.78
4.60
5.38
6.28
TYLER
180
2.73
3.61
4.27
5.23
6.15
7.23
TYLER
360
3.20
4.28
5.13
6.34
7.48
8.80
TYLER
720
3.70
5.01
6.05
7.55
8.86
10.33
TYLER
1440
4.24
5.81
7.07
8.90
10.35
11.87
UPSHUR
15
0.92
1.23
1.43
1.73
1.92
2.21
UPSHUR
30
1.32
1.72
2.00
2.38
2.70
3.05
UPSHUR
60
1.73
2.24
2.63
3.09
3.55
3.99
UPSHUR
120
2.15
2.77
3.29
3.87
4.47
5.04
UPSHUR
180
2.39
3.10
3.70
4.38
5.05
5.72
UPSHUR
360
2.81
3.70
4.47
5.34
6.14
7.04
UPSHUR
720
3.26
4.37
5.34
6.47
7.40
8.59
UPSHUR
1440
3.75
5.13
6.35
7.82
8.88
10.45
UPTON
15
0.77
1.04
1.20
1.41
1.59
1.78
UPTON
30
1.03
1.40
1.65
1.97
2.25
2.52
UPTON
60
1.26
1.72
2.06
2.49
2.88
3.25
UPTON
120
1.46
2.01
2.42
2.96
3.45
3.91
UPTON
180
1.56
2.16
2.61
3.20
3.75
4.25
UPTON
360
1.73
2.40
2.92
3.59
4.22
4.79
UPTON
720
1.90
2.64
3.21
3.96
4.66
5.30
UPTON
1440
2.07
2.88
3.51
4.33
5.09
5.81
UVALDE
15
1.05
1.29
1.44
1.63
1.82
2.05
UVALDE
30
1.42
1.84
2.15
2.52
2.87
3.26
UVALDE
60
1.78
2.42
2.91
3.53
4.09
4.67
UVALDE
120
2.12
2.97
3.64
4.50
5.29
6.07
UVALDE
180
2.32
3.28
4.04
5.04
5.93
6.83
UVALDE
360
2.67
3.80
4.70
5.88
6.91
7.99
UVALDE
720
3.03
4.34
5.35
6.68
7.79
9.04
UVALDE
1440
3.42
4.92
6.01
7.47
8.60
10.03
207
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
VALVERDE
15
0.90
1.12
1.26
1.42
1.55
1.70
VALVERDE
30
1.21
1.61
1.86
2.18
2.45
2.74
VALVERDE
60
1.51
2.09
2.49
3.02
3.49
3.96
VALVERDE
120
1.79
2.54
3.09
3.83
4.51
5.18
VALVERDE
180
1.94
2.78
3.42
4.27
5.04
5.83
VALVERDE
360
2.20
3.18
3.94
4.96
5.85
6.80
VALVERDE
720
2.47
3.57
4.45
5.60
6.56
7.63
VALVERDE
1440
2.75
3.98
4.96
6.23
7.21
8.38
VANZANDT
15
0.98
1.30
1.50
1.83
2.08
2.32
VANZANDT
30
1.38
1.78
2.07
2.44
2.77
3.11
VANZANDT
60
1.78
2.28
2.66
3.11
3.53
3.99
VANZANDT
120
2.18
2.79
3.30
3.85
4.39
4.99
VANZANDT
180
2.41
3.11
3.69
4.34
4.95
5.64
VANZANDT
360
2.80
3.68
4.42
5.28
6.03
6.92
VANZANDT
720
3.22
4.32
5.25
6.38
7.32
8.45
VANZANDT
1440
3.67
5.04
6.21
7.70
8.85
10.28
VICTORIA
15
1.15
1.48
1.66
1.92
2.08
2.30
VICTORIA
30
1.56
2.01
2.29
2.71
3.03
3.40
VICTORIA
60
1.97
2.56
2.97
3.57
4.09
4.65
VICTORIA
120
2.39
3.14
3.70
4.50
5.22
5.99
VICTORIA
180
2.64
3.50
4.16
5.09
5.94
6.83
VICTORIA
360
3.08
4.17
5.03
6.19
7.26
8.39
VICTORIA
720
3.57
4.92
6.03
7.45
8.76
10.16
VICTORIA
1440
4.11
5.79
7.19
8.92
10.51
12.21
WALKER
15
1.06
1.34
1.50
1.70
1.86
1.98
WALKER
30
1.47
1.88
2.16
2.55
2.86
3.16
WALKER
60
1.87
2.45
2.87
3.50
4.02
4.59
WALKER
120
2.27
3.04
3.61
4.48
5.24
6.11
WALKER
180
2.51
3.39
4.06
5.06
5.95
7.00
WALKER
360
2.92
4.01
4.87
6.09
7.21
8.50
WALKER
720
3.37
4.70
5.76
7.19
8.53
10.02
WALKER
1440
3.86
5.48
6.76
8.42
9.98
11.61
WALLER
15
1.10
1.36
1.52
1.67
1.75
1.83
WALLER
30
1.47
1.88
2.16
2.49
2.74
2.99
WALLER
60
1.85
2.42
2.85
3.40
3.90
4.43
WALLER
120
2.22
2.97
3.56
4.35
5.12
5.98
WALLER
180
2.45
3.31
3.99
4.92
5.84
6.88
WALLER
360
2.86
3.93
4.77
5.93
7.09
8.38
WALLER
720
3.31
4.62
5.63
7.04
8.39
9.85
WALLER
1440
3.82
5.39
6.61
8.27
9.80
11.35
WARD
15
0.78
1.07
1.26
1.47
1.65
1.96
WARD
30
0.90
1.28
1.56
1.93
2.28
2.56
WARD
60
1.04
1.50
1.84
2.35
2.84
3.13
WARD
120
1.18
1.74
2.12
2.72
3.28
3.67
WARD
180
1.28
1.88
2.29
2.92
3.50
3.98
WARD
360
1.46
2.15
2.59
3.25
3.80
4.51
WARD
720
1.66
2.46
2.92
3.57
4.05
5.08
WARD
1440
1.89
2.81
3.28
3.91
4.28
5.69
WASHINGTON
15
1.04
1.33
1.53
1.71
1.83
1.99
WASHINGTON
30
1.41
1.84
2.15
2.50
2.80
3.13
WASHINGTON
60
1.78
2.36
2.79
3.37
3.89
4.46
WASHINGTON
120
2.15
2.90
3.45
4.24
5.00
5.83
WASHINGTON
180
2.37
3.21
3.84
4.76
5.64
6.60
WASHINGTON
360
2.76
3.78
4.56
5.66
6.73
7.88
WASHINGTON
720
3.19
4.40
5.34
6.62
7.85
9.14
WASHINGTON
1440
3.65
5.10
6.23
7.67
9.06
10.43
WEBB
15
1.00
1.24
1.41
1.63
1.71
1.92
WEBB
30
1.34
1.79
2.10
2.49
2.73
3.10
WEBB
60
1.66
2.34
2.81
3.43
3.92
4.48
WEBB
120
1.96
2.84
3.48
4.31
5.07
5.85
208
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WEBB
180
2.12
3.11
3.83
4.78
5.67
6.56
WEBB
360
2.41
3.54
4.37
5.51
6.53
7.60
WEBB
720
2.71
3.94
4.87
6.17
7.24
8.45
WEBB
1440
3.02
4.35
5.36
6.80
7.86
9.18
WHARTON
15
1.13
1.42
1.58
1.78
1.90
1.99
WHARTON
30
1.56
1.98
2.25
2.62
2.90
3.16
WHARTON
60
2.00
2.56
2.98
3.56
4.06
4.56
WHARTON
120
2.43
3.17
3.74
4.55
5.29
6.09
WHARTON
180
2.68
3.53
4.20
5.16
6.04
7.02
WHARTON
360
3.12
4.19
5.04
6.26
7.39
8.66
WHARTON
720
3.58
4.93
5.98
7.50
8.87
10.43
WHARTON
1440
4.09
5.75
7.05
8.91
10.53
12.38
WHEELER
15
0.77
1.08
1.24
1.55
1.71
2.11
WHEELER
30
1.03
1.45
1.72
2.16
2.48
2.98
WHEELER
60
1.29
1.81
2.19
2.77
3.26
3.86
WHEELER
120
1.54
2.16
2.63
3.34
3.99
4.67
WHEELER
180
1.69
2.36
2.88
3.65
4.38
5.11
WHEELER
360
1.94
2.71
3.31
4.19
5.00
5.85
WHEELER
720
2.21
3.08
3.75
4.73
5.60
6.59
WHEELER
1440
2.50
3.49
4.21
5.31
6.21
7.35
WICHITA
15
0.82
1.05
1.22
1.37
1.57
1.72
WICHITA
30
1.11
1.47
1.74
2.05
2.35
2.67
WICHITA
60
1.40
1.91
2.28
2.79
3.23
3.77
WICHITA
120
1.71
2.35
2.84
3.53
4.12
4.88
WICHITA
180
1.90
2.62
3.18
3.96
4.63
5.51
WICHITA
360
2.26
3.10
3.78
4.70
5.52
6.55
WICHITA
720
2.66
3.63
4.43
5.46
6.45
7.58
WICHITA
1440
3.12
4.22
5.16
6.29
7.46
8.65
WILBARGER
15
0.81
1.04
1.19
1.36
1.51
1.63
WILBARGER
30
1.08
1.44
1.69
2.03
2.30
2.59
WILBARGER
60
1.36
1.87
2.23
2.76
3.20
3.72
WILBARGER
120
1.65
2.29
2.77
3.49
4.09
4.86
WILBARGER
180
1.83
2.55
3.09
3.90
4.60
5.50
WILBARGER
360
2.15
3.01
3.66
4.62
5.45
6.51
WILBARGER
720
2.51
3.51
4.28
5.35
6.30
7.45
WILBARGER
1440
2.93
4.07
4.96
6.13
7.19
8.38
WILLACY
15
1.05
1.38
1.58
1.84
2.03
2.18
WILLACY
30
1.47
1.92
2.22
2.62
2.96
3.27
WILLACY
60
1.87
2.46
2.87
3.44
3.96
4.47
WILLACY
120
2.24
2.98
3.52
4.25
4.96
5.67
WILLACY
180
2.44
3.27
3.89
4.72
5.54
6.35
WILLACY
360
2.77
3.77
4.54
5.54
6.54
7.50
WILLACY
720
3.08
4.29
5.24
6.41
7.59
8.69
WILLACY
1440
3.41
4.85
5.99
7.36
8.74
9.94
WILLIAMSON
15
0.93
1.23
1.40
1.61
1.78
1.96
WILLIAMSON
30
1.31
1.72
2.00
2.36
2.67
2.99
WILLIAMSON
60
1.69
2.23
2.62
3.17
3.65
4.14
WILLIAMSON
120
2.05
2.72
3.23
3.96
4.63
5.29
WILLIAMSON
180
2.26
3.01
3.58
4.41
5.18
5.94
WILLIAMSON
360
2.61
3.51
4.20
5.19
6.11
7.03
WILLIAMSON
720
2.98
4.03
4.86
6.00
7.05
8.12
WILLIAMSON
1440
3.37
4.60
5.58
6.86
8.05
9.27
WILSON
15
1.11
1.42
1.62
1.92
2.23
2.44
WILSON
30
1.47
1.92
2.24
2.68
3.08
3.44
WILSON
60
1.83
2.42
2.87
3.46
3.95
4.49
WILSON
120
2.17
2.92
3.48
4.24
4.85
5.54
WILSON
180
2.36
3.21
3.84
4.70
5.40
6.16
WILSON
360
2.71
3.73
4.46
5.50
6.39
7.27
WILSON
720
3.07
4.29
5.12
6.36
7.48
8.48
WILSON
1440
3.46
4.90
5.85
7.30
8.71
9.81
209
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
Tc
(min.)
D2
(in.)
D5
(in.)
D10
(in.)
D25
(in.)
D50
(in.)
D100
(in.)
WINKLER
15
0.74
1.04
1.22
1.45
1.70
1.94
WINKLER
30
0.91
1.31
1.58
1.96
2.32
2.64
WINKLER
60
1.08
1.56
1.92
2.43
2.89
3.30
WINKLER
120
1.25
1.81
2.22
2.84
3.38
3.88
WINKLER
180
1.35
1.96
2.40
3.06
3.63
4.20
WINKLER
360
1.53
2.22
2.69
3.42
4.01
4.71
WINKLER
720
1.73
2.51
2.99
3.76
4.36
5.22
WINKLER
1440
1.94
2.83
3.31
4.11
4.71
5.74
WISE
15
0.97
1.28
1.49
1.72
1.97
2.26
WISE
30
1.26
1.67
1.95
2.29
2.63
3.01
WISE
60
1.57
2.08
2.44
2.90
3.35
3.82
WISE
120
1.89
2.52
2.97
3.57
4.13
4.71
WISE
180
2.09
2.80
3.30
4.00
4.64
5.28
WISE
360
2.46
3.32
3.94
4.81
5.60
6.37
WISE
720
2.88
3.91
4.68
5.76
6.72
7.65
WISE
1440
3.36
4.59
5.54
6.88
8.05
9.16
WOOD
15
0.95
1.26
1.48
1.78
2.00
2.28
WOOD
30
1.35
1.74
2.03
2.39
2.71
3.05
WOOD
60
1.76
2.25
2.63
3.06
3.49
3.92
WOOD
120
2.16
2.78
3.27
3.82
4.37
4.92
WOOD
180
2.40
3.10
3.67
4.32
4.94
5.59
WOOD
360
2.82
3.69
4.43
5.28
6.04
6.90
WOOD
720
3.26
4.35
5.30
6.43
7.35
8.48
WOOD
1440
3.75
5.10
6.31
7.80
8.91
10.41
YOAKUM
15
0.73
1.01
1.23
1.49
1.80
2.04
YOAKUM
30
0.91
1.28
1.56
1.97
2.31
2.72
YOAKUM
60
1.09
1.54
1.89
2.43
2.81
3.36
YOAKUM
120
1.28
1.82
2.23
2.87
3.31
3.97
YOAKUM
180
1.40
1.99
2.44
3.13
3.61
4.31
YOAKUM
360
1.63
2.31
2.82
3.58
4.14
4.90
YOAKUM
720
1.89
2.67
3.24
4.06
4.73
5.51
YOAKUM
1440
2.19
3.07
3.72
4.59
5.38
6.16
YOUNG
15
0.89
1.18
1.38
1.53
1.81
1.94
YOUNG
30
1.18
1.58
1.87
2.18
2.54
2.84
YOUNG
60
1.48
1.98
2.39
2.87
3.31
3.83
YOUNG
120
1.79
2.40
2.91
3.56
4.11
4.82
YOUNG
180
1.97
2.65
3.22
3.97
4.59
5.40
YOUNG
360
2.31
3.11
3.79
4.68
5.45
6.41
YOUNG
720
2.69
3.62
4.43
5.44
6.41
7.49
YOUNG
1440
3.12
4.20
5.14
6.29
7.49
8.66
ZAPATA
15
0.97
1.20
1.41
1.64
1.75
2.00
ZAPATA
30
1.29
1.74
2.06
2.46
2.75
3.14
ZAPATA
60
1.60
2.29
2.72
3.33
3.89
4.44
ZAPATA
120
1.90
2.79
3.33
4.15
4.96
5.70
ZAPATA
180
2.06
3.05
3.66
4.59
5.51
6.37
ZAPATA
360
2.34
3.46
4.18
5.28
6.31
7.36
ZAPATA
720
2.63
3.84
4.68
5.94
6.97
8.23
ZAPATA
1440
2.95
4.21
5.18
6.60
7.55
9.02
ZAVALA
15
1.07
1.31
1.45
1.64
1.79
2.02
ZAVALA
30
1.43
1.88
2.17
2.55
2.87
3.25
ZAVALA
60
1.77
2.45
2.95
3.56
4.14
4.70
ZAVALA
120
2.09
2.97
3.66
4.54
5.37
6.12
ZAVALA
180
2.26
3.26
4.04
5.06
6.01
6.88
ZAVALA
360
2.57
3.71
4.63
5.85
6.91
8.00
ZAVALA
720
2.88
4.16
5.16
6.56
7.62
8.93
ZAVALA
1440
3.22
4.61
5.68
7.23
8.21
9.76
210
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
ANDERSON
0.0001
0.0000
0.0006
0.0011
0.0001
0.0000
0.0002
0.0000
0.0022
0.0009
0.0000
0.0004
0.0010
0.0002
0.0000
0.0002
0.0001
0.0029
ANDREWS
0.0010
0.0002
0.0015
0.0022
0.0003
0.0017
0.0053
0.0040
0.0164
0.0003
0.0003
0.0009
0.0011
0.0010
0.0023
0.0044
0.0078
0.0179
ANGELINA
0.0006
0.0006
0.0006
0.0026
0.0004
0.0011
0.0024
0.0004
0.0087
0.0001
0.0008
0.0003
0.0039
0.0001
0.0007
0.0022
0.0014
0.0095
ARANSAS
0.0016
0.0017
0.0022
0.0124
0.0027
0.0037
0.0265
0.0115
0.0623
0.0004
0.0020
0.0033
0.0089
0.0012
0.0048
0.0235
0.0210
0.0651
ARCHER
0.0001
0.0001
0.0000
0.0000
0.0000
0.0003
0.0000
0.0000
0.0006
0.0000
0.0001
0.0000
0.0000
0.0000
0.0004
0.0000
0.0002
0.0007
ARMSTRONG
0.0009
0.0000
0.0022
0.0009
0.0001
0.0013
0.0102
0.0057
0.0212
0.0002
0.0001
0.0014
0.0003
0.0000
0.0017
0.0089
0.0101
0.0226
ATASCOSA
0.0001
0.0003
0.0004
0.0007
0.0006
0.0034
0.0001
0.0001
0.0058
0.0000
0.0004
0.0005
0.0005
0.0004
0.0036
0.0001
0.0003
0.0060
AUSTIN
0.0011
0.0000
0.0002
0.0181
0.0001
0.0058
0.0158
0.0098
0.0510
0.0002
0.0000
0.0000
0.0145
0.0006
0.0072
0.0146
0.0155
0.0526
BAILEY
0.0022
0.0027
0.0007
0.0024
0.0001
0.0045
0.0056
0.0053
0.0235
0.0006
0.0025
0.0001
0.0007
0.0008
0.0057
0.0039
0.0133
0.0275
BANDERA
0.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.0007
0.0002
0.0010
0.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.0006
0.0003
0.0011
BASTROP
0.0001
0.0001
0.0002
0.0098
0.0000
0.0048
0.0013
0.0017
0.0180
0.0000
0.0000
0.0002
0.0091
0.0001
0.0052
0.0012
0.0023
0.0182
BAYLOR
0.0000
0.0000
0.0000
0.0000
0.0012
0.0008
0.0011
0.0006
0.0038
0.0000
0.0000
0.0000
0.0000
0.0011
0.0009
0.0011
0.0009
0.0039
BEE
0.0027
0.0019
0.0000
0.0143
0.0010
0.0170
0.0138
0.0119
0.0626
0.0007
0.0021
0.0004
0.0092
0.0001
0.0197
0.0110
0.0240
0.0671
BELL
0.0009
0.0001
0.0002
0.0023
0.0001
0.0013
0.0018
0.0014
0.0081
0.0008
0.0001
0.0001
0.0015
0.0003
0.0016
0.0015
0.0028
0.0085
BEXAR
0.0008
0.0000
0.0010
0.0002
0.0002
0.0010
0.0034
0.0021
0.0088
0.0001
0.0001
0.0007
0.0000
0.0000
0.0015
0.0031
0.0043
0.0099
BLANCO
0.0008
0.0008
0.0009
0.0016
0.0000
0.0007
0.0027
0.0004
0.0080
0.0001
0.0011
0.0005
0.0031
0.0002
0.0014
0.0030
0.0000
0.0095
BORDEN
0.0009
0.0005
0.0000
0.0064
0.0023
0.0000
0.0054
0.0026
0.0183
0.0002
0.0007
0.0000
0.0044
0.0038
0.0002
0.0046
0.0060
0.0198
BOSQUE
0.0000
0.0003
0.0000
0.0009
0.0005
0.0003
0.0028
0.0012
0.0060
0.0004
0.0001
0.0000
0.0008
0.0003
0.0005
0.0029
0.0015
0.0064
BOWIE
0.0006
0.0006
0.0022
0.0029
0.0008
0.0001
0.0073
0.0017
0.0163
0.0009
0.0008
0.0042
0.0007
0.0000
0.0006
0.0151
0.0000
0.0223
BRAZORIA
0.0000
0.0002
0.0024
0.0094
0.0000
0.0028
0.0342
0.0081
0.0571
0.0006
0.0000
0.0019
0.0094
0.0000
0.0025
0.0348
0.0086
0.0577
BRAZOS
0.0007
0.0000
0.0003
0.0031
0.0001
0.0045
0.0021
0.0023
0.0131
0.0001
0.0002
0.0003
0.0023
0.0000
0.0074
0.0050
0.0002
0.0156
BREWSTER
0.0026
0.0061
0.0002
0.0000
0.0015
0.0000
0.0010
0.0011
0.0126
0.0008
0.0066
0.0000
0.0005
0.0027
0.0000
0.0007
0.0029
0.0142
BRISCOE
0.0003
0.0001
0.0015
0.0004
0.0000
0.0010
0.0031
0.0020
0.0083
0.0000
0.0000
0.0011
0.0002
0.0000
0.0012
0.0027
0.0035
0.0088
BROOKS
0.0010
0.0002
0.0003
0.0016
0.0003
0.0009
0.0008
0.0009
0.0060
0.0000
0.0020
0.0011
0.0014
0.0011
0.0046
0.0085
0.0038
0.0225
BROWN
0.0031
0.0026
0.0005
0.0001
0.0010
0.0011
0.0105
0.0052
0.0241
0.0026
0.0020
0.0001
0.0001
0.0002
0.0016
0.0084
0.0117
0.0265
BURLESON
0.0011
0.0000
0.0005
0.0059
0.0004
0.0065
0.0068
0.0053
0.0264
0.0002
0.0001
0.0002
0.0038
0.0000
0.0081
0.0061
0.0097
0.0282
BURNET
0.0000
0.0000
0.0000
0.0000
0.0002
0.0000
0.0008
0.0003
0.0014
0.0000
0.0000
0.0000
0.0000
0.0001
0.0001
0.0008
0.0004
0.0014
CALDWELL
0.0004
0.0011
0.0007
0.0067
0.0000
0.0024
0.0001
0.0003
0.0118
0.0017
0.0003
0.0003
0.0070
0.0000
0.0027
0.0002
0.0003
0.0126
CALHOUN
0.0001
0.0002
0.0007
0.0012
0.0003
0.0079
0.0223
0.0040
0.0365
0.0002
0.0028
0.0005
0.0055
0.0001
0.0062
0.0467
0.0067
0.0688
CALLAHAN
0.0019
0.0020
0.0001
0.0000
0.0020
0.0002
0.0098
0.0039
0.0198
0.0048
0.0006
0.0000
0.0001
0.0016
0.0002
0.0084
0.0057
0.0214
CAMERON
0.0004
0.0000
0.0025
0.0015
0.0004
0.0000
0.0008
0.0002
0.0059
0.0023
0.0003
0.0013
0.0017
0.0003
0.0003
0.0022
0.0001
0.0084
CAMP
0.0003
0.0001
0.0016
0.0019
0.0004
0.0000
0.0020
0.0005
0.0068
0.0000
0.0009
0.0030
0.0010
0.0001
0.0003
0.0041
0.0000
0.0094
CARSON
0.0010
0.0002
0.0020
0.0006
0.0000
0.0006
0.0080
0.0045
0.0169
0.0002
0.0003
0.0012
0.0001
0.0003
0.0010
0.0067
0.0089
0.0186
218
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
CASS
0.0003
0.0002
0.0023
0.0025
0.0011
0.0000
0.0047
0.0013
0.0124
0.0011
0.0038
0.0071
0.0007
0.0003
0.0001
0.0046
0.0018
0.0196
CASTRO
0.0001
0.0000
0.0000
0.0016
0.0012
0.0004
0.0001
0.0000
0.0034
0.0004
0.0000
0.0000
0.0012
0.0022
0.0024
0.0022
0.0076
0.0160
CHAMBERS
0.0000
0.0000
0.0008
0.0043
0.0003
0.0014
0.0019
0.0010
0.0098
0.0000
0.0000
0.0007
0.0044
0.0003
0.0014
0.0020
0.0009
0.0098
CHEROKEE
0.0000
0.0000
0.0002
0.0025
0.0001
0.0001
0.0009
0.0004
0.0044
0.0000
0.0000
0.0002
0.0025
0.0001
0.0002
0.0009
0.0004
0.0044
CHILDRESS
0.0002
0.0012
0.0008
0.0000
0.0000
0.0002
0.0000
0.0000
0.0025
0.0001
0.0012
0.0010
0.0001
0.0000
0.0002
0.0000
0.0001
0.0026
CLAY
0.0003
0.0003
0.0004
0.0001
0.0004
0.0000
0.0003
0.0000
0.0018
0.0000
0.0004
0.0002
0.0004
0.0008
0.0001
0.0005
0.0001
0.0025
COCHRAN
0.0012
0.0015
0.0002
0.0006
0.0006
0.0025
0.0005
0.0001
0.0072
0.0011
0.0014
0.0001
0.0003
0.0012
0.0043
0.0000
0.0005
0.0090
COKE
0.0005
0.0000
0.0003
0.0037
0.0000
0.0008
0.0081
0.0041
0.0174
0.0001
0.0000
0.0001
0.0025
0.0002
0.0011
0.0073
0.0068
0.0182
COLEMAN
0.0010
0.0019
0.0000
0.0004
0.0013
0.0022
0.0001
0.0001
0.0069
0.0005
0.0028
0.0000
0.0005
0.0006
0.0062
0.0025
0.0068
0.0199
COLLIN
0.0006
0.0001
0.0013
0.0003
0.0029
0.0019
0.0099
0.0045
0.0214
0.0150
0.0117
0.0021
0.0010
0.0013
0.0000
0.0011
0.0986
0.1308
COLLINGSWORTH
0.0004
0.0008
0.0003
0.0004
0.0001
0.0000
0.0018
0.0007
0.0046
0.0001
0.0009
0.0005
0.0001
0.0000
0.0001
0.0017
0.0016
0.0050
COLORADO
0.0001
0.0001
0.0006
0.0201
0.0021
0.0023
0.0030
0.0024
0.0308
0.0000
0.0000
0.0003
0.0171
0.0052
0.0121
0.0266
0.0138
0.0752
COMAL
0.0009
0.0009
0.0000
0.0000
0.0000
0.0002
0.0000
0.0001
0.0022
0.0002
0.0014
0.0000
0.0002
0.0002
0.0006
0.0000
0.0009
0.0035
COMANCHE
0.0017
0.0011
0.0004
0.0000
0.0001
0.0007
0.0135
0.0040
0.0214
0.0033
0.0003
0.0000
0.0002
0.0000
0.0001
0.0188
0.0013
0.0241
CONCHO
0.0004
0.0005
0.0000
0.0001
0.0004
0.0005
0.0003
0.0003
0.0024
0.0001
0.0006
0.0000
0.0003
0.0002
0.0006
0.0002
0.0009
0.0029
COOKE
0.0008
0.0021
0.0001
0.0008
0.0000
0.0000
0.0000
0.0000
0.0038
0.0010
0.0014
0.0000
0.0014
0.0001
0.0000
0.0001
0.0004
0.0045
CORYELL
0.0005
0.0000
0.0003
0.0006
0.0007
0.0015
0.0031
0.0019
0.0087
0.0001
0.0001
0.0001
0.0002
0.0002
0.0022
0.0029
0.0037
0.0095
COTTLE
0.0001
0.0009
0.0006
0.0006
0.0005
0.0000
0.0003
0.0001
0.0031
0.0000
0.0006
0.0015
0.0014
0.0003
0.0002
0.0042
0.0064
0.0146
CRANE
0.0015
0.0008
0.0029
0.0002
0.0003
0.0039
0.0091
0.0072
0.0257
0.0005
0.0007
0.0018
0.0000
0.0000
0.0044
0.0074
0.0127
0.0274
CROCKETT
0.0003
0.0001
0.0012
0.0008
0.0005
0.0008
0.0001
0.0000
0.0036
0.0005
0.0000
0.0008
0.0010
0.0006
0.0007
0.0001
0.0000
0.0038
CROSBY
0.0003
0.0001
0.0001
0.0031
0.0012
0.0004
0.0009
0.0008
0.0068
0.0001
0.0001
0.0000
0.0022
0.0019
0.0006
0.0007
0.0018
0.0073
CULBERSON
0.0014
0.0003
0.0077
0.0002
0.0004
0.0020
0.0020
0.0030
0.0170
0.0004
0.0003
0.0059
0.0008
0.0011
0.0024
0.0014
0.0062
0.0185
DALLAM
0.0000
0.0000
0.0001
0.0003
0.0011
0.0002
0.0000
0.0000
0.0018
0.0038
0.0018
0.0001
0.0003
0.0007
0.0009
0.0003
0.0010
0.0088
DALLAS
0.0000
0.0005
0.0016
0.0004
0.0017
0.0002
0.0005
0.0002
0.0051
0.0000
0.0004
0.0015
0.0003
0.0019
0.0001
0.0005
0.0004
0.0051
DAWSON
0.0015
0.0014
0.0003
0.0027
0.0023
0.0000
0.0041
0.0023
0.0145
0.0003
0.0015
0.0000
0.0012
0.0042
0.0002
0.0032
0.0065
0.0171
DEAFSMITH
0.0027
0.0037
0.0009
0.0017
0.0001
0.0036
0.0072
0.0062
0.0263
0.0007
0.0034
0.0001
0.0003
0.0010
0.0047
0.0052
0.0150
0.0306
DELTA
0.0002
0.0002
0.0043
0.0001
0.0015
0.0001
0.0007
0.0000
0.0071
0.0000
0.0000
0.0066
0.0000
0.0007
0.0000
0.0008
0.0001
0.0082
DENTON
0.0003
0.0008
0.0001
0.0000
0.0005
0.0003
0.0001
0.0001
0.0022
0.0001
0.0009
0.0002
0.0002
0.0002
0.0005
0.0000
0.0006
0.0026
DEWITT
0.0022
0.0013
0.0001
0.0172
0.0003
0.0111
0.0035
0.0049
0.0407
0.0025
0.0007
0.0006
0.0142
0.0008
0.0117
0.0025
0.0088
0.0419
DICKENS
0.0002
0.0001
0.0013
0.0043
0.0027
0.0001
0.0034
0.0020
0.0141
0.0000
0.0001
0.0009
0.0033
0.0035
0.0002
0.0029
0.0038
0.0146
DIMMIT
0.0001
0.0001
0.0008
0.0056
0.0019
0.0004
0.0035
0.0011
0.0134
0.0000
0.0002
0.0008
0.0053
0.0021
0.0003
0.0034
0.0013
0.0134
DONLEY
0.0001
0.0002
0.0018
0.0000
0.0000
0.0012
0.0000
0.0001
0.0035
0.0000
0.0002
0.0016
0.0000
0.0001
0.0015
0.0001
0.0003
0.0037
DUVAL
0.0040
0.0017
0.0011
0.0026
0.0005
0.0085
0.0051
0.0054
0.0290
0.0009
0.0028
0.0004
0.0007
0.0000
0.0119
0.0042
0.0135
0.0343
EASTLAND
0.0014
0.0013
0.0002
0.0000
0.0000
0.0010
0.0098
0.0027
0.0164
0.0031
0.0004
0.0000
0.0001
0.0000
0.0010
0.0089
0.0037
0.0173
ECTOR
0.0008
0.0001
0.0014
0.0014
0.0000
0.0026
0.0035
0.0032
0.0129
0.0002
0.0001
0.0009
0.0007
0.0001
0.0031
0.0029
0.0058
0.0138
EDWARDS
0.0000
0.0000
0.0005
0.0029
0.0011
0.0003
0.0005
0.0001
0.0054
0.0000
0.0000
0.0005
0.0031
0.0009
0.0002
0.0005
0.0001
0.0054
ELLIS
0.0005
0.0002
0.0024
0.0018
0.0021
0.0002
0.0009
0.0008
0.0088
0.0000
0.0000
0.0019
0.0010
0.0033
0.0005
0.0008
0.0023
0.0098
219
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
ELPASO
0.0001
0.0066
0.0256
0.0035
0.0023
0.0005
0.0004
0.0003
0.0392
0.0001
0.0002
0.0655
0.0014
0.0016
0.0065
0.0000
0.0006
0.0759
ERATH
0.0003
0.0000
0.0002
0.0000
0.0000
0.0002
0.0047
0.0014
0.0069
0.0009
0.0000
0.0001
0.0000
0.0000
0.0003
0.0042
0.0016
0.0072
FALLS
0.0000
0.0005
0.0005
0.0010
0.0000
0.0005
0.0011
0.0007
0.0043
0.0002
0.0003
0.0003
0.0006
0.0000
0.0004
0.0001
0.0056
0.0075
FANNIN
0.0000
0.0015
0.0022
0.0033
0.0024
0.0006
0.0001
0.0003
0.0105
0.0000
0.0015
0.0020
0.0030
0.0027
0.0008
0.0001
0.0004
0.0106
FAYETTE
0.0012
0.0000
0.0000
0.0175
0.0000
0.0088
0.0072
0.0063
0.0410
0.0004
0.0001
0.0002
0.0115
0.0014
0.0192
0.0198
0.0001
0.0528
FISHER
0.0000
0.0005
0.0000
0.0013
0.0010
0.0001
0.0077
0.0025
0.0131
0.0004
0.0018
0.0003
0.0007
0.0004
0.0007
0.0144
0.0000
0.0186
FLOYD
0.0000
0.0000
0.0002
0.0005
0.0001
0.0002
0.0004
0.0003
0.0019
0.0000
0.0000
0.0003
0.0006
0.0002
0.0005
0.0014
0.0001
0.0030
FOARD
0.0001
0.0009
0.0003
0.0002
0.0010
0.0005
0.0022
0.0010
0.0062
0.0000
0.0008
0.0006
0.0003
0.0012
0.0007
0.0041
0.0000
0.0078
FORTBEND
0.0001
0.0001
0.0004
0.0180
0.0033
0.0000
0.0092
0.0037
0.0348
0.0000
0.0001
0.0004
0.0174
0.0036
0.0000
0.0089
0.0045
0.0349
FRANKLIN
0.0011
0.0005
0.0040
0.0019
0.0013
0.0000
0.0020
0.0003
0.0111
0.0018
0.0001
0.0026
0.0030
0.0019
0.0000
0.0025
0.0000
0.0120
FREESTONE
0.0000
0.0001
0.0005
0.0000
0.0000
0.0002
0.0002
0.0002
0.0013
0.0000
0.0000
0.0005
0.0000
0.0000
0.0003
0.0002
0.0004
0.0014
FRIO
0.0000
0.0000
0.0007
0.0011
0.0002
0.0009
0.0000
0.0000
0.0030
0.0002
0.0001
0.0006
0.0009
0.0001
0.0011
0.0000
0.0001
0.0032
GAINES
0.0014
0.0008
0.0013
0.0022
0.0006
0.0015
0.0047
0.0036
0.0162
0.0003
0.0009
0.0005
0.0008
0.0018
0.0022
0.0036
0.0086
0.0187
GALVESTON
0.0000
0.0002
0.0004
0.0075
0.0000
0.0002
0.0107
0.0038
0.0229
0.0008
0.0002
0.0000
0.0105
0.0002
0.0004
0.0169
0.0001
0.0291
GARZA
0.0006
0.0004
0.0000
0.0046
0.0029
0.0000
0.0009
0.0007
0.0101
0.0002
0.0007
0.0000
0.0040
0.0039
0.0005
0.0029
0.0001
0.0123
GILLESPIE
0.0000
0.0000
0.0002
0.0021
0.0000
0.0001
0.0025
0.0009
0.0058
0.0000
0.0000
0.0002
0.0022
0.0000
0.0000
0.0024
0.0010
0.0058
GLASSCOCK
0.0004
0.0001
0.0008
0.0056
0.0002
0.0030
0.0034
0.0030
0.0165
0.0001
0.0000
0.0006
0.0045
0.0006
0.0036
0.0031
0.0046
0.0171
GOLIAD
0.0031
0.0028
0.0003
0.0172
0.0001
0.0156
0.0076
0.0083
0.0549
0.0031
0.0018
0.0012
0.0130
0.0000
0.0168
0.0058
0.0154
0.0570
GONZALES
0.0009
0.0003
0.0003
0.0151
0.0003
0.0081
0.0020
0.0031
0.0300
0.0002
0.0005
0.0005
0.0122
0.0008
0.0094
0.0017
0.0058
0.0312
GRAY
0.0001
0.0001
0.0016
0.0000
0.0000
0.0006
0.0002
0.0003
0.0029
0.0000
0.0001
0.0013
0.0000
0.0001
0.0008
0.0002
0.0008
0.0032
GRAYSON
0.0006
0.0035
0.0005
0.0032
0.0011
0.0000
0.0004
0.0002
0.0095
0.0010
0.0031
0.0006
0.0031
0.0011
0.0000
0.0004
0.0002
0.0096
GREGG
0.0003
0.0001
0.0020
0.0020
0.0002
0.0000
0.0016
0.0004
0.0066
0.0005
0.0023
0.0057
0.0005
0.0000
0.0001
0.0016
0.0008
0.0115
GRIMES
0.0012
0.0001
0.0003
0.0079
0.0000
0.0052
0.0087
0.0060
0.0295
0.0002
0.0002
0.0001
0.0052
0.0001
0.0066
0.0075
0.0118
0.0318
GUADALUPE
0.0000
0.0001
0.0003
0.0019
0.0000
0.0011
0.0003
0.0000
0.0037
0.0000
0.0001
0.0003
0.0021
0.0000
0.0010
0.0002
0.0000
0.0038
HALE
0.0006
0.0006
0.0000
0.0011
0.0009
0.0001
0.0006
0.0005
0.0043
0.0001
0.0007
0.0000
0.0005
0.0017
0.0002
0.0004
0.0016
0.0051
HALL
0.0000
0.0005
0.0015
0.0001
0.0002
0.0012
0.0005
0.0000
0.0041
0.0000
0.0005
0.0014
0.0001
0.0003
0.0013
0.0005
0.0000
0.0041
HAMILTON
0.0004
0.0000
0.0001
0.0002
0.0012
0.0001
0.0087
0.0033
0.0142
0.0001
0.0001
0.0000
0.0001
0.0007
0.0003
0.0082
0.0052
0.0147
HANSFORD
0.0007
0.0004
0.0013
0.0000
0.0011
0.0004
0.0000
0.0001
0.0040
0.0011
0.0005
0.0016
0.0000
0.0016
0.0018
0.0015
0.0041
0.0121
HARDEMAN
0.0001
0.0009
0.0002
0.0000
0.0011
0.0005
0.0009
0.0005
0.0043
0.0000
0.0010
0.0003
0.0001
0.0014
0.0004
0.0010
0.0002
0.0045
HARDIN
0.0006
0.0006
0.0014
0.0037
0.0000
0.0011
0.0000
0.0000
0.0074
0.0001
0.0008
0.0010
0.0055
0.0004
0.0006
0.0000
0.0004
0.0087
HARRIS
0.0000
0.0003
0.0002
0.0132
0.0007
0.0036
0.0010
0.0013
0.0203
0.0001
0.0001
0.0001
0.0131
0.0009
0.0048
0.0024
0.0001
0.0216
HARRISON
0.0012
0.0009
0.0026
0.0027
0.0006
0.0000
0.0033
0.0007
0.0120
0.0007
0.0019
0.0044
0.0013
0.0001
0.0000
0.0036
0.0012
0.0131
HARTLEY
0.0041
0.0046
0.0043
0.0017
0.0000
0.0107
0.0142
0.0138
0.0533
0.0013
0.0040
0.0018
0.0002
0.0006
0.0121
0.0099
0.0300
0.0598
HASKELL
0.0000
0.0000
0.0001
0.0003
0.0006
0.0003
0.0036
0.0015
0.0066
0.0000
0.0000
0.0000
0.0002
0.0005
0.0004
0.0034
0.0021
0.0066
HAYS
0.0011
0.0012
0.0004
0.0013
0.0000
0.0000
0.0001
0.0000
0.0041
0.0002
0.0017
0.0002
0.0026
0.0002
0.0000
0.0001
0.0005
0.0057
HEMPHILL
0.0002
0.0003
0.0003
0.0014
0.0002
0.0009
0.0016
0.0010
0.0060
0.0001
0.0004
0.0004
0.0010
0.0000
0.0012
0.0015
0.0017
0.0062
HENDERSON
0.0003
0.0002
0.0039
0.0002
0.0000
0.0005
0.0005
0.0005
0.0061
0.0010
0.0006
0.0030
0.0002
0.0000
0.0004
0.0004
0.0007
0.0064
220
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
HIDALGO
0.0007
0.0003
0.0000
0.0025
0.0003
0.0012
0.0009
0.0010
0.0069
0.0000
0.0013
0.0001
0.0016
0.0010
0.0029
0.0022
0.0004
0.0094
HILL
0.0005
0.0002
0.0005
0.0001
0.0010
0.0000
0.0001
0.0001
0.0024
0.0011
0.0000
0.0002
0.0001
0.0011
0.0000
0.0000
0.0002
0.0028
HOCKLEY
0.0021
0.0025
0.0005
0.0028
0.0014
0.0025
0.0012
0.0019
0.0148
0.0005
0.0026
0.0000
0.0010
0.0033
0.0035
0.0005
0.0072
0.0187
HOOD
0.0000
0.0000
0.0000
0.0006
0.0000
0.0000
0.0010
0.0004
0.0020
0.0000
0.0000
0.0000
0.0006
0.0000
0.0000
0.0010
0.0004
0.0020
HOPKINS
0.0002
0.0002
0.0046
0.0010
0.0007
0.0001
0.0010
0.0001
0.0078
0.0001
0.0000
0.0060
0.0007
0.0004
0.0000
0.0021
0.0001
0.0093
HOUSTON
0.0000
0.0004
0.0000
0.0046
0.0000
0.0019
0.0008
0.0008
0.0085
0.0000
0.0003
0.0000
0.0048
0.0000
0.0018
0.0008
0.0008
0.0085
HOWARD
0.0003
0.0000
0.0000
0.0059
0.0024
0.0005
0.0007
0.0007
0.0105
0.0000
0.0003
0.0002
0.0057
0.0033
0.0020
0.0045
0.0014
0.0173
HUDSPETH
0.0002
0.0004
0.0006
0.0019
0.0045
0.0038
0.0004
0.0009
0.0127
0.0001
0.0003
0.0004
0.0023
0.0040
0.0038
0.0002
0.0018
0.0129
HUNT
0.0000
0.0016
0.0046
0.0002
0.0005
0.0005
0.0002
0.0004
0.0079
0.0000
0.0015
0.0043
0.0001
0.0007
0.0006
0.0002
0.0007
0.0081
HUTCHINSON
0.0003
0.0000
0.0010
0.0001
0.0006
0.0002
0.0001
0.0002
0.0025
0.0003
0.0001
0.0012
0.0001
0.0011
0.0012
0.0025
0.0025
0.0090
IRION
0.0002
0.0002
0.0003
0.0018
0.0002
0.0000
0.0000
0.0000
0.0028
0.0000
0.0003
0.0002
0.0023
0.0001
0.0000
0.0000
0.0000
0.0030
JACK
0.0005
0.0012
0.0001
0.0004
0.0009
0.0002
0.0008
0.0002
0.0044
0.0069
0.0007
0.0025
0.0062
0.0074
0.0015
0.0003
0.0027
0.0283
JACKSON
0.0002
0.0001
0.0001
0.0023
0.0000
0.0000
0.0055
0.0020
0.0101
0.0002
0.0004
0.0003
0.0003
0.0018
0.0041
0.0217
0.0017
0.0304
JASPER
0.0013
0.0009
0.0025
0.0046
0.0000
0.0018
0.0007
0.0001
0.0118
0.0000
0.0038
0.0051
0.0034
0.0000
0.0016
0.0010
0.0000
0.0149
JEFFDAVIS
0.0038
0.0065
0.0023
0.0007
0.0008
0.0000
0.0045
0.0034
0.0221
0.0008
0.0081
0.0016
0.0016
0.0018
0.0001
0.0034
0.0075
0.0250
JEFFERSON
0.0000
0.0000
0.0001
0.0000
0.0001
0.0001
0.0007
0.0001
0.0011
0.0020
0.0039
0.0019
0.0022
0.0016
0.0002
0.0041
0.0074
0.0232
JIMHOGG
0.0060
0.0037
0.0016
0.0012
0.0001
0.0013
0.0093
0.0059
0.0291
0.0050
0.0030
0.0005
0.0002
0.0010
0.0021
0.0078
0.0120
0.0317
JIMWELLS
0.0000
0.0000
0.0003
0.0035
0.0002
0.0057
0.0001
0.0002
0.0100
0.0004
0.0007
0.0000
0.0025
0.0006
0.0330
0.0343
0.0883
0.1597
JOHNSON
0.0002
0.0004
0.0001
0.0005
0.0008
0.0007
0.0003
0.0002
0.0032
0.0000
0.0004
0.0001
0.0008
0.0013
0.0005
0.0003
0.0000
0.0035
JONES
0.0000
0.0000
0.0000
0.0000
0.0022
0.0001
0.0058
0.0019
0.0100
0.0000
0.0000
0.0000
0.0000
0.0021
0.0001
0.0056
0.0022
0.0101
KARNES
0.0003
0.0004
0.0003
0.0028
0.0001
0.0028
0.0004
0.0000
0.0071
0.0201
0.0022
0.0006
0.0062
0.0003
0.0024
0.0010
0.0167
0.0494
KAUFMAN
0.0000
0.0001
0.0003
0.0009
0.0001
0.0005
0.0004
0.0004
0.0027
0.0000
0.0002
0.0000
0.0000
0.0012
0.0026
0.0023
0.0000
0.0064
KENDALL
0.0004
0.0003
0.0004
0.0005
0.0000
0.0004
0.0009
0.0001
0.0030
0.0001
0.0004
0.0002
0.0011
0.0001
0.0008
0.0010
0.0000
0.0037
KENEDY
0.0000
0.0002
0.0011
0.0062
0.0010
0.0058
0.0006
0.0010
0.0159
0.0011
0.0001
0.0003
0.0067
0.0007
0.0091
0.0034
0.0004
0.0218
KENT
0.0004
0.0000
0.0002
0.0068
0.0025
0.0001
0.0054
0.0026
0.0182
0.0001
0.0000
0.0001
0.0053
0.0036
0.0002
0.0049
0.0049
0.0190
KERR
0.0000
0.0000
0.0001
0.0003
0.0007
0.0001
0.0000
0.0000
0.0013
0.0012
0.0015
0.0002
0.0007
0.0004
0.0001
0.0000
0.0001
0.0042
KIMBLE
0.0000
0.0000
0.0005
0.0003
0.0000
0.0000
0.0000
0.0000
0.0008
0.0018
0.0008
0.0000
0.0005
0.0000
0.0001
0.0000
0.0008
0.0041
KING
0.0001
0.0006
0.0013
0.0044
0.0014
0.0000
0.0081
0.0034
0.0192
0.0000
0.0005
0.0011
0.0039
0.0017
0.0000
0.0074
0.0048
0.0194
KINNEY
0.0001
0.0001
0.0000
0.0014
0.0009
0.0002
0.0000
0.0000
0.0028
0.0000
0.0002
0.0000
0.0008
0.0016
0.0004
0.0000
0.0003
0.0034
KLEBERG
0.0003
0.0001
0.0005
0.0139
0.0010
0.0083
0.0077
0.0057
0.0376
0.0001
0.0000
0.0005
0.0131
0.0007
0.0089
0.0076
0.0069
0.0378
KNOX
0.0001
0.0001
0.0004
0.0006
0.0004
0.0009
0.0032
0.0017
0.0075
0.0000
0.0001
0.0003
0.0004
0.0003
0.0011
0.0030
0.0025
0.0076
LAMAR
0.0002
0.0002
0.0030
0.0000
0.0001
0.0016
0.0001
0.0001
0.0052
0.0000
0.0001
0.0024
0.0001
0.0003
0.0021
0.0002
0.0006
0.0059
LAMB
0.0017
0.0024
0.0001
0.0031
0.0016
0.0015
0.0011
0.0016
0.0130
0.0004
0.0025
0.0000
0.0013
0.0033
0.0022
0.0006
0.0054
0.0158
LAMPASAS
0.0009
0.0001
0.0004
0.0010
0.0011
0.0007
0.0151
0.0064
0.0258
0.0002
0.0002
0.0002
0.0004
0.0004
0.0010
0.0137
0.0110
0.0272
LASALLE
0.0005
0.0004
0.0002
0.0017
0.0010
0.0049
0.0006
0.0012
0.0104
0.0001
0.0005
0.0003
0.0011
0.0005
0.0055
0.0005
0.0023
0.0109
LAVACA
0.0014
0.0003
0.0003
0.0275
0.0018
0.0056
0.0096
0.0071
0.0536
0.0003
0.0014
0.0000
0.0324
0.0009
0.0047
0.0096
0.0059
0.0552
LEE
0.0007
0.0000
0.0000
0.0074
0.0002
0.0060
0.0044
0.0038
0.0225
0.0001
0.0000
0.0000
0.0056
0.0000
0.0071
0.0039
0.0068
0.0236
221
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
LEON
0.0001
0.0000
0.0001
0.0013
0.0000
0.0004
0.0013
0.0008
0.0040
0.0000
0.0000
0.0000
0.0009
0.0001
0.0005
0.0012
0.0014
0.0042
LIBERTY
0.0004
0.0003
0.0011
0.0045
0.0001
0.0045
0.0040
0.0004
0.0152
0.0001
0.0004
0.0009
0.0058
0.0000
0.0037
0.0037
0.0013
0.0158
LIMESTONE
0.0001
0.0000
0.0003
0.0002
0.0001
0.0001
0.0002
0.0002
0.0012
0.0000
0.0000
0.0002
0.0001
0.0004
0.0002
0.0002
0.0006
0.0017
LIPSCOMB
0.0000
0.0000
0.0005
0.0014
0.0000
0.0007
0.0000
0.0001
0.0028
0.0000
0.0000
0.0005
0.0015
0.0001
0.0007
0.0000
0.0001
0.0028
LIVEOAK
0.0018
0.0010
0.0000
0.0060
0.0018
0.0157
0.0041
0.0057
0.0362
0.0003
0.0011
0.0004
0.0018
0.0000
0.0245
0.0064
0.0071
0.0415
LLANO
0.0006
0.0000
0.0015
0.0019
0.0012
0.0001
0.0052
0.0028
0.0134
0.0001
0.0001
0.0009
0.0010
0.0021
0.0003
0.0044
0.0058
0.0146
LOVING
0.0015
0.0007
0.0039
0.0018
0.0022
0.0016
0.0053
0.0048
0.0218
0.0004
0.0006
0.0023
0.0006
0.0039
0.0021
0.0038
0.0106
0.0243
LUBBOCK
0.0013
0.0014
0.0002
0.0023
0.0023
0.0006
0.0002
0.0006
0.0089
0.0003
0.0017
0.0000
0.0010
0.0042
0.0011
0.0001
0.0028
0.0111
LYNN
0.0019
0.0022
0.0002
0.0032
0.0029
0.0002
0.0026
0.0018
0.0150
0.0023
0.0013
0.0000
0.0017
0.0044
0.0003
0.0018
0.0048
0.0165
MADISON
0.0005
0.0000
0.0003
0.0030
0.0000
0.0017
0.0040
0.0026
0.0121
0.0001
0.0001
0.0001
0.0018
0.0001
0.0023
0.0036
0.0050
0.0131
MARION
0.0003
0.0001
0.0018
0.0025
0.0003
0.0000
0.0038
0.0010
0.0098
0.0003
0.0020
0.0050
0.0007
0.0000
0.0002
0.0063
0.0001
0.0147
MARTIN
0.0012
0.0003
0.0011
0.0025
0.0006
0.0011
0.0042
0.0030
0.0140
0.0002
0.0005
0.0006
0.0012
0.0015
0.0017
0.0033
0.0070
0.0160
MASON
0.0008
0.0000
0.0026
0.0030
0.0006
0.0027
0.0031
0.0031
0.0160
0.0001
0.0000
0.0018
0.0017
0.0014
0.0034
0.0024
0.0066
0.0174
MATAGORDA
0.0001
0.0008
0.0050
0.0059
0.0001
0.0124
0.0486
0.0092
0.0822
0.0000
0.0004
0.0100
0.0009
0.0043
0.0019
0.0880
0.0002
0.1057
MAVERICK
0.0004
0.0005
0.0000
0.0033
0.0056
0.0009
0.0010
0.0003
0.0121
0.0001
0.0006
0.0001
0.0025
0.0068
0.0007
0.0009
0.0009
0.0126
MCCULLOCH
0.0020
0.0012
0.0019
0.0012
0.0000
0.0066
0.0021
0.0033
0.0184
0.0004
0.0013
0.0008
0.0002
0.0004
0.0082
0.0013
0.0095
0.0221
MCLENNAN
0.0004
0.0001
0.0002
0.0000
0.0000
0.0002
0.0002
0.0002
0.0012
0.0001
0.0003
0.0001
0.0000
0.0001
0.0004
0.0002
0.0007
0.0018
MCMULLEN
0.0013
0.0008
0.0000
0.0025
0.0020
0.0144
0.0002
0.0018
0.0230
0.0003
0.0010
0.0000
0.0013
0.0009
0.0163
0.0001
0.0047
0.0246
MEDINA
0.0002
0.0000
0.0005
0.0001
0.0003
0.0007
0.0011
0.0008
0.0035
0.0000
0.0000
0.0003
0.0000
0.0001
0.0009
0.0011
0.0013
0.0038
MENARD
0.0002
0.0001
0.0003
0.0001
0.0000
0.0023
0.0012
0.0000
0.0041
0.0000
0.0001
0.0001
0.0000
0.0001
0.0027
0.0013
0.0000
0.0045
MIDLAND
0.0004
0.0000
0.0003
0.0016
0.0001
0.0020
0.0028
0.0022
0.0094
0.0001
0.0000
0.0002
0.0011
0.0000
0.0023
0.0025
0.0036
0.0098
MILAM
0.0002
0.0001
0.0002
0.0031
0.0000
0.0023
0.0008
0.0010
0.0076
0.0003
0.0002
0.0001
0.0028
0.0000
0.0023
0.0007
0.0011
0.0076
MILLS
0.0029
0.0016
0.0010
0.0009
0.0006
0.0010
0.0170
0.0080
0.0330
0.0037
0.0007
0.0002
0.0002
0.0001
0.0013
0.0143
0.0143
0.0349
MITCHELL
0.0008
0.0000
0.0006
0.0097
0.0031
0.0001
0.0090
0.0044
0.0277
0.0001
0.0000
0.0003
0.0073
0.0047
0.0004
0.0080
0.0083
0.0292
MONTAGUE
0.0010
0.0011
0.0011
0.0001
0.0010
0.0000
0.0002
0.0002
0.0048
0.0017
0.0003
0.0002
0.0007
0.0022
0.0000
0.0001
0.0018
0.0070
MONTGOMERY
0.0001
0.0000
0.0001
0.0105
0.0008
0.0061
0.0001
0.0003
0.0180
0.0000
0.0000
0.0001
0.0095
0.0011
0.0065
0.0002
0.0009
0.0183
MOORE
0.0020
0.0015
0.0021
0.0015
0.0013
0.0012
0.0056
0.0045
0.0197
0.0005
0.0015
0.0009
0.0004
0.0029
0.0018
0.0042
0.0105
0.0227
MORRIS
0.0003
0.0002
0.0020
0.0020
0.0009
0.0000
0.0044
0.0011
0.0109
0.0008
0.0027
0.0053
0.0005
0.0000
0.0014
0.0161
0.0038
0.0306
MOTLEY
0.0000
0.0005
0.0016
0.0016
0.0011
0.0002
0.0010
0.0008
0.0069
0.0000
0.0005
0.0014
0.0014
0.0014
0.0003
0.0009
0.0011
0.0069
NACOGDOCHES
0.0001
0.0003
0.0002
0.0026
0.0002
0.0006
0.0000
0.0000
0.0040
0.0000
0.0013
0.0013
0.0009
0.0010
0.0013
0.0000
0.0005
0.0062
NAVARRO
0.0004
0.0015
0.0047
0.0032
0.0002
0.0028
0.0037
0.0031
0.0196
0.0002
0.0002
0.0066
0.0035
0.0002
0.0030
0.0035
0.0043
0.0215
NEWTON
0.0016
0.0013
0.0038
0.0040
0.0028
0.0020
0.0008
0.0004
0.0169
0.0000
0.0052
0.0078
0.0022
0.0017
0.0025
0.0009
0.0005
0.0208
NOLAN
0.0000
0.0001
0.0000
0.0009
0.0011
0.0001
0.0093
0.0032
0.0147
0.0000
0.0001
0.0000
0.0008
0.0009
0.0001
0.0092
0.0036
0.0148
NUECES
0.0003
0.0001
0.0007
0.0198
0.0008
0.0086
0.0137
0.0085
0.0525
0.0001
0.0000
0.0008
0.0182
0.0005
0.0093
0.0130
0.0109
0.0529
OCHILTREE
0.0001
0.0000
0.0008
0.0001
0.0002
0.0001
0.0002
0.0001
0.0016
0.0000
0.0000
0.0006
0.0003
0.0004
0.0000
0.0001
0.0004
0.0019
OLDHAM
0.0039
0.0049
0.0023
0.0020
0.0000
0.0077
0.0115
0.0106
0.0429
0.0011
0.0044
0.0006
0.0003
0.0008
0.0093
0.0080
0.0246
0.0492
ORANGE
0.0004
0.0001
0.0025
0.0007
0.0027
0.0002
0.0075
0.0015
0.0157
0.0000
0.0011
0.0047
0.0001
0.0017
0.0001
0.0078
0.0019
0.0174
222
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
PALOPINTO
0.0006
0.0007
0.0001
0.0000
0.0004
0.0002
0.0009
0.0003
0.0032
0.0033
0.0000
0.0000
0.0000
0.0002
0.0004
0.0007
0.0003
0.0050
PANOLA
0.0005
0.0003
0.0018
0.0023
0.0001
0.0000
0.0017
0.0004
0.0070
0.0000
0.0015
0.0037
0.0012
0.0000
0.0000
0.0017
0.0007
0.0088
PARKER
0.0004
0.0005
0.0000
0.0002
0.0000
0.0003
0.0003
0.0002
0.0018
0.0001
0.0006
0.0000
0.0000
0.0001
0.0004
0.0002
0.0010
0.0024
PARMER
0.0026
0.0039
0.0005
0.0018
0.0001
0.0037
0.0060
0.0054
0.0241
0.0007
0.0037
0.0000
0.0004
0.0009
0.0047
0.0041
0.0137
0.0283
PECOS
0.0042
0.0080
0.0048
0.0004
0.0012
0.0030
0.0222
0.0167
0.0606
0.0068
0.0006
0.0002
0.0027
0.0087
0.0055
0.0128
0.0565
0.0937
POLK
0.0018
0.0008
0.0017
0.0039
0.0013
0.0031
0.0138
0.0030
0.0293
0.0000
0.0042
0.0049
0.0019
0.0023
0.0036
0.0145
0.0021
0.0337
POTTER
0.0018
0.0012
0.0019
0.0014
0.0005
0.0011
0.0074
0.0050
0.0202
0.0004
0.0012
0.0008
0.0003
0.0016
0.0016
0.0058
0.0112
0.0230
PRESIDIO
0.0051
0.0125
0.0004
0.0007
0.0000
0.0008
0.0069
0.0062
0.0326
0.0101
0.0032
0.0025
0.0093
0.0048
0.0066
0.0138
0.0046
0.0548
RAINS
0.0001
0.0006
0.0046
0.0007
0.0000
0.0001
0.0000
0.0001
0.0062
0.0000
0.0005
0.0042
0.0011
0.0001
0.0002
0.0000
0.0004
0.0065
RANDALL
0.0018
0.0012
0.0012
0.0016
0.0002
0.0011
0.0075
0.0048
0.0195
0.0004
0.0013
0.0004
0.0004
0.0011
0.0018
0.0060
0.0109
0.0223
REAGAN
0.0001
0.0004
0.0002
0.0019
0.0000
0.0001
0.0004
0.0002
0.0033
0.0000
0.0004
0.0001
0.0024
0.0000
0.0001
0.0005
0.0000
0.0035
REAL
0.0005
0.0000
0.0003
0.0041
0.0033
0.0002
0.0004
0.0005
0.0091
0.0001
0.0001
0.0002
0.0029
0.0045
0.0004
0.0002
0.0016
0.0100
REDRIVER
0.0002
0.0000
0.0024
0.0021
0.0001
0.0009
0.0016
0.0002
0.0075
0.0000
0.0000
0.0019
0.0031
0.0000
0.0014
0.0017
0.0000
0.0082
REEVES
0.0044
0.0069
0.0077
0.0022
0.0028
0.0021
0.0405
0.0249
0.0916
0.0042
0.0009
0.0001
0.0010
0.0153
0.0082
0.0412
0.0464
0.1174
REFUGIO
0.0025
0.0024
0.0012
0.0171
0.0009
0.0061
0.0250
0.0129
0.0682
0.0006
0.0028
0.0025
0.0116
0.0000
0.0082
0.0219
0.0250
0.0725
ROBERTS
0.0001
0.0000
0.0012
0.0000
0.0000
0.0002
0.0004
0.0003
0.0022
0.0000
0.0000
0.0009
0.0001
0.0001
0.0002
0.0003
0.0008
0.0025
ROBERTSON
0.0002
0.0000
0.0004
0.0015
0.0000
0.0019
0.0011
0.0011
0.0063
0.0000
0.0000
0.0003
0.0009
0.0000
0.0024
0.0010
0.0021
0.0068
ROCKWALL
0.0000
0.0017
0.0042
0.0009
0.0009
0.0001
0.0021
0.0012
0.0112
0.0010
0.0005
0.0040
0.0003
0.0022
0.0005
0.0021
0.0031
0.0138
RUNNELS
0.0012
0.0017
0.0000
0.0000
0.0029
0.0020
0.0051
0.0029
0.0157
0.0003
0.0018
0.0001
0.0002
0.0015
0.0027
0.0040
0.0071
0.0178
RUSK
0.0001
0.0000
0.0015
0.0020
0.0001
0.0000
0.0016
0.0004
0.0058
0.0000
0.0002
0.0023
0.0014
0.0000
0.0000
0.0017
0.0005
0.0062
SABINE
0.0020
0.0019
0.0023
0.0043
0.0003
0.0018
0.0002
0.0000
0.0128
0.0000
0.0058
0.0047
0.0030
0.0001
0.0020
0.0001
0.0000
0.0158
SANAUGUSTINE
0.0013
0.0011
0.0012
0.0030
0.0002
0.0004
0.0009
0.0002
0.0084
0.0000
0.0043
0.0037
0.0014
0.0008
0.0006
0.0010
0.0000
0.0119
SANJACINTO
0.0012
0.0004
0.0019
0.0043
0.0010
0.0043
0.0137
0.0027
0.0295
0.0002
0.0008
0.0015
0.0065
0.0002
0.0029
0.0132
0.0058
0.0312
SANPATRICIO
0.0018
0.0004
0.0001
0.0235
0.0010
0.0098
0.0335
0.0179
0.0882
0.0004
0.0005
0.0007
0.0176
0.0002
0.0118
0.0295
0.0313
0.0919
SANSABA
0.0027
0.0011
0.0038
0.0041
0.0003
0.0053
0.0117
0.0090
0.0382
0.0018
0.0001
0.0001
0.0000
0.0088
0.0222
0.0314
0.0018
0.0661
SCHLEICHER
0.0008
0.0001
0.0015
0.0002
0.0000
0.0001
0.0029
0.0011
0.0068
0.0002
0.0002
0.0013
0.0007
0.0002
0.0000
0.0028
0.0022
0.0075
SCURRY
0.0004
0.0000
0.0000
0.0067
0.0012
0.0000
0.0069
0.0029
0.0181
0.0001
0.0000
0.0000
0.0054
0.0019
0.0001
0.0062
0.0051
0.0188
SHACKELFORD
0.0009
0.0011
0.0000
0.0000
0.0010
0.0000
0.0088
0.0030
0.0148
0.0002
0.0014
0.0001
0.0001
0.0003
0.0000
0.0081
0.0058
0.0160
SHELBY
0.0009
0.0010
0.0009
0.0025
0.0000
0.0000
0.0006
0.0001
0.0061
0.0000
0.0041
0.0026
0.0015
0.0000
0.0000
0.0006
0.0001
0.0090
SHERMAN
0.0024
0.0018
0.0040
0.0013
0.0011
0.0028
0.0076
0.0067
0.0276
0.0006
0.0016
0.0020
0.0002
0.0026
0.0036
0.0054
0.0152
0.0314
SMITH
0.0000
0.0001
0.0022
0.0017
0.0000
0.0000
0.0006
0.0001
0.0048
0.0003
0.0001
0.0041
0.0009
0.0000
0.0000
0.0006
0.0002
0.0063
SOMERVELL
0.0000
0.0002
0.0000
0.0006
0.0001
0.0000
0.0022
0.0007
0.0038
0.0000
0.0002
0.0000
0.0007
0.0001
0.0000
0.0023
0.0005
0.0039
STARR
0.0042
0.0024
0.0010
0.0021
0.0010
0.0000
0.0119
0.0059
0.0285
0.0011
0.0038
0.0005
0.0005
0.0030
0.0004
0.0107
0.0127
0.0327
STEPHENS
0.0006
0.0008
0.0000
0.0001
0.0000
0.0005
0.0056
0.0016
0.0091
0.0001
0.0009
0.0000
0.0000
0.0001
0.0002
0.0050
0.0034
0.0099
STERLING
0.0007
0.0001
0.0010
0.0107
0.0011
0.0038
0.0052
0.0044
0.0269
0.0001
0.0000
0.0007
0.0087
0.0019
0.0044
0.0044
0.0076
0.0279
STONEWALL
0.0001
0.0003
0.0005
0.0024
0.0001
0.0000
0.0075
0.0029
0.0137
0.0000
0.0002
0.0004
0.0020
0.0002
0.0000
0.0072
0.0038
0.0138
SUTTON
0.0006
0.0004
0.0017
0.0024
0.0006
0.0021
0.0000
0.0000
0.0079
0.0001
0.0006
0.0013
0.0038
0.0015
0.0013
0.0000
0.0001
0.0088
223
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
2-‐YEAR
OLS
-‐
SSE
-‐
2-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
SWISHER
0.0006
0.0003
0.0003
0.0008
0.0000
0.0004
0.0045
0.0024
0.0093
0.0002
0.0004
0.0001
0.0003
0.0001
0.0006
0.0039
0.0046
0.0102
TARRANT
0.0000
0.0000
0.0003
0.0002
0.0010
0.0006
0.0001
0.0001
0.0025
0.0002
0.0000
0.0002
0.0002
0.0011
0.0006
0.0002
0.0001
0.0026
TAYLOR
0.0007
0.0007
0.0001
0.0000
0.0042
0.0008
0.0077
0.0031
0.0173
0.0002
0.0009
0.0002
0.0001
0.0029
0.0012
0.0069
0.0059
0.0182
TERRELL
0.0011
0.0018
0.0005
0.0004
0.0000
0.0001
0.0010
0.0008
0.0057
0.0003
0.0019
0.0002
0.0010
0.0002
0.0002
0.0006
0.0025
0.0069
TERRY
0.0024
0.0025
0.0010
0.0027
0.0016
0.0021
0.0030
0.0031
0.0183
0.0005
0.0025
0.0002
0.0008
0.0037
0.0031
0.0018
0.0101
0.0228
THROCKMORTON
0.0004
0.0005
0.0001
0.0002
0.0009
0.0003
0.0038
0.0016
0.0078
0.0001
0.0006
0.0002
0.0000
0.0005
0.0005
0.0033
0.0031
0.0083
TITUS
0.0003
0.0001
0.0022
0.0022
0.0011
0.0000
0.0040
0.0011
0.0110
0.0002
0.0014
0.0044
0.0013
0.0007
0.0000
0.0038
0.0014
0.0132
TOMGREEN
0.0001
0.0001
0.0000
0.0002
0.0001
0.0002
0.0010
0.0005
0.0023
0.0000
0.0001
0.0000
0.0001
0.0001
0.0002
0.0010
0.0009
0.0024
TRAVIS
0.0003
0.0003
0.0004
0.0017
0.0001
0.0002
0.0000
0.0000
0.0031
0.0001
0.0005
0.0002
0.0025
0.0000
0.0001
0.0000
0.0002
0.0035
TRINITY
0.0005
0.0007
0.0011
0.0059
0.0000
0.0059
0.0018
0.0000
0.0159
0.0000
0.0011
0.0005
0.0098
0.0008
0.0030
0.0026
0.0004
0.0182
TYLER
0.0013
0.0010
0.0016
0.0059
0.0007
0.0024
0.0041
0.0006
0.0177
0.0000
0.0037
0.0039
0.0039
0.0013
0.0028
0.0042
0.0005
0.0203
UPSHUR
0.0001
0.0000
0.0019
0.0027
0.0001
0.0000
0.0022
0.0006
0.0077
0.0003
0.0013
0.0052
0.0007
0.0002
0.0006
0.0047
0.0000
0.0129
UPTON
0.0000
0.0000
0.0000
0.0000
0.0013
0.0012
0.0004
0.0004
0.0034
0.0000
0.0000
0.0000
0.0000
0.0014
0.0012
0.0004
0.0004
0.0034
UVALDE
0.0000
0.0000
0.0001
0.0022
0.0018
0.0006
0.0015
0.0004
0.0065
0.0000
0.0000
0.0001
0.0020
0.0020
0.0005
0.0014
0.0006
0.0065
VALVERDE
0.0001
0.0003
0.0005
0.0001
0.0014
0.0017
0.0000
0.0002
0.0044
0.0000
0.0003
0.0005
0.0001
0.0012
0.0019
0.0000
0.0003
0.0044
VANZANDT
0.0001
0.0010
0.0053
0.0002
0.0000
0.0004
0.0002
0.0003
0.0075
0.0000
0.0008
0.0048
0.0004
0.0002
0.0006
0.0002
0.0008
0.0078
VICTORIA
0.0016
0.0026
0.0027
0.0151
0.0006
0.0017
0.0060
0.0035
0.0339
0.0004
0.0033
0.0037
0.0115
0.0017
0.0025
0.0051
0.0079
0.0360
WALKER
0.0000
0.0002
0.0001
0.0098
0.0000
0.0068
0.0001
0.0008
0.0179
0.0000
0.0002
0.0001
0.0093
0.0001
0.0071
0.0001
0.0011
0.0179
WALLER
0.0010
0.0000
0.0002
0.0161
0.0000
0.0067
0.0154
0.0097
0.0491
0.0002
0.0000
0.0000
0.0126
0.0002
0.0080
0.0137
0.0163
0.0510
WARD
0.0031
0.0035
0.0056
0.0007
0.0003
0.0032
0.0219
0.0152
0.0536
0.0007
0.0025
0.0020
0.0000
0.0022
0.0046
0.0174
0.0315
0.0610
WASHINGTON
0.0017
0.0001
0.0003
0.0115
0.0003
0.0085
0.0133
0.0092
0.0448
0.0003
0.0002
0.0001
0.0080
0.0000
0.0105
0.0116
0.0170
0.0476
WEBB
0.0027
0.0027
0.0000
0.0040
0.0006
0.0027
0.0015
0.0020
0.0163
0.0007
0.0035
0.0001
0.0018
0.0021
0.0041
0.0011
0.0059
0.0193
WHARTON
0.0003
0.0001
0.0014
0.0177
0.0046
0.0002
0.0087
0.0030
0.0360
0.0000
0.0002
0.0018
0.0140
0.0076
0.0002
0.0164
0.0002
0.0405
WHEELER
0.0004
0.0006
0.0003
0.0010
0.0003
0.0004
0.0029
0.0014
0.0073
0.0001
0.0007
0.0005
0.0006
0.0001
0.0007
0.0027
0.0025
0.0078
WICHITA
0.0001
0.0000
0.0000
0.0004
0.0001
0.0003
0.0028
0.0007
0.0043
0.0000
0.0000
0.0000
0.0002
0.0002
0.0002
0.0027
0.0011
0.0045
WILBARGER
0.0001
0.0005
0.0001
0.0001
0.0012
0.0010
0.0000
0.0000
0.0029
0.0000
0.0005
0.0002
0.0000
0.0015
0.0008
0.0000
0.0001
0.0031
WILLACY
0.0009
0.0002
0.0002
0.0061
0.0008
0.0092
0.0012
0.0023
0.0209
0.0002
0.0004
0.0003
0.0047
0.0003
0.0107
0.0011
0.0039
0.0216
WILLIAMSON
0.0001
0.0000
0.0000
0.0023
0.0003
0.0010
0.0000
0.0002
0.0040
0.0000
0.0000
0.0000
0.0018
0.0006
0.0012
0.0000
0.0005
0.0042
WILSON
0.0003
0.0003
0.0003
0.0028
0.0003
0.0057
0.0000
0.0004
0.0100
0.0001
0.0004
0.0004
0.0022
0.0001
0.0062
0.0000
0.0011
0.0104
WINKLER
0.0014
0.0007
0.0022
0.0015
0.0004
0.0027
0.0046
0.0044
0.0179
0.0004
0.0007
0.0012
0.0006
0.0012
0.0033
0.0034
0.0091
0.0199
WISE
0.0009
0.0012
0.0001
0.0001
0.0003
0.0001
0.0007
0.0005
0.0040
0.0012
0.0007
0.0000
0.0000
0.0007
0.0001
0.0004
0.0017
0.0048
WOOD
0.0000
0.0002
0.0031
0.0015
0.0001
0.0000
0.0009
0.0002
0.0060
0.0000
0.0001
0.0028
0.0020
0.0003
0.0001
0.0009
0.0000
0.0062
YOAKUM
0.0017
0.0012
0.0019
0.0025
0.0005
0.0039
0.0041
0.0043
0.0202
0.0004
0.0011
0.0008
0.0009
0.0017
0.0049
0.0027
0.0113
0.0238
YOUNG
0.0005
0.0006
0.0001
0.0000
0.0000
0.0000
0.0009
0.0005
0.0026
0.0001
0.0007
0.0000
0.0001
0.0002
0.0001
0.0008
0.0016
0.0035
ZAPATA
0.0064
0.0073
0.0002
0.0012
0.0001
0.0005
0.0129
0.0070
0.0356
0.0061
0.0042
0.0006
0.0003
0.0039
0.0045
0.0208
0.0058
0.0463
ZAVALA
0.0000
0.0000
0.0008
0.0029
0.0012
0.0005
0.0010
0.0002
0.0066
0.0000
0.0000
0.0007
0.0032
0.0010
0.0005
0.0011
0.0001
0.0067
224
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
100-‐YEAR
OLS
-‐
SSE
-‐
100-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
CASS
0.0131
0.0237
0.0109
0.0787
0.0064
0.0000
0.0084
0.0021
0.1433
0.0013
0.0397
0.0130
0.0860
0.0040
0.0000
0.0142
0.0018
0.1602
CASTRO
0.0009
0.0024
0.0046
0.0282
0.0078
0.0021
0.0202
0.0124
0.0785
0.0043
0.0042
0.0377
0.0907
0.0023
0.0090
0.0000
0.0671
0.2154
CHAMBERS
0.3134
0.0164
0.0069
0.0574
0.1515
0.0511
0.1735
0.0631
0.8332
0.0001
0.2311
0.2835
0.1300
0.1058
0.1862
0.1774
0.7196
1.8336
CHEROKEE
0.0139
0.0068
0.0438
0.0171
0.0193
0.0225
0.1516
0.0254
0.3004
0.0000
0.0373
0.0918
0.0024
0.0032
0.0028
0.2684
0.0004
0.4062
CHILDRESS
0.0079
0.0000
0.0000
0.0060
0.0218
0.0034
0.0859
0.0329
0.1579
0.0000
0.0025
0.0000
0.0005
0.0073
0.0069
0.0486
0.1636
0.2296
CLAY
0.0020
0.0006
0.0034
0.0123
0.0001
0.0034
0.0202
0.0102
0.0523
0.0247
0.0091
0.0031
0.0294
0.0064
0.0031
0.0008
0.0377
0.1143
COCHRAN
0.0001
0.0047
0.0003
0.0384
0.0005
0.0121
0.0263
0.0158
0.0982
0.0026
0.0003
0.0024
0.0800
0.0155
0.0007
0.0002
0.1237
0.2255
COKE
0.0007
0.0012
0.0006
0.0271
0.0002
0.0259
0.2082
0.0484
0.3123
0.0038
0.0043
0.0023
0.0195
0.0021
0.0110
0.3060
0.0042
0.3533
COLEMAN
0.0063
0.0009
0.0187
0.0012
0.0065
0.0042
0.0126
0.0010
0.0513
0.0137
0.0018
0.0036
0.0035
0.0019
0.0183
0.2990
0.5110
0.8527
COLLIN
0.0021
0.0016
0.0045
0.0054
0.0084
0.0002
0.0190
0.0066
0.0478
0.0030
0.0000
0.0000
0.0208
0.0004
0.0068
0.0344
0.0048
0.0702
COLLINGSWORTH
0.0416
0.0044
0.0059
0.0121
0.0139
0.0191
0.0979
0.0523
0.2472
0.0078
0.0184
0.0043
0.0012
0.0007
0.0450
0.1005
0.1138
0.2917
COLORADO
0.0267
0.0013
0.0111
0.0577
0.0145
0.0200
0.0152
0.0172
0.1637
0.0842
0.0308
0.0163
0.0147
0.0086
0.0792
0.7887
3.7672
4.7898
COMAL
0.0094
0.0588
0.0007
0.0525
0.0321
0.0932
0.0115
0.0158
0.2741
0.0034
0.1600
0.0141
0.0071
0.0005
0.2557
0.1482
0.0694
0.6585
COMANCHE
0.0333
0.0217
0.0440
0.0304
0.0137
0.0053
0.0013
0.0002
0.1499
0.0019
0.0686
0.0791
0.0204
0.0105
0.0053
0.0014
0.0000
0.1872
CONCHO
0.0129
0.0035
0.0232
0.0095
0.0045
0.0005
0.0131
0.0022
0.0694
0.0001
0.0353
0.0669
0.0008
0.0003
0.0000
0.0120
0.0048
0.1201
COOKE
0.0014
0.0011
0.0048
0.0153
0.0122
0.0002
0.0165
0.0045
0.0560
0.0000
0.0000
0.0000
0.0509
0.0000
0.0085
0.0445
0.0012
0.1051
CORYELL
0.0999
0.0197
0.0473
0.0065
0.0028
0.0263
0.0008
0.0012
0.2045
0.0002
0.1694
0.1465
0.0006
0.0059
0.0136
0.0412
0.1950
0.5724
COTTLE
0.0118
0.0014
0.0475
0.0000
0.0110
0.0239
0.0438
0.0300
0.1694
0.2071
0.1104
0.0024
0.0023
0.0121
0.0158
0.0515
0.0022
0.4038
CRANE
0.0001
0.0127
0.0078
0.0249
0.0134
0.0065
0.2092
0.0871
0.3616
0.0000
0.0303
0.0021
0.0002
0.0035
0.0519
0.2951
0.0899
0.4732
CROCKETT
0.0036
0.0030
0.0372
0.0028
0.0043
0.0050
0.0263
0.0164
0.0986
0.1102
0.0732
0.0163
0.0077
0.1148
0.1914
0.3518
1.3220
2.1874
CROSBY
0.0004
0.0140
0.0026
0.0354
0.0017
0.0232
0.0000
0.0018
0.0791
0.0000
0.0202
0.0014
0.0349
0.0014
0.0198
0.0004
0.0032
0.0812
CULBERSON
0.0077
0.0365
0.0076
0.0025
0.0098
0.0196
0.0024
0.0037
0.0899
0.0004
0.0687
0.0003
0.0002
0.0013
0.0404
0.0120
0.0000
0.1234
DALLAM
0.0005
0.0000
0.0002
0.0177
0.0073
0.0003
0.0209
0.0086
0.0556
0.0074
0.0000
0.0140
0.1068
0.0249
0.1176
0.0698
0.3466
0.6871
DALLAS
0.0021
0.0001
0.0040
0.0122
0.0030
0.0240
0.0028
0.0004
0.0486
0.0002
0.0012
0.0061
0.0146
0.0022
0.0216
0.0041
0.0012
0.0510
DAWSON
0.0010
0.0189
0.0090
0.0936
0.0037
0.0482
0.1216
0.0708
0.3667
0.0000
0.0146
0.0094
0.0894
0.0027
0.0502
0.1163
0.0862
0.3689
DEAFSMITH
0.0125
0.0000
0.0024
0.1003
0.0212
0.1091
0.2136
0.1443
0.6034
0.0011
0.0004
0.0000
0.0423
0.0001
0.2379
0.3918
0.0493
0.7228
DELTA
0.0005
0.0001
0.0014
0.0008
0.0038
0.0005
0.0260
0.0087
0.0418
0.0000
0.0011
0.0009
0.0037
0.0011
0.0119
0.0467
0.0098
0.0752
DENTON
0.0001
0.0003
0.0005
0.0148
0.0106
0.0007
0.0037
0.0005
0.0312
0.0000
0.0003
0.0004
0.0158
0.0099
0.0006
0.0031
0.0013
0.0315
DEWITT
0.0137
0.0037
0.0324
0.0877
0.0217
0.0420
0.0194
0.0276
0.2482
0.0240
0.0471
0.0017
0.0194
0.0374
0.0044
0.3768
2.4725
2.9833
DICKENS
0.0028
0.0084
0.0004
0.0134
0.0103
0.0000
0.0000
0.0000
0.0354
0.0019
0.0329
0.0011
0.0114
0.0083
0.0008
0.0001
0.0004
0.0569
DIMMIT
0.1798
0.0004
0.2696
0.0694
0.0095
0.0034
0.1028
0.0348
0.6697
0.0013
0.2631
0.9768
0.0013
0.0829
0.0089
0.1441
0.0073
1.4857
DONLEY
0.0119
0.0059
0.0004
0.0009
0.0026
0.0023
0.0206
0.0104
0.0549
0.0027
0.0114
0.0001
0.0001
0.0000
0.0065
0.0193
0.0271
0.0672
DUVAL
0.0045
0.0009
0.0427
0.0005
0.0517
0.0088
0.0048
0.0017
0.1156
0.0001
0.0055
0.1053
0.0083
0.0161
0.0250
0.0065
0.0099
0.1766
EASTLAND
0.0207
0.0145
0.0239
0.0268
0.0005
0.0038
0.0030
0.0009
0.0941
0.0165
0.0102
0.0100
0.0560
0.0088
0.0002
0.0027
0.0133
0.1175
ECTOR
0.0004
0.0213
0.0008
0.0641
0.0149
0.0309
0.1390
0.0713
0.3426
0.0001
0.0406
0.0029
0.0213
0.0000
0.0991
0.2797
0.0090
0.4528
EDWARDS
0.1264
0.0225
0.0187
0.0021
0.0325
0.0689
0.0005
0.0028
0.2745
0.0002
0.2438
0.1271
0.0002
0.0144
0.1618
0.0066
0.0072
0.5612
ELLIS
0.0166
0.0017
0.0348
0.0135
0.0186
0.0513
0.0158
0.0001
0.1524
0.0001
0.0164
0.0609
0.0307
0.0039
0.0099
0.1190
0.1357
0.3767
226
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
100-‐YEAR
OLS
-‐
SSE
-‐
100-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
ELPASO
0.0032
0.0004
0.0137
0.0016
0.0402
0.0003
0.0218
0.0033
0.0847
0.0044
0.0119
0.0241
0.0008
0.0565
0.0088
0.0015
0.0398
0.1476
ERATH
0.0298
0.0229
0.0307
0.0099
0.0158
0.0000
0.0030
0.0001
0.1122
0.0002
0.0822
0.0756
0.0008
0.0044
0.0035
0.0129
0.0048
0.1844
FALLS
0.0038
0.0007
0.0120
0.0021
0.0044
0.0003
0.0046
0.0005
0.0284
0.0092
0.0019
0.0005
0.0106
0.0064
0.0085
0.1324
0.2788
0.4484
FANNIN
0.0089
0.0003
0.0073
0.0346
0.0191
0.0021
0.0175
0.0117
0.1015
0.0040
0.0033
0.0004
0.0382
0.0003
0.2645
1.0925
4.6486
6.0519
FAYETTE
0.0716
0.0615
0.0196
0.0040
0.0324
0.0013
0.0341
0.0049
0.2293
0.0002
0.2089
0.0672
0.0004
0.0253
0.0000
0.0829
0.0268
0.4117
FISHER
0.0002
0.0052
0.0006
0.0362
0.0072
0.0093
0.0603
0.0142
0.1332
0.0002
0.0102
0.0026
0.0275
0.0126
0.0031
0.0972
0.0002
0.1537
FLOYD
0.0008
0.0003
0.0070
0.0154
0.0002
0.0000
0.0043
0.0013
0.0293
0.0616
0.0292
0.0006
0.0213
0.0012
0.0056
0.0265
0.0048
0.1509
FOARD
0.0000
0.0005
0.0051
0.0065
0.0000
0.0000
0.0036
0.0010
0.0168
0.3603
0.2401
0.0202
0.0031
0.0149
0.0295
0.0273
0.0119
0.7073
FORTBEND
0.1371
0.0049
0.0037
0.0776
0.0243
0.1848
0.0001
0.0106
0.4429
0.0002
0.1910
0.1119
0.1715
0.0521
0.1505
0.0152
0.2102
0.9026
FRANKLIN
0.0037
0.0002
0.0264
0.0058
0.0004
0.0044
0.0000
0.0007
0.0416
0.0052
0.0061
0.0005
0.0480
0.0001
0.0742
0.8930
3.4587
4.4858
FREESTONE
0.0286
0.0095
0.0574
0.0018
0.0337
0.0245
0.0795
0.0081
0.2431
0.0008
0.0420
0.0910
0.0001
0.0247
0.0130
0.1382
0.0063
0.3161
FRIO
0.0032
0.0041
0.0010
0.0023
0.0002
0.0000
0.0008
0.0001
0.0117
0.2745
0.1380
0.0636
0.0112
0.0054
0.1229
0.4393
0.8719
1.9269
GAINES
0.0004
0.0127
0.0017
0.0993
0.0171
0.0807
0.1379
0.0886
0.4384
0.0001
0.0110
0.0021
0.1019
0.0183
0.0772
0.1305
0.0980
0.4391
GALVESTON
0.0011
0.0015
0.0004
0.1069
0.0048
0.0736
0.0023
0.0024
0.1931
0.3828
0.3617
0.1366
0.1433
0.0883
0.5995
3.9319
9.8532
15.4974
GARZA
0.0010
0.0002
0.0065
0.0194
0.0040
0.0036
0.0068
0.0010
0.0425
0.0260
0.0165
0.0019
0.0460
0.0008
0.0131
0.0073
0.1148
0.2264
GILLESPIE
0.0584
0.0093
0.0078
0.0008
0.0316
0.0790
0.0003
0.0062
0.1933
0.0000
0.0825
0.0256
0.0005
0.0069
0.1442
0.0006
0.0656
0.3259
GLASSCOCK
0.0045
0.0038
0.0047
0.0569
0.0008
0.0002
0.1609
0.0607
0.2926
0.0001
0.0014
0.0014
0.0240
0.0182
0.0195
0.2799
0.0181
0.3625
GOLIAD
0.0049
0.0019
0.0075
0.0074
0.0287
0.0251
0.0688
0.0079
0.1521
0.0003
0.0381
0.1224
0.1996
0.0558
0.0910
0.5616
0.1589
1.2275
GONZALES
0.0302
0.0433
0.0170
0.0091
0.0966
0.0316
0.0180
0.0077
0.2536
0.0000
0.1335
0.0729
0.0025
0.0209
0.1679
0.2231
0.1595
0.7803
GRAY
0.0000
0.0013
0.0005
0.0018
0.0000
0.0002
0.0148
0.0047
0.0234
0.0002
0.0018
0.0000
0.0007
0.0000
0.0007
0.0054
0.0267
0.0355
GRAYSON
0.0033
0.0014
0.0114
0.0080
0.0130
0.0011
0.0311
0.0117
0.0810
0.0000
0.0000
0.0002
0.0470
0.0005
0.0276
0.0766
0.0055
0.1576
GREGG
0.0069
0.0096
0.0180
0.0422
0.0010
0.0063
0.0832
0.0167
0.1840
0.0000
0.0344
0.0478
0.0147
0.0030
0.0003
0.1644
0.0002
0.2649
GRIMES
0.1605
0.0571
0.0170
0.0038
0.0273
0.0315
0.0119
0.0117
0.3208
0.0000
0.4553
0.2643
0.0511
0.1613
0.0000
0.0054
0.1141
1.0516
GUADALUPE
0.0183
0.0707
0.0012
0.0511
0.1130
0.1837
0.0088
0.0184
0.4652
0.0004
0.1501
0.0123
0.0314
0.0834
0.2504
0.0504
0.0076
0.5860
HALE
0.0000
0.0118
0.0018
0.0590
0.0000
0.0498
0.0039
0.0104
0.1366
0.0002
0.0151
0.0007
0.0507
0.0004
0.0587
0.0067
0.0066
0.1391
HALL
0.0059
0.0008
0.0000
0.0011
0.0116
0.0022
0.0352
0.0142
0.0710
0.0013
0.0034
0.0000
0.0001
0.0062
0.0052
0.0364
0.0238
0.0765
HAMILTON
0.0549
0.0250
0.0503
0.0186
0.0100
0.0000
0.0024
0.0000
0.1612
0.0003
0.1245
0.1291
0.0038
0.0024
0.0016
0.0101
0.0086
0.2805
HANSFORD
0.0011
0.0044
0.0103
0.0276
0.0001
0.0329
0.0143
0.0185
0.1091
0.0380
0.0239
0.0089
0.0483
0.0045
0.0068
0.0003
0.0527
0.1833
HARDEMAN
0.0052
0.0002
0.0003
0.0005
0.0205
0.0008
0.0469
0.0154
0.0898
0.0051
0.0207
0.0017
0.0001
0.0043
0.0214
0.1078
0.0038
0.1650
HARDIN
0.1879
0.0000
0.0491
0.0031
0.0893
0.0071
0.1304
0.0418
0.5086
0.0010
0.1716
0.2358
0.0000
0.0660
0.0182
0.0291
0.8435
1.3652
HARRIS
0.0006
0.0003
0.0047
0.0050
0.0208
0.0044
0.0022
0.0005
0.0384
0.2426
0.1730
0.0087
0.0845
0.1253
1.2815
2.9704
7.1513
12.0372
HARRISON
0.0025
0.0003
0.0149
0.0248
0.0014
0.0010
0.0001
0.0000
0.0451
0.0118
0.0070
0.0004
0.0290
0.0167
0.1613
0.5932
1.8041
2.6235
HARTLEY
0.0048
0.0020
0.0032
0.0950
0.0191
0.0967
0.2182
0.1457
0.5847
0.0003
0.0013
0.0002
0.0500
0.0010
0.2014
0.3993
0.0369
0.6905
HASKELL
0.0022
0.0001
0.0006
0.0081
0.0384
0.0042
0.0136
0.0054
0.0726
0.0018
0.0052
0.0007
0.0232
0.0124
0.0219
0.0218
0.0205
0.1075
HAYS
0.0040
0.0479
0.0020
0.0736
0.0064
0.0383
0.0450
0.0273
0.2446
0.0004
0.0935
0.0021
0.0248
0.0038
0.1702
0.2937
0.1017
0.6902
HEMPHILL
0.0183
0.0449
0.0014
0.0012
0.0002
0.0076
0.0144
0.0012
0.0892
0.0080
0.0584
0.0007
0.0013
0.0003
0.0084
0.0151
0.0004
0.0924
HENDERSON
0.0189
0.0010
0.0070
0.0372
0.0015
0.0207
0.0269
0.0220
0.1352
0.0022
0.0015
0.0114
0.0003
0.0146
0.0071
0.3312
2.6137
2.9819
227
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
100-‐YEAR
OLS
-‐
SSE
-‐
100-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
HIDALGO
0.0020
0.0224
0.0405
0.0017
0.0212
0.0137
0.0004
0.0000
0.1020
0.0020
0.0569
0.0274
0.0020
0.0018
0.2788
0.4473
1.0283
1.8445
HILL
0.0126
0.0000
0.0110
0.0473
0.0172
0.0107
0.0129
0.0130
0.1245
0.0280
0.0182
0.0047
0.0116
0.0209
0.0245
0.3164
1.8543
2.2786
HOCKLEY
0.0023
0.0087
0.0043
0.1069
0.0066
0.1338
0.0400
0.0501
0.3527
0.0000
0.0045
0.0040
0.0979
0.0049
0.1244
0.0204
0.1185
0.3747
HOOD
0.0166
0.0089
0.0257
0.0000
0.0240
0.0097
0.0195
0.0008
0.1052
0.0016
0.0245
0.0403
0.0020
0.0112
0.0001
0.0878
0.0522
0.2197
HOPKINS
0.0000
0.0011
0.0002
0.0097
0.0001
0.0003
0.0259
0.0068
0.0442
0.0007
0.0056
0.0057
0.0001
0.0096
0.0201
0.1487
0.0544
0.2449
HOUSTON
0.0333
0.0054
0.0490
0.0134
0.0012
0.0094
0.0001
0.0018
0.1136
0.0008
0.0798
0.1505
0.0002
0.0095
0.0105
0.0073
0.0122
0.2708
HOWARD
0.0003
0.0000
0.0005
0.0001
0.0001
0.0025
0.0020
0.0001
0.0058
0.0157
0.0145
0.0072
0.0023
0.0017
0.0178
0.1873
0.4002
0.6466
HUDSPETH
0.0016
0.0071
0.0502
0.0006
0.0112
0.0465
0.0514
0.0451
0.2137
0.0028
0.0009
0.0566
0.0000
0.0049
0.0759
0.0942
0.0128
0.2479
HUNT
0.0004
0.0000
0.0008
0.0001
0.0046
0.0006
0.0320
0.0083
0.0468
0.0022
0.0006
0.0002
0.0027
0.0003
0.0015
0.0593
0.0011
0.0679
HUTCHINSON
0.0012
0.0001
0.0020
0.0097
0.0016
0.0044
0.0047
0.0048
0.0284
0.0183
0.0015
0.0081
0.0395
0.0062
0.0043
0.0031
0.0287
0.1098
IRION
0.0001
0.0004
0.0000
0.0073
0.0303
0.0426
0.0254
0.0024
0.1086
0.0003
0.0008
0.0008
0.0008
0.0590
0.0153
0.0613
0.0014
0.1397
JACK
0.0000
0.0000
0.0007
0.0002
0.0023
0.0006
0.0014
0.0005
0.0056
0.0004
0.0008
0.0095
0.0223
0.0376
0.2021
0.5101
0.9687
1.7515
JACKSON
0.0003
0.0009
0.0028
0.0075
0.0118
0.0026
0.0079
0.0023
0.0362
0.0788
0.1163
0.0382
0.0039
0.0071
0.6087
1.9797
6.6898
9.5225
JASPER
0.0790
0.0002
0.1101
0.0144
0.0004
0.0100
0.0001
0.0009
0.2151
0.0057
0.1396
0.3583
0.0010
0.0188
0.0039
0.1384
0.5756
1.2414
JEFFDAVIS
0.0070
0.0019
0.0566
0.0071
0.0003
0.0364
0.0640
0.0518
0.2251
0.0012
0.0033
0.0313
0.0001
0.0018
0.0412
0.0343
0.1638
0.2770
JEFFERSON
0.0000
0.0002
0.0002
0.0003
0.0001
0.0022
0.0003
0.0000
0.0034
0.2072
0.1899
0.0337
0.0550
0.3121
1.4808
4.9382
11.7696
18.9864
JIMHOGG
0.0072
0.0003
0.0373
0.0006
0.0524
0.0000
0.0265
0.0050
0.1292
0.0000
0.0070
0.0865
0.0122
0.0243
0.0018
0.0312
0.0086
0.1716
JIMWELLS
0.0000
0.0026
0.0071
0.0027
0.0139
0.0000
0.0034
0.0005
0.0303
0.0592
0.1107
0.0218
0.0000
0.0002
0.2254
1.0733
2.4805
3.9709
JOHNSON
0.0171
0.0061
0.0251
0.0029
0.0197
0.0236
0.0180
0.0001
0.1127
0.0005
0.0227
0.0389
0.0061
0.0130
0.0101
0.0585
0.0329
0.1828
JONES
0.0036
0.0026
0.0074
0.0262
0.0060
0.0066
0.0180
0.0031
0.0736
0.0001
0.0060
0.0047
0.0476
0.0001
0.0199
0.0135
0.0000
0.0919
KARNES
0.0000
0.0007
0.0003
0.0052
0.0046
0.0001
0.0000
0.0000
0.0110
0.0137
0.0006
0.0017
0.0329
0.0261
0.3009
1.0957
2.8597
4.3313
KAUFMAN
0.0032
0.0007
0.0088
0.0157
0.0091
0.0025
0.0056
0.0050
0.0504
0.0112
0.0035
0.0039
0.0003
0.0058
0.1361
0.9845
4.2737
5.4191
KENDALL
0.0319
0.0310
0.0016
0.0062
0.0001
0.0014
0.0020
0.0001
0.0744
0.0008
0.1209
0.0154
0.0057
0.0001
0.0016
0.0184
0.0612
0.2240
KENEDY
0.0044
0.0004
0.0110
0.0029
0.0018
0.0015
0.0011
0.0004
0.0234
0.0650
0.0439
0.0080
0.0103
0.0026
0.2186
0.7046
2.0830
3.1360
KENT
0.0011
0.0073
0.0002
0.0205
0.0093
0.0007
0.0060
0.0019
0.0470
0.0009
0.0217
0.0008
0.0162
0.0100
0.0012
0.0047
0.0016
0.0571
KERR
0.0029
0.0008
0.0111
0.0004
0.0015
0.0014
0.0183
0.0061
0.0424
0.0070
0.0059
0.0039
0.0011
0.0015
0.0762
0.1093
0.6958
0.9007
KIMBLE
0.0008
0.0000
0.0027
0.0005
0.0008
0.0012
0.0009
0.0002
0.0071
0.0487
0.0410
0.0075
0.0000
0.0132
0.1988
0.5002
1.2892
2.0985
KING
0.0045
0.0045
0.0000
0.0125
0.0310
0.0025
0.0044
0.0018
0.0611
0.0020
0.0266
0.0010
0.0206
0.0135
0.0146
0.0097
0.0090
0.0969
KINNEY
0.0004
0.0002
0.0005
0.0003
0.0020
0.0002
0.0132
0.0050
0.0218
0.0854
0.0734
0.0228
0.0036
0.0002
0.0000
0.0123
0.0012
0.1989
KLEBERG
0.0000
0.0031
0.0002
0.0135
0.0085
0.0180
0.0079
0.0062
0.0574
0.0000
0.0076
0.0089
0.0000
0.0020
0.0785
0.0486
0.0003
0.1459
KNOX
0.0041
0.0000
0.0006
0.0056
0.0438
0.0058
0.0193
0.0078
0.0870
0.0037
0.0184
0.0135
0.0014
0.0488
0.0070
0.0166
0.0222
0.1316
LAMAR
0.0001
0.0015
0.0045
0.0001
0.0045
0.0020
0.0139
0.0055
0.0321
0.0004
0.0010
0.0036
0.0001
0.0027
0.0030
0.0126
0.0115
0.0348
LAMB
0.0017
0.0069
0.0020
0.0954
0.0039
0.1132
0.0250
0.0369
0.2850
0.0000
0.0032
0.0025
0.0865
0.0014
0.1405
0.0427
0.0185
0.2953
LAMPASAS
0.0598
0.0094
0.0617
0.0228
0.0011
0.0039
0.0004
0.0015
0.1604
0.0113
0.1699
0.2034
0.0048
0.0043
0.0036
0.0007
0.0381
0.4361
LASALLE
0.0924
0.0049
0.1870
0.0194
0.0023
0.0003
0.0469
0.0206
0.3737
0.0003
0.0579
0.4543
0.0009
0.0063
0.0076
0.1146
0.0002
0.6420
LAVACA
0.0622
0.0105
0.0529
0.0157
0.0083
0.1588
0.0649
0.0003
0.3736
0.0004
0.0529
0.0493
0.0001
0.0576
0.3027
0.0290
0.0013
0.4934
LEE
0.0607
0.0592
0.0338
0.0457
0.0256
0.0046
0.0355
0.0100
0.2751
0.0000
0.2249
0.1217
0.0159
0.0120
0.0057
0.0326
0.0104
0.4231
228
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
100-‐YEAR
OLS
-‐
SSE
-‐
100-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
LEON
0.0287
0.0101
0.0553
0.0158
0.0113
0.0068
0.0326
0.0034
0.1640
0.0052
0.0854
0.1186
0.0080
0.0097
0.0090
0.0334
0.0001
0.2693
LIBERTY
0.2754
0.0020
0.0138
0.0022
0.2085
0.0081
0.3228
0.0932
0.9259
0.0000
0.2374
0.1955
0.0009
0.0695
0.1612
0.4568
0.5846
1.7059
LIMESTONE
0.0622
0.0266
0.0736
0.0045
0.0388
0.0220
0.0734
0.0067
0.3078
0.0011
0.1005
0.1180
0.0018
0.0294
0.0045
0.2304
0.1083
0.5939
LIPSCOMB
0.0107
0.0484
0.0054
0.0067
0.0047
0.0005
0.0684
0.0194
0.1641
0.0002
0.1129
0.0012
0.0003
0.0007
0.0043
0.1171
0.0042
0.2410
LIVEOAK
0.0006
0.0031
0.0072
0.0012
0.1647
0.1311
0.0038
0.0099
0.3215
0.0029
0.0244
0.0429
0.0125
0.0587
0.3137
0.0918
0.0377
0.5846
LLANO
0.0262
0.0050
0.0293
0.0127
0.0016
0.0002
0.0082
0.0040
0.0873
0.0023
0.0703
0.0963
0.0011
0.0090
0.0005
0.0018
0.0233
0.2045
LOVING
0.0121
0.0473
0.0006
0.0001
0.1651
0.0916
0.0366
0.0278
0.3813
0.0060
0.0955
0.0144
0.0250
0.0588
0.1860
0.0652
0.0364
0.4872
LUBBOCK
0.0007
0.0133
0.0047
0.0825
0.0006
0.0788
0.0148
0.0231
0.2184
0.0001
0.0111
0.0051
0.0796
0.0002
0.0865
0.0191
0.0178
0.2197
LYNN
0.0012
0.0172
0.0086
0.0938
0.0014
0.0637
0.0608
0.0467
0.2933
0.0011
0.0227
0.0028
0.0673
0.0000
0.0753
0.0532
0.0823
0.3049
MADISON
0.0528
0.0157
0.0476
0.0158
0.0017
0.0111
0.0002
0.0023
0.1472
0.0000
0.1195
0.1489
0.0005
0.0120
0.0067
0.0004
0.0007
0.2886
MARION
0.0077
0.0151
0.0118
0.0786
0.0035
0.0003
0.0307
0.0077
0.1554
0.0000
0.0494
0.0440
0.0325
0.0250
0.0063
0.0733
0.0000
0.2305
MARTIN
0.0005
0.0200
0.0083
0.0838
0.0022
0.0273
0.1435
0.0729
0.3584
0.0010
0.0275
0.0031
0.0637
0.0002
0.0319
0.1311
0.1080
0.3665
MASON
0.0402
0.0021
0.0354
0.0085
0.0089
0.0004
0.0674
0.0217
0.1847
0.0022
0.0849
0.1445
0.0017
0.0440
0.0225
0.0035
0.2266
0.5299
MATAGORDA
0.1751
0.0430
0.0373
0.2319
0.1773
0.7440
0.0003
0.0357
1.4447
0.0052
0.0427
0.1431
0.1691
0.0633
1.0884
0.0015
0.5789
2.0922
MAVERICK
0.1473
0.0113
0.2013
0.1108
0.0014
0.0617
0.0876
0.0171
0.6385
0.0030
0.1873
0.4399
0.0768
0.0034
0.0248
0.1390
0.0186
0.8927
MCCULLOCH
0.0191
0.0025
0.0515
0.0291
0.0030
0.0074
0.0023
0.0004
0.1154
0.0008
0.0538
0.1551
0.0013
0.0034
0.0262
0.0001
0.0004
0.2411
MCLENNAN
0.1251
0.0415
0.0534
0.0006
0.0104
0.0264
0.0204
0.0003
0.2781
0.0004
0.2474
0.1714
0.0027
0.0037
0.0121
0.0891
0.1101
0.6369
MCMULLEN
0.0335
0.0001
0.0831
0.0009
0.0193
0.0017
0.0057
0.0030
0.1473
0.0004
0.0300
0.1574
0.0001
0.0252
0.0001
0.0111
0.0079
0.2321
MEDINA
0.1332
0.0277
0.0729
0.0221
0.0027
0.0028
0.0126
0.0085
0.2825
0.0045
0.1694
0.1423
0.0298
0.0001
0.0064
0.0004
0.2478
0.6006
MENARD
0.0567
0.0000
0.0334
0.0029
0.0213
0.0002
0.1170
0.0380
0.2694
0.0002
0.0517
0.1186
0.0001
0.0279
0.0009
0.0594
0.2055
0.4643
MIDLAND
0.0004
0.0160
0.0052
0.0760
0.0002
0.0090
0.1611
0.0726
0.3406
0.0001
0.0169
0.0021
0.0504
0.0025
0.0332
0.2596
0.0197
0.3844
MILAM
0.0564
0.0493
0.0647
0.0984
0.0230
0.0128
0.0356
0.0121
0.3523
0.0006
0.2032
0.2155
0.0186
0.0001
0.0624
0.0971
0.0000
0.5974
MILLS
0.0364
0.0102
0.0667
0.0338
0.0066
0.0042
0.0001
0.0001
0.1582
0.0001
0.0690
0.1373
0.0157
0.0023
0.0051
0.0001
0.0005
0.2302
MITCHELL
0.0033
0.0027
0.0015
0.0473
0.0037
0.0044
0.1419
0.0425
0.2472
0.0001
0.0002
0.0020
0.0350
0.0124
0.0002
0.2319
0.0064
0.2882
MONTAGUE
0.0000
0.0009
0.0000
0.0295
0.0062
0.0035
0.0014
0.0017
0.0433
0.0000
0.0004
0.0077
0.0792
0.0009
0.0007
0.0001
0.0002
0.0891
MONTGOMERY
0.2740
0.0027
0.0047
0.0023
0.2106
0.0084
0.3775
0.1155
0.9958
0.0002
0.3317
0.1849
0.0278
0.2315
0.0020
0.0562
1.8757
2.7100
MOORE
0.0007
0.0117
0.0077
0.0739
0.0107
0.0823
0.1140
0.0849
0.3859
0.0003
0.0162
0.0016
0.0410
0.0007
0.1378
0.1786
0.0443
0.4205
MORRIS
0.0082
0.0167
0.0082
0.0605
0.0060
0.0004
0.0097
0.0019
0.1118
0.0000
0.0375
0.0175
0.0495
0.0088
0.0002
0.0106
0.0014
0.1255
MOTLEY
0.0027
0.0042
0.0009
0.0030
0.0131
0.0002
0.0071
0.0021
0.0334
0.0009
0.0064
0.0010
0.0049
0.0090
0.0009
0.0073
0.0052
0.0356
NACOGDOCHES
0.0032
0.0000
0.0500
0.0258
0.0120
0.0185
0.1625
0.0314
0.3034
0.0044
0.0188
0.1221
0.0025
0.0000
0.0011
0.2661
0.0018
0.4168
NAVARRO
0.0247
0.0043
0.0553
0.0041
0.0398
0.0554
0.0717
0.0035
0.2588
0.0038
0.0570
0.1225
0.0183
0.0201
0.0322
0.1214
0.0052
0.3805
NEWTON
0.0675
0.0014
0.1238
0.0198
0.0030
0.0238
0.0397
0.0032
0.2824
0.0005
0.0787
0.2207
0.0221
0.0094
0.0207
0.1794
0.3112
0.8427
NOLAN
0.0009
0.0034
0.0008
0.0528
0.0000
0.0083
0.1980
0.0531
0.3172
0.0000
0.0005
0.0000
0.0500
0.0012
0.0001
0.3517
0.0000
0.4035
NUECES
0.0026
0.0027
0.0017
0.0167
0.0198
0.0215
0.0556
0.0266
0.1471
0.0003
0.0042
0.0015
0.0003
0.0016
0.1382
0.2394
0.0109
0.3963
OCHILTREE
0.0044
0.0440
0.0135
0.0249
0.0024
0.0185
0.0380
0.0236
0.1693
0.0001
0.0734
0.0056
0.0179
0.0012
0.0191
0.0344
0.0304
0.1819
OLDHAM
0.0135
0.0002
0.0024
0.0999
0.0202
0.1050
0.2445
0.1615
0.6472
0.0012
0.0015
0.0005
0.0732
0.0109
0.1024
0.1752
0.3306
0.6954
ORANGE
0.2664
0.0081
0.0700
0.0090
0.0436
0.0299
0.0567
0.0250
0.5088
0.0003
0.2043
0.4330
0.0441
0.0335
0.0669
0.0024
1.0287
1.8131
229
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
100-‐YEAR
OLS
-‐
SSE
-‐
100-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
PALOPINTO
0.0139
0.0031
0.0210
0.0001
0.0002
0.0101
0.0056
0.0071
0.0611
0.0028
0.0086
0.0250
0.0004
0.0000
0.0023
0.0016
0.0843
0.1250
PANOLA
0.0000
0.0037
0.0114
0.0638
0.0029
0.0024
0.1684
0.0440
0.2968
0.0132
0.0599
0.1152
0.0001
0.0297
0.0106
0.1839
0.1514
0.5640
PARKER
0.0067
0.0009
0.0121
0.0139
0.0108
0.0214
0.0011
0.0014
0.0683
0.0070
0.0000
0.0042
0.0068
0.0147
0.0119
0.0251
0.0833
0.1530
PARMER
0.0093
0.0005
0.0032
0.0872
0.0274
0.1198
0.1782
0.1276
0.5532
0.0002
0.0003
0.0004
0.0308
0.0020
0.1847
0.1833
0.2141
0.6159
PECOS
0.0087
0.0006
0.0521
0.0175
0.0008
0.0149
0.1353
0.0769
0.3067
0.0000
0.0042
0.0068
0.0031
0.0435
0.0564
0.1292
0.2162
0.4593
POLK
0.1584
0.0003
0.0525
0.0038
0.0977
0.0030
0.2329
0.0744
0.6231
0.0030
0.2228
0.2947
0.0023
0.1065
0.0104
0.1892
0.3292
1.1581
POTTER
0.0047
0.0014
0.0033
0.0706
0.0056
0.0732
0.0834
0.0665
0.3088
0.0013
0.0005
0.0026
0.0624
0.0035
0.0772
0.0768
0.0881
0.3125
PRESIDIO
0.0226
0.0017
0.0804
0.0086
0.0008
0.0341
0.2939
0.1825
0.6247
0.0182
0.0001
0.0287
0.0041
0.0210
0.1424
0.5536
0.0497
0.8178
RAINS
0.0004
0.0008
0.0039
0.0095
0.0000
0.0077
0.0355
0.0060
0.0637
0.0000
0.0009
0.0031
0.0100
0.0001
0.0025
0.0774
0.0081
0.1019
RANDALL
0.0019
0.0032
0.0013
0.0615
0.0024
0.0596
0.0329
0.0329
0.1958
0.0003
0.0018
0.0013
0.0571
0.0015
0.0625
0.0309
0.0421
0.1976
REAGAN
0.0005
0.0040
0.0027
0.0267
0.0174
0.0188
0.0884
0.0226
0.1812
0.0000
0.0061
0.0001
0.0035
0.0641
0.0000
0.1783
0.0024
0.2546
REAL
0.1158
0.0346
0.0312
0.0087
0.0030
0.0127
0.0000
0.0016
0.2077
0.0005
0.2411
0.1367
0.0015
0.0026
0.0197
0.0021
0.0667
0.4708
REDRIVER
0.0022
0.0106
0.0000
0.0207
0.0003
0.0024
0.0027
0.0014
0.0402
0.0013
0.0272
0.0023
0.0137
0.0012
0.0033
0.0024
0.0026
0.0540
REEVES
0.0003
0.0266
0.0195
0.0069
0.0467
0.0371
0.1273
0.0661
0.3305
0.0029
0.0702
0.0055
0.0269
0.0001
0.0970
0.0886
0.3113
0.6024
REFUGIO
0.0001
0.0034
0.0042
0.0048
0.0128
0.1366
0.0518
0.0015
0.2153
0.0001
0.0001
0.0232
0.0404
0.0746
0.0247
0.2504
0.0933
0.5067
ROBERTS
0.0056
0.0361
0.0078
0.0090
0.0032
0.0030
0.0358
0.0151
0.1157
0.0001
0.0586
0.0026
0.0042
0.0007
0.0093
0.0618
0.0014
0.1386
ROBERTSON
0.0680
0.0429
0.0661
0.0390
0.0204
0.0021
0.0552
0.0088
0.3026
0.0004
0.1767
0.1591
0.0169
0.0117
0.0019
0.0552
0.0050
0.4269
ROCKWALL
0.0000
0.0003
0.0004
0.0045
0.0030
0.0111
0.0168
0.0017
0.0377
0.0000
0.0003
0.0003
0.0043
0.0031
0.0112
0.0173
0.0013
0.0378
RUNNELS
0.0021
0.0090
0.0083
0.0231
0.0272
0.0063
0.2537
0.0626
0.3923
0.0000
0.0274
0.0346
0.0013
0.0015
0.0039
0.4317
0.0077
0.5082
RUSK
0.0039
0.0035
0.0282
0.0351
0.0107
0.0098
0.1616
0.0344
0.2873
0.0000
0.0230
0.0803
0.0041
0.0002
0.0000
0.2043
0.0420
0.3540
SABINE
0.0099
0.0008
0.0790
0.0374
0.0213
0.0246
0.2265
0.0431
0.4426
0.0069
0.0491
0.2005
0.0047
0.0017
0.0049
0.3257
0.0065
0.6001
SANAUGUSTINE
0.0073
0.0001
0.0791
0.0303
0.0129
0.0233
0.1641
0.0297
0.3468
0.0054
0.0267
0.1850
0.0035
0.0002
0.0037
0.2635
0.0005
0.4886
SANJACINTO
0.2699
0.0000
0.0215
0.0003
0.2498
0.0008
0.5436
0.1531
1.2389
0.0000
0.2557
0.2020
0.0005
0.1960
0.0013
0.1319
2.2676
3.0551
SANPATRICIO
0.0055
0.0011
0.0042
0.0135
0.0242
0.0106
0.1178
0.0443
0.2213
0.0048
0.0062
0.0017
0.0021
0.0010
0.1018
0.3259
0.0001
0.4436
SANSABA
0.0232
0.0033
0.0634
0.0358
0.0031
0.0076
0.0028
0.0006
0.1400
0.0003
0.0399
0.1162
0.0195
0.0001
0.0249
0.0086
0.0870
0.2966
SCHLEICHER
0.0311
0.0000
0.0071
0.0020
0.0592
0.0096
0.0631
0.0271
0.1993
0.0007
0.0492
0.0726
0.0033
0.0955
0.0016
0.0152
0.1823
0.4205
SCURRY
0.0002
0.0073
0.0016
0.0407
0.0068
0.0002
0.0432
0.0148
0.1148
0.0019
0.0100
0.0024
0.0539
0.0021
0.0026
0.0359
0.0115
0.1203
SHACKELFORD
0.0056
0.0007
0.0080
0.0152
0.0146
0.0000
0.0159
0.0049
0.0649
0.0000
0.0096
0.0203
0.0088
0.0193
0.0000
0.0168
0.0043
0.0790
SHELBY
0.0008
0.0031
0.0289
0.0464
0.0275
0.0043
0.2513
0.0617
0.4240
0.0053
0.0365
0.1068
0.0035
0.0005
0.0016
0.2937
0.0896
0.5374
SHERMAN
0.0014
0.0451
0.0150
0.0775
0.0098
0.0764
0.1087
0.0787
0.4127
0.0007
0.0741
0.0049
0.0536
0.0030
0.1014
0.1378
0.0570
0.4326
SMITH
0.0093
0.0085
0.0292
0.0176
0.0144
0.0153
0.1145
0.0188
0.2275
0.0001
0.0405
0.0873
0.0000
0.0003
0.0003
0.2249
0.0002
0.3535
SOMERVELL
0.0255
0.0192
0.0311
0.0025
0.0355
0.0033
0.0349
0.0038
0.1559
0.0072
0.0344
0.0385
0.0017
0.0303
0.0002
0.0821
0.0154
0.2098
STARR
0.0046
0.0007
0.0203
0.0002
0.0816
0.0027
0.0514
0.0146
0.1762
0.0001
0.0172
0.0870
0.0402
0.0084
0.0563
0.1428
0.0006
0.3526
STEPHENS
0.0146
0.0023
0.0153
0.0060
0.0110
0.0003
0.0428
0.0159
0.1081
0.0020
0.0143
0.0314
0.0024
0.0137
0.0011
0.0639
0.0022
0.1310
STERLING
0.0024
0.0002
0.0000
0.0311
0.0046
0.0207
0.1555
0.0385
0.2529
0.0001
0.0004
0.0000
0.0266
0.0095
0.0070
0.2369
0.0046
0.2852
STONEWALL
0.0032
0.0056
0.0001
0.0210
0.0222
0.0055
0.0022
0.0002
0.0601
0.0011
0.0214
0.0008
0.0357
0.0068
0.0208
0.0004
0.0022
0.0892
SUTTON
0.0639
0.0000
0.0044
0.0000
0.0924
0.0443
0.0376
0.0236
0.2662
0.0010
0.1168
0.1450
0.0414
0.1883
0.0196
0.0067
0.1579
0.6767
230
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
NLM
-‐
SSE
-‐
100-‐YEAR
OLS
-‐
SSE
-‐
100-‐YEAR
County
15
30
60
120
180
360
720
1440
ΔSSE
15
30
60
120
180
360
720
1440
ΔSSE
SWISHER
0.0001
0.0107
0.0010
0.0462
0.0001
0.0448
0.0016
0.0071
0.1114
0.0002
0.0095
0.0014
0.0489
0.0002
0.0440
0.0018
0.0058
0.1117
TARRANT
0.0156
0.0014
0.0109
0.0339
0.0072
0.0000
0.1143
0.0457
0.2291
0.0002
0.0021
0.0025
0.0217
0.0045
0.0366
0.0203
1.2279
1.3159
TAYLOR
0.0032
0.0079
0.0142
0.0374
0.0098
0.0087
0.2030
0.0485
0.3328
0.0001
0.0125
0.0125
0.0458
0.0129
0.0048
0.3014
0.0001
0.3901
TERRELL
0.0002
0.0058
0.0228
0.0002
0.0504
0.0415
0.0022
0.0001
0.1232
0.0000
0.0129
0.0091
0.0058
0.0824
0.0238
0.0051
0.0000
0.1392
TERRY
0.0018
0.0115
0.0048
0.1137
0.0096
0.1067
0.0977
0.0767
0.4226
0.0001
0.0055
0.0057
0.1033
0.0054
0.1279
0.1169
0.0654
0.4303
THROCKMORTON
0.0018
0.0024
0.0040
0.0010
0.0378
0.0056
0.0432
0.0167
0.1126
0.0001
0.0000
0.0195
0.0031
0.0787
0.0001
0.0318
0.0104
0.1438
TITUS
0.0054
0.0131
0.0060
0.0515
0.0039
0.0001
0.0103
0.0024
0.0927
0.0000
0.0314
0.0175
0.0313
0.0124
0.0015
0.0236
0.0001
0.1178
TOMGREEN
0.0040
0.0012
0.0030
0.0038
0.0067
0.0236
0.0157
0.0011
0.0591
0.0017
0.0196
0.0181
0.0003
0.0112
0.0229
0.0143
0.0013
0.0894
TRAVIS
0.0114
0.0342
0.0055
0.0792
0.0036
0.0118
0.0445
0.0191
0.2092
0.0000
0.0985
0.0433
0.0211
0.0063
0.0670
0.1445
0.0034
0.3841
TRINITY
0.0688
0.0016
0.0601
0.0083
0.0382
0.0153
0.0618
0.0294
0.2835
0.0004
0.0648
0.1402
0.0021
0.0463
0.0081
0.0145
0.2269
0.5032
TYLER
0.1052
0.0001
0.0792
0.0076
0.0179
0.0059
0.0372
0.0165
0.2696
0.0000
0.0950
0.1917
0.0086
0.0060
0.0068
0.0028
0.6962
1.0071
UPSHUR
0.0078
0.0131
0.0150
0.0480
0.0000
0.0030
0.0438
0.0084
0.1392
0.0024
0.0338
0.0486
0.0094
0.0182
0.0088
0.1341
0.0045
0.2597
UPTON
0.0001
0.0128
0.0032
0.0305
0.0023
0.0051
0.1293
0.0405
0.2238
0.0000
0.0218
0.0001
0.0056
0.0265
0.0040
0.2577
0.0019
0.3177
UVALDE
0.1338
0.0198
0.0780
0.0259
0.0043
0.0007
0.0196
0.0099
0.2920
0.0000
0.3089
0.4068
0.0057
0.0516
0.0010
0.0208
0.0046
0.7995
VALVERDE
0.0709
0.0033
0.0019
0.0087
0.0978
0.1896
0.0007
0.0137
0.3866
0.0001
0.0782
0.0194
0.0029
0.0543
0.2276
0.0121
0.3117
0.7064
VANZANDT
0.0034
0.0017
0.0173
0.0037
0.0043
0.0218
0.0559
0.0064
0.1145
0.0003
0.0018
0.0106
0.0105
0.0112
0.0290
0.0643
0.0000
0.1277
VICTORIA
0.0367
0.0026
0.0507
0.0546
0.0303
0.3940
0.0081
0.0119
0.5889
0.0004
0.0036
0.0611
0.0311
0.0072
0.5489
0.0001
0.0048
0.6572
WALKER
0.1611
0.0126
0.0338
0.0043
0.1166
0.0221
0.1709
0.0672
0.5887
0.0047
0.1692
0.1256
0.0010
0.1114
0.0159
0.0460
0.6156
1.0894
WALLER
0.1412
0.0363
0.0009
0.0145
0.0146
0.0589
0.0029
0.0077
0.2770
0.0014
0.2954
0.0331
0.0019
0.0020
0.1800
0.0028
0.2238
0.7405
WARD
0.0003
0.0230
0.0102
0.0107
0.0699
0.0491
0.1566
0.0811
0.4008
0.0020
0.0687
0.0148
0.0226
0.0012
0.1177
0.1140
0.3416
0.6826
WASHINGTON
0.1560
0.0932
0.0100
0.0010
0.0000
0.0345
0.0146
0.0001
0.3093
0.0018
0.3810
0.0735
0.0004
0.0025
0.0772
0.0085
0.0145
0.5595
WEBB
0.0657
0.0132
0.2412
0.0305
0.0004
0.0026
0.0010
0.0025
0.3572
0.0001
0.0289
0.5519
0.0002
0.0068
0.0007
0.0023
0.0006
0.5915
WHARTON
0.1130
0.0013
0.0259
0.0909
0.0117
0.3696
0.0313
0.0027
0.6465
0.0010
0.1169
0.0983
0.0901
0.0028
0.4350
0.0705
0.1842
0.9988
WHEELER
0.0332
0.0295
0.0006
0.0014
0.0029
0.0253
0.0040
0.0084
0.1053
0.0058
0.0571
0.0017
0.0002
0.0005
0.0346
0.0038
0.0205
0.1242
WICHITA
0.0000
0.0007
0.0004
0.0010
0.0064
0.0001
0.0192
0.0058
0.0336
0.0272
0.0141
0.0030
0.0007
0.0019
0.0041
0.0267
0.0164
0.0943
WILBARGER
0.0027
0.0003
0.0005
0.0002
0.0118
0.0005
0.0224
0.0073
0.0456
0.0107
0.0262
0.0029
0.0000
0.0027
0.0128
0.0491
0.0065
0.1109
WILLACY
0.0004
0.0052
0.0016
0.0181
0.0165
0.0006
0.0011
0.0000
0.0435
0.0026
0.0192
0.0000
0.0132
0.0185
0.0004
0.0017
0.0000
0.0556
WILLIAMSON
0.0364
0.0250
0.0394
0.0679
0.0015
0.0025
0.0128
0.0040
0.1895
0.0000
0.1270
0.1348
0.0184
0.0043
0.0179
0.0391
0.0017
0.3431
WILSON
0.0320
0.0583
0.0136
0.0172
0.1574
0.1629
0.0002
0.0033
0.4450
0.0001
0.1530
0.0540
0.0016
0.0961
0.2482
0.0118
0.0125
0.5772
WINKLER
0.0036
0.0318
0.0012
0.0163
0.0739
0.0685
0.0712
0.0459
0.3124
0.0002
0.0849
0.0095
0.0002
0.0337
0.0775
0.0340
0.1770
0.4170
WISE
0.0009
0.0002
0.0013
0.0307
0.0086
0.0095
0.0008
0.0027
0.0546
0.0015
0.0003
0.0018
0.0408
0.0025
0.0004
0.0096
0.0590
0.1158
WOOD
0.0036
0.0062
0.0118
0.0319
0.0001
0.0064
0.0414
0.0070
0.1084
0.0001
0.0155
0.0238
0.0164
0.0041
0.0001
0.0894
0.0020
0.1513
YOAKUM
0.0015
0.0090
0.0024
0.1051
0.0259
0.1345
0.1207
0.0952
0.4943
0.0001
0.0061
0.0011
0.0838
0.0154
0.1553
0.1226
0.1180
0.5024
YOUNG
0.0042
0.0014
0.0091
0.0008
0.0141
0.0095
0.0372
0.0180
0.0942
0.0000
0.0002
0.0173
0.0040
0.0275
0.0001
0.0011
0.1571
0.2073
ZAPATA
0.0267
0.0051
0.1171
0.0003
0.0209
0.0279
0.0523
0.0044
0.2548
0.0039
0.0045
0.2544
0.0215
0.0002
0.0012
0.1055
0.0002
0.3915
ZAVALA
0.1727
0.0048
0.1646
0.0507
0.0120
0.0003
0.0709
0.0264
0.5023
0.0012
0.3277
0.6917
0.0011
0.0698
0.0010
0.1103
0.0045
1.2072
231
Texas
Tech
University,
Cristal
C.
Tay,
December
2
#
RCode
finds
rainfall
coefficients
at
each
ARI
based
on
IDF
model
and
nlm
package
#
Code
written
for
single
locations
##########
SETUP
##########
(WD
<-‐
getwd())
#gets
working
directory
if
(!is.null(WD))
setwd(WD)
#sets
working
directory
rm(list
=
ls())
#removes
variables
from
workspace
detach(ddf)
#preventative
measure
to
detach
old
excel
files
#########
USER
DEFINED
DATA
##########
#
1.
Enter
"*.csv"
title
(case
sensitive)
ddf
<-‐
read.csv("fe_text_mean_anderson.csv",
header
=
FALSE,
na.strings
=
"")
#
2.
Enter
desired
file
name
for
output
files
(.csv
and
.pdf)
#
MUST
be
changed
for
each
run
name
=
"Anderson3"
#
3.
Enter
column
number
where
durations
are
labeled
on
.csv
c
<-‐
1
#
4.
Enter
row
number
where
ARIs
are
labeled
on
.csv
r
<-‐
2
#
5.Initial
parameter
estimates
(0.006)
#
Change
if
"non-‐finite
value
supplied
by
'nlm'"
message
appears
#
Unused
coefficients
are
set
to
0
X
<-‐
vector()
X[1]
<-‐
0.006
#e
X[2]
<-‐
0.006
#b
X[3]
<-‐
0.006
#d
X[4]
<-‐
0
#none
#
If
changing
IDF
model
#follow
instructions
in
IDF
MODEL
FUNCTION
below
###########
IDF
MODEL
STRUCTURE
###########
#Intensity-‐Duration-‐Frequency
Model
(TxDOT
2014)
#
If
changing
IDF
models,
follow
the
numbered
instructions
#
1.
Define
Coefficients
of
IDF
Model
x1
to
x4
(alphabet)
#
For
unused
variables,
set
to
0
x1
<-‐
'e'
x2
<-‐
'b'
x3
<-‐
'd'
x4
<-‐
0
T1
<-‐
0
#
Return
period
232
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
#
2.
Define
duration
based
on
units
in
model
#
Use
"tc"
for
minutes
and
"D"
for
hours
(Code
accounts
for
units)
units
<-‐
"tc"
#
3.
Change
int
to
new
IDF
equation
using
x
variables
intensity
<-‐
function(T1,tc,x1,x2,x3,x4)
#IDF
model
{
int
<-‐
x2/((x3+tc)^x1)
#in/hr
return(int)
}
#
4.
Copy
IDF
equation
above
and
paste
after
the
*
symbol
#
If
i
is
not
(in/hr)
multiply
by
unit
conversion
(time)
to
get
inches
depth
<-‐
function(T1,tc,x1,x2,x3,x4)
#Depth
model
{
dep
<-‐
(tc/60)*(x2/((x3+tc)^x1))
return(dep)
}
sse
<-‐
function(x,duration,ddfdepth,T1)
#Sum
of
Errors
Squared
Function
(SSE)
{
sum((ddfdepth
-‐
depth(T1,duration,x[1],x[2],x[3],x[4]))^2)
}
##########
OTHER
FUNCTIONS
##########
attach(ddf)
#attaches
the
.csv
data
file
xx
<-‐
c(x1,x2,x3,x4)
#places
coefficients
into
a
vector
#preventative
measure
that
removes
previous
output
files
(.csv
and
.pdf)
with
the
same
name
file.remove(paste(name,
".csv",
sep
=
""))
file.remove(paste(name,
"_IDF.pdf",
sep
=
""))
#finds
the
total
length
of
the
csv
data
cl
<-‐
length(ddf[1,])
#Finds
total
number
of
columns
(<>).csv
rl
<-‐
length(ddf[,1]);
#Finds
total
number
of
rows
(^).csv
###
defines
variables
a1
<-‐
vector()
#first
column
of
ARI
a2
<-‐
0
#last
column
of
ARI
n1
<-‐
vector()
#first
row
of
tc
n2
<-‐
0
#last
row
of
tc
temp.tc
<-‐
0
#temporary
variable
for
tc
temp.ari
<-‐
0
#temporary
variable
for
ARI
ARI
<-‐
vector()
#stores
ARIs
SSE
<-‐
0
#stores
SSEs
p_int
<-‐
0
#predicted
intensity
values
p_dep
<-‐
0
#predicted
depth
values
###
defines
used
parameter
values
for
(i
in
seq(1,4,1))
{
233
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
if(X[i]==0)
{
xx2
<-‐sub(xx[i],
"",
xx)
#replaces
unused
varaibles
with
spaces
}
}
###
define/extracts
ARIs
from
the
data
file
through
an
interative
process
for(i
in
seq
(1,cl,1))
{
#Tests
to
see
if
the
cell
has
provided
an
ARI
by
checking
for
values
in
the
first
character
ar
<-‐
ddf[[i]][r]
#steps
through
each
cell
in
the
ARI
row
ar1
<-‐
toString(ar)
#converts
the
cell
into
a
string
ar2
<-‐
unlist(strsplit(ar1,
split=""))
#splits
the
string
into
individual
characters
ar3
<-‐
strtoi(ar2[1])
#converts
the
characters
back
into
integers
#if
the
first
character
of
the
cell
is
an
integer
if(is.na(ar3)
==
FALSE)
{
temp
<-‐
gregexpr("[0-‐9]+",
ar)
#remove
words
from
the
original
cell
temp.ari[i]
<-‐
(as.numeric(unique(unlist(regmatches(ar,
temp)))))
#stores
numerical
ARI
in
temporary
array
a1
<-‐
append(a1,
i)
#array
of
column
numbers
with
used
ARI
a2
<-‐i
#last
column
of
ARI
}
}
a1
<-‐
a1[1]
#defines
column
where
ARI
starts
ARI
<-‐
rbind(temp.ari[a1:a2])
#places
ARIs
from
spreadsheet
into
variable
lARI
<-‐
length(ARI)
#finds
total
number
of
ARIs
###if
an
IDF
model
contains
T(ARI)
if(T1
!=
0)
{
T1
<-‐
ARI
#ARI
is
set
to
T1
}
###
define/extracts
durations
from
data
file
through
an
interative
process
#key
words/units
for
finding
and
converting
durations
min
<-‐
"min"
hr
<-‐
"hr"
ho
<-‐
"ho"
day
<-‐
"day"
Sys.setlocale('LC_ALL','C')
#preventative
measure
#
beginning
of
iteration
process
for
durations
for(i
in
seq
(1,rl,1))
{
#Tests
to
see
if
the
cell
has
provided
a
duration
by
checking
for
values
in
the
first
character
dur
<-‐
ddf[[c]][i]
#steps
through
each
cell
in
the
duration
column
dur1
<-‐
toString(dur)
#converts
the
cell
into
a
string
dur2
<-‐
unlist(strsplit(dur1,
split=""))
#splits
the
string
into
individual
characters
234
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
235
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
if(units=='D')
{
z
<-‐
tc
z1
<-‐
tc[1]
z2
<-‐
tc[ltc]
}else
{
z
<-‐
tc/60
z1
<-‐
tc[1]/60
z2
<-‐
tc[ltc]/60
}
##########
COEFFICIENT
RETRIEVAL
-‐
NLM
PACKAGE
##########
#uses
the
nlm
package
to
develop
rainfall
coefficients
#produces
rainfall
values
(csv)
and
IDF
curve
(pdf)
outputs
#creates
a
header
for
the
output
csv
file
Header
<-‐
c("ARI",
xx2)
Header1
<-‐
rbind(Header)
write.table(Header1,
quote=FALSE,
row.names=F,col.names=F,
paste(name,
".csv",
sep
=
""),append=T)
###creates
log-‐log
plot
axes
time.range
<-‐
c(z1,z2)
int.range
<-‐
c(0.002,
50)
time.label
<-‐
as.character(signif(z,
digits
=
3))
zz
<-‐
c(.002,.005,
0.01,
0.02,
0.05,0.1,
0.2,
0.5,
1.0,
2.0,
5.0,
10.0,
20.0,
40.0)
zz.label
<-‐
as.character(zz)
pdf(paste(name,
"_IDF.pdf",
sep
=
""),
onefile
=
TRUE)
plot(time.range,
int.range,
log="xy",
type="n",
tcl=0.5,
xaxt
=
"n",
yaxt
=
"n",
xlab="LOGARTIHM
OF
RAINFALL
DURATION
(HRS)",
ylab="LOGARITHM
OF
RAINFALL
INTENSITY
(IN/HR)")
axis(1,
at=c(z),
lab=time.label,
font.axis
=
1)
axis(2,
at=c(zz),
lab=zz.label,
font.axis
=
1)
#loop
to
retrieve
coefficients
based
on
nlm
package
jj
<-‐
1
for(i
in
seq(a1,(a2+1),1))
{
if(jj<
a2)
{
#defines
vector
of
durations
ddfdepth
<-‐
ddf[[i]][n1:n2]
ddfdepth
<-‐
as.numeric(as.character(ddfdepth))
duration
<-‐
tc
#calls
nlm
package
to
generate
coefficients
NEW
<-‐
nlm(sse,c(X[1],X[2],X[3],X[4]),duration,ddfdepth,T1,steptol=1e-‐10,
gradtol=1e-‐6)
x
<-‐
NEW$estimate
236
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
s
<-‐
NEW$minimum
#stabilizes
initial
parameters
to
accurately
minimize
SSE
for(i2
in
seq(1,3,1))
{
NEW
<-‐
nlm(sse,c(x[1],x[2],x[3],x[4]),duration,ddfdepth,T1,steptol=1e-‐10,
gradtol=1e-‐6)
x
<-‐
NEW$estimate
s
<-‐
NEW$minimum
}
#calculates
predicted
intensity
and
depth
values
at
each
duration
for(i3
in
seq(1,ltc,1))
{
p_int[i3]<-‐
(intensity(T1,tc[i3],NEW$estimate[1],NEW$estimate[2],NEW$estimate[3],NEW$estimate[4]))
p_dep[i3]<-‐(depth(T1,tc[i3],NEW$estimate[1],NEW$estimate[2],NEW$estimate[3],NEW$estimate[4]))
}
#removes
unused
rainfall
coefficients
from
output
files
for
(i4
in
seq(1,4,1))
{
if(as.character(X[i4])==
0)
{
NEW$estimate
<-‐
NEW$estimate[!NEW$estimate
%in%
c(0)]
}
}
NEW2
<-‐
rbind(c(ARI[jj],NEW$estimate))
write.table(NEW2,
quote=FALSE,
row.names=F,col.names=F,
paste(name,
".csv",
sep
=
"")
,append=T)
y
<-‐
c(p_int[1:ltc])
#defines
points
to
be
plotted
on
output
IDF
curve
(pdf)
if(units=='D')
#
unit
conversion
based
on
duration
variable
chosen
{
xplot
<-‐
tc[1:ltc]
#x
in
hours
}else
{
xplot
<-‐
tc[1:ltc]/60
#x
in
hours
}
#plots
the
generated
IDF
curves
points(xplot,y,
col="black",
pch=1,
lwd=2)
xspline(xplot,y,
shape=0.5,
open=TRUE,
repEnds
=
TRUE,
draw
=TRUE,
lwd=1.5,
col="black",
lty=1)
}
jj
<-‐
jj+1
#step
count
}
dev.off()
#closes
specified
device
237
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
#
RCode
finds
rainfall
coefficients
at
each
ARI
based
on
IDF
model
and
nlm
package
#
Code
written
for
single
locations
##########
SETUP
##########
(WD
<-‐
getwd())
#gets
working
directory
if
(!is.null(WD))
setwd(WD)
#sets
working
directory
rm(list
=
ls())
#removes
variables
from
workspace
detach(ddf)
#preventative
measure
to
detach
old
excel
files
#########
USER
DEFINED
DATA
##########
#
1.
Enter
"*.csv"
title
(case
sensitive)
ddf
<-‐
read.csv("fe_text_mean_marietta.csv",
header
=
FALSE,
na.strings
=
"")
#
2.
Enter
desired
file
name
for
output
files
(.csv
and
.pdf)
#
MUST
be
changed
for
each
run
name
=
"EnterNameHere"
#
3.
Enter
column
number
where
counties
are
labeled
on
.csv
c
<-‐
1
#
4.
Enter
row
number
where
durations
are
labeled
on
.csv
r
<-‐
14
#
5.Initial
parameter
estimates
(0.006)
#
Change
if
"non-‐finite
value
supplied
by
'nlm'"
message
appears
#
Unused
coefficients
are
set
to
0
X
<-‐
vector()
X[1]
<-‐
0.006
#e
X[2]
<-‐
0.006
#b
X[3]
<-‐
0.006
#d
X[4]
<-‐
0
#none
#
If
changing
IDF
model
#follow
instructions
in
IDF
MODEL
FUNCTION
below
###########
IDF
MODEL
STRUCTURE
###########
#Intensity-‐Duration-‐Frequency
Model
(TxDOT
2014)
#
If
changing
IDF
models,
follow
the
numbered
instructions
#
1.
Define
Coefficients
of
IDF
Model
x1
to
x4
(alphabet)
#
For
unused
variables,
set
to
0
x1
<-‐
'e'
x2
<-‐
'b'
x3
<-‐
'd'
x4
<-‐
0
T1
<-‐
0
#
Return
period
238
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
#
2.
Define
duration
based
on
units
in
model
#
Use
"tc"
for
minutes
and
"D"
for
hours
(Code
accounts
for
units)
units
<-‐
"tc"
#
3.
Change
int
to
new
IDF
equation
using
x
variables
intensity
<-‐
function(T1,tc,x1,x2,x3,x4)
#IDF
model
{
int
<-‐
x2/((x3+tc)^x1)
#in/hr
return(int)
}
#
4.
Copy
IDF
equation
above
and
paste
after
the
*
symbol
#
If
i
is
not
(in/hr)
multiply
by
unit
conversion
(time)
to
get
inches
depth
<-‐
function(T1,tc,x1,x2,x3,x4)
#Depth
model
{
dep
<-‐
(tc/60)*(x2/((x3+tc)^x1))
return(dep)
}
sse
<-‐
function(x,duration,ddfdepth,T1)
#Sum
of
Errors
Squared
Function
(SSE)
{
sum((ddfdepth
-‐
depth(T1,duration,x[1],x[2],x[3],x[4]))^2)
}
##########
OTHER
FUNCTIONS
##########
attach(ddf)
#attaches
the
.csv
data
file
xx
<-‐
c(x1,x2,x3,x4)
#places
coefficients
into
a
vector
#preventative
measure
that
removes
previous
output
files
(.csv
and
.pdf)
with
the
same
name
file.remove(paste(name,
".csv",
sep
=
""))
file.remove(paste(name,
"_IDF.pdf",
sep
=
""))
#finds
the
total
length
of
the
csv
data
cl
<-‐
length(ddf[1,])
#Finds
total
number
of
columns
(<>).csv
rl
<-‐
length(ddf[,1]);
#Finds
total
number
of
rows
(^).csv
###
defines
variables
a1
<-‐
vector()
#first
column
of
ARI
a2
<-‐
0
#last
column
of
ARI
n1
<-‐
vector()
#first
row
of
tc
n2
<-‐
0
#last
row
of
tc
temp.tc
<-‐
0
#temporary
variable
for
tc
temp.ari
<-‐
0
#temporary
variable
for
ARI
ARI
<-‐
vector()
#stores
ARIs
SSE
<-‐
0
#stores
SSEs
p_int
<-‐
0
#predicted
intensity
values
p_dep
<-‐
0
#predicted
depth
values
###
defines
used
parameter
values
for
(i
in
seq(1,4,1))
{
239
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
if(X[i]==0)
{
xx2
<-‐sub(xx[i],
"",
xx)
#replaces
unused
varaibles
with
spaces
}
}
###
define/extracts
durations
from
the
data
file
through
an
interative
process
#key
words/units
for
finding
and
converting
durations
min
<-‐
"min"
hr
<-‐
"hr"
ho
<-‐
"ho"
day
<-‐
"day"
Sys.setlocale('LC_ALL','C')
#preventative
measure
for(i
in
seq
(1,cl,1))
{
#Tests
to
see
if
the
cell
has
provided
an
ARI
by
checking
for
values
in
the
first
character
dur
<-‐
ddf[[i]][r]
#steps
through
each
cell
in
the
ARI
row
dur1
<-‐
toString(dur)
#converts
the
cell
into
a
string
dur2
<-‐
unlist(strsplit(dur1,
split=""))
#splits
the
string
into
individual
characters
dur3
<-‐
strtoi(dur2[1])
#converts
the
characters
back
into
integers
#If
a
value
is
found,
proceed
through
if
statements
to
identify
key
words
if(is.na(dur3)==
FALSE)
{
temp
<-‐
gregexpr("[0-‐9]+",
dur)
#removes
strings
from
duration
#checks
if
duration
has
units
of
minutes
if(grepl(min,
dur)
==
TRUE)
{
#removes
words
from
the
cell
and
stores
duration
(minutes)
into
a
vector
temp.tc[i]
<-‐
(as.numeric(unique(unlist(regmatches(dur,
temp)))))
n1
<-‐
append(n1,
i)
}
#checks
if
duration
has
units
of
hours
if((grepl(hr,
dur)
==
TRUE)
||
(grepl(ho,
dur)
==
TRUE))
{
#removes
words
from
the
cell
and
stores
duration
(minutes)
into
a
vector
temp.tc[i]
<-‐
(as.numeric(unique(unlist(regmatches(dur,
temp)))))*60
n2
<-‐i
}
#checks
if
duration
has
units
of
days
if(grepl(day,
dur)
==
TRUE)
{
#removes
words
from
the
cell
and
stores
duration
(minutes)
into
a
vector
temp.tc[i]
<-‐
(as.numeric(unique(unlist(regmatches(dur,
temp)))))*24*60
n2
<-‐i
#defines
row
where
duration
ends
}
}
240
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
}
n1
<-‐
n1[1]
#array
of
column
numbers
with
used
ARI
n2
<-‐i
#last
column
of
ARI
#converts
duration
into
hours
for
plotting
purposes
if(units=='D')
#
if
an
IDF
model
contains
D
(hrs)
{
tc
<-‐
rbind(temp.tc[n1:n2])*60
#sets
duration
in
hours
into
a
vector
ltc
<-‐
length(tc)
#finds
total
number
of
tc
z
<-‐
tc
z1
<-‐
tc[1]
z2
<-‐
tc[ltc]
}else
#if
an
IDF
model
contains
tc
(min)
{
tc
<-‐
rbind(temp.tc[n1:n2])
#sets
duration
in
minutes
into
a
vector
ltc
<-‐
length(tc)
#finds
total
number
of
tc
z
<-‐
tc/60
z1
<-‐
tc[1]/60
z2
<-‐
tc[ltc]/60
}
###
defines
locations
from
data
file
through
an
interative
process
#
beginning
of
iteration
process
for
durations
#define
start
of
county
a1
<-‐
r+1
a2
<-‐
length(ddf[[c]])
co
<-‐
ddf[[c]][a1:a2]
##########
COEFFICIENT
RETRIEVAL
-‐
NLM
PACKAGE
##########
#uses
the
nlm
package
to
develop
rainfall
coefficients
#produces
rainfall
values
(csv)
and
IDF
curve
(pdf)
outputs
#creates
a
header
for
the
output
csv
file
Header
<-‐
c("County",
xx2)
Header1
<-‐
rbind(Header)
write.table(Header1,
quote=FALSE,
row.names=F,col.names=F,
paste(name,
".csv",
sep
=
""),append=T)
###creates
log-‐log
plot
axes
time.range
<-‐
c(z1,z2)
int.range
<-‐
c(0.002,
50)
time.label
<-‐
as.character(signif(z,
digits
=
3))
zz
<-‐
c(.002,.005,
0.01,
0.02,
0.05,0.1,
0.2,
0.5,
1.0,
2.0,
5.0,
10.0,
20.0,
40.0)
zz.label
<-‐
as.character(zz)
pdf((paste(name,
"_IDF.pdf",
sep
=
"")),
onefile
=
TRUE)
#loop
to
retrieve
coefficients
based
on
nlm
package
duration
<-‐
tc
241
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
242
Texas
Tech
University,
Cristal
C.
Tay,
December
2015
#defines
points
to
be
plotted
on
output
IDF
curve
(pdf)
if(units=='D')
#
unit
conversion
based
on
duration
variable
chosen
{
xplot
<-‐
tc[1:ltc]
#x
in
hours
}else
{
xplot
<-‐
tc[1:ltc]/60
#x
in
hours
}
#plots
the
generated
IDF
curves
points(xplot,y,
col="black",
pch=1,
lwd=2)
xspline(xplot,y,
shape=0.5,
open=TRUE,
repEnds
=
TRUE,
draw
=TRUE,
lwd=1.5,
col="black",
lty=1)
}
dev.off()
#closes
specified
device
243