Summary
Verify that rfaR correctly handles all computational timesteps supported by RMC-RFA: 15-minute, 1-hour, 6-hour, and 12-hour. Ensure routing, hydrograph scaling, and all dependent calculations produce correct results across all four intervals.
Motivation
RMC-RFA supports multiple hydrograph timesteps, and rfaR must match that behavior for benchmark validation and interoperability. Timestep mismatches or silent assumptions baked into routing arithmetic (e.g., hardcoded seconds-per-step values) could produce incorrect stage-frequency results without any obvious error signal.
Scope
Summary
Verify that
rfaRcorrectly handles all computational timesteps supported by RMC-RFA: 15-minute, 1-hour, 6-hour, and 12-hour. Ensure routing, hydrograph scaling, and all dependent calculations produce correct results across all four intervals.Motivation
RMC-RFA supports multiple hydrograph timesteps, and
rfaRmust match that behavior for benchmark validation and interoperability. Timestep mismatches or silent assumptions baked into routing arithmetic (e.g., hardcoded seconds-per-step values) could produce incorrect stage-frequency results without any obvious error signal.Scope
hydrograph_setup(),scale_hydrograph(), andmod_puls_routing()for any hardcoded timestep assumptions.