F
Fergus
Hi,
I have data taken from standard graphs which give flows for drainage
areas.
In the past we would use this data to plot a straight line on a log
scale. We would then print this graph out and manually draw lines
parallel to it at specific flow rates (for a known drainage area).
This would give us flow graphs for a particular channel shape for
10yr, 50yr, 100yr and 500yr storms. We would then use these lines to
manually read off the flows at these return periods for other drainage
areas.
I have been creating a spreadsheet that automatically interpolates or
extrapolates information from the graph data. This gives me two
points which I plot on a log scale. For example:
Area Q
(acres) cfs
3000 3040
300 580
Using the LINEST function I can find the c and b constants in the
power function y=cx^b. This then allows me to plug in any value of
Area and get the corresponding flow (Q). These flows however are for
a specific storm. I need to shift the graph in order to get the flow
for a specific return period.
For example:
Area Flow Return Period
2630 1410 10-yr
2630 2222 50-yr
2630 2647 100-yr
2630 3900 500-yr
My problem is how do I shift the the line automatically (through a
worksheet function) so that it has the same shape and gradient but
incorporates a different point (eg. 2630, 1410 for the 10yr storm)
I hopw that I've explained my problem sufficiently! Thanks in advance
for your help.
I have data taken from standard graphs which give flows for drainage
areas.
In the past we would use this data to plot a straight line on a log
scale. We would then print this graph out and manually draw lines
parallel to it at specific flow rates (for a known drainage area).
This would give us flow graphs for a particular channel shape for
10yr, 50yr, 100yr and 500yr storms. We would then use these lines to
manually read off the flows at these return periods for other drainage
areas.
I have been creating a spreadsheet that automatically interpolates or
extrapolates information from the graph data. This gives me two
points which I plot on a log scale. For example:
Area Q
(acres) cfs
3000 3040
300 580
Using the LINEST function I can find the c and b constants in the
power function y=cx^b. This then allows me to plug in any value of
Area and get the corresponding flow (Q). These flows however are for
a specific storm. I need to shift the graph in order to get the flow
for a specific return period.
For example:
Area Flow Return Period
2630 1410 10-yr
2630 2222 50-yr
2630 2647 100-yr
2630 3900 500-yr
My problem is how do I shift the the line automatically (through a
worksheet function) so that it has the same shape and gradient but
incorporates a different point (eg. 2630, 1410 for the 10yr storm)
I hopw that I've explained my problem sufficiently! Thanks in advance
for your help.