Summary
Add support for a regulated–unregulated (reg–unreg) transform workflow within rfaR. This feature would allow users to sample regulated inflow-volume frequency and transform it back to an unregulated equivalent before routing, enabling frequency analysis in systems where observed inflows are influenced by upstream regulation.
Motivation
Many reservoir systems receive inflows that are already regulated by upstream dams or diversions. Conducting frequency analysis directly on regulated flows conflates hydrologic signal with operational influence. A reg–unreg transform step would allow rfaR to recover the unregulated flood signal and route it through the reservoir of interest, producing more physically defensible stage-frequency results.
Proposed Workflow
- Sample regulated inflow-volume frequency — draw inflow volume samples from the fitted regulated frequency distribution (LP3 or GEV) using the existing stratified sampling framework.
- Apply reg–unreg transform — convert regulated inflow volumes/hydrographs to their unregulated equivalents using a user-supplied transform relationship (e.g., regression curve, lookup table, or ratio-based correction).
- Route — pass the unregulated hydrographs through the Modified Puls reservoir routing routine as in the standard
rfa_simulate workflow.
Implementation Considerations
Related
rfa_simulate()
scale_hydrograph()
- Stratified sampling bin structure
Summary
Add support for a regulated–unregulated (reg–unreg) transform workflow within
rfaR. This feature would allow users to sample regulated inflow-volume frequency and transform it back to an unregulated equivalent before routing, enabling frequency analysis in systems where observed inflows are influenced by upstream regulation.Motivation
Many reservoir systems receive inflows that are already regulated by upstream dams or diversions. Conducting frequency analysis directly on regulated flows conflates hydrologic signal with operational influence. A reg–unreg transform step would allow
rfaRto recover the unregulated flood signal and route it through the reservoir of interest, producing more physically defensible stage-frequency results.Proposed Workflow
rfa_simulateworkflow.Implementation Considerations
Related
rfa_simulate()scale_hydrograph()