Skip to content

Estimating Varying AGWRCs with Outflow/AGWS #47

@ilonah22

Description

@ilonah22

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:

Steps/Options for Simulating varying AGWRC: @ilonah22

  1. 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
  2. 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"
  3. 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
  4. 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
  5. 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.
Image

lm(formula = event_AGWRC ~ log(median_flow))

$eventAGWRC = -0.0003047*log(Q) +0.9445$

$\frac{eventAGWRC - 0.9445}{-0.0003047} = log(Q)$

$Q = 10^{\frac{eventAGWRC - 0.9445}{-0.0003047}}$

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions