Revisiting AGWS calculations
From #31
- For modeled output add a plot of
AGWET vs. AGWS:
- Also, can we revisit the notion of calculating AGWS for USGS gage flows based on computed AGWRC and AGWO
- Can we then plot these for the USGS gages?
- Also note, the estimation of AGWS based on AGWO estimated from USGS gage flow is a fundamental output/goal of this project, so, making progress here is going to be a massive accomplishment.
Current Branch: https://github.com/HARPgroup/baseflow_storage/tree/ih_model_calcs
Current equation using information from the HSPF user manual:
$AGWS = \frac{AGWO}{KGW (1 + KVARY \cdot GWVS)}$ and $KGW = 1 - AGWRC^{\left(\frac{hr/int}{ 24}\right)}$.
In order to use AGWRC, we have to assume that $KVARY*GWVS =0$, so the final equation I used is
$AGWS = \frac{AGWO}{1-AGWRC}$
Current script for calcs and plots: SF_event_summary and calc_storage
Updates From 1/20 Meeting
- Supported hypothesis that ET does now have major impact on flow
- Look at specific events with low flow
- Try other gages
- Flow vs. change in storage?
- Create separate step/function for storage calc at given time
- Use new function in Will's app
- Check storage vs. time to make sure it decreases over event
Revisiting AGWS calculations
From #31
AGWET vs. AGWS:Current Branch: https://github.com/HARPgroup/baseflow_storage/tree/ih_model_calcs
Current equation using information from the HSPF user manual:
In order to use AGWRC, we have to assume that$KVARY*GWVS =0$ , so the final equation I used is
Current script for calcs and plots: SF_event_summary and calc_storage
Updates From 1/20 Meeting