-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
On 2/10 we discussed using the formulas from these regression lines to estimate outflows with varying input AGWRCs.
- Here are the coefficients and intercepts from the plots above
- Here are the landseg weight for each gage
- Here are the model parameters
- Here are the area weighted model AGWRCs
The scripts that I am using for calculations are:
Landseg AGWRCs from model parameters:
| LANDSEG | AGWR |
|---|---|
| N51139 | 0.988717 |
| H51165 | 0.970516 |
| N51165 | 0.950533 |
| N51171 | 0.946215 |
| N51187 | 0.978883 |
| N51660 | 0.920000 |
| N54031 | 0.947705 |
| N54071 | 0.962637 |
Steps/Options for Simulating varying AGWRC: @ilonah22
- Use the line that we plot through our chart as a proposed baseflow function
- 1a Compare Model regression line to HSPF AGWRC coefficient (weighted param value)
- If our method of identifying events and capturing AGWRCs is accurate, then the values should look similar (numerically)
- Link to CSV with model parameters used in 1a calcs:
- On the server these params are in the file:
/media/model/p6/input/param/pas/P620171001WQf/PWATER.csv
- Error/Bias analysis of AGWRC estimate
- Quantile regression of baseflow events for better AGWRC estimate
- Do this if we conclude than using the median line is producing a biased result (too high or too low AGWRC)
- First check values quantitatively to determine what is "close enough"
- Does the travel time in the watershed naturally shift the calculated AGWRC higher?
- Quantile regression of baseflow events for better AGWRC estimate
- Comparison of AGWRC vs USGS Flow to provide model parameters
- After we have determined what the relationship between flow and AGWRC should be, translate into relationship between storage and AGWRC
- R-based model using
AGWRC=f(AGWS)and HSPF equations #51- Eventually be able to use model to project into the future given current flow
- Modify HSPF (special actions)#### Extracting formula for
$C_{AGWRC} = f(AGWS)$ - Note: ultimately we will be simulating$C_{AGWR} = f(S_{AGW})$ , and since we understand the relationship between AGWRC and Qout, this should be trivial -- but let us not forget this.
The first thing I wanted to do was set up the correct formula using these coefficients. In this example, from Cootes Store gage data.

lm(formula = event_AGWRC ~ log(median_flow))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels