Problem 57765. Determine whether a hydrograph is a unit hydrograph
A hydrograph describes the runoff response of a catchment or watershed to rainfall. It shows the runoff rate Q (or flow or discharge) as a function of time t resulting from a given excess rainfall (expressed as a depth P) for a storm of a specified duration. A unit hydrograph results from unit excess rainfall (e.g., P = 1 cm).
Write a function to determine whether a hydrograph is a unit hydrograph. Inputs to the function will be time t in minutes, the flow rate Q in
, and the catchment area A in
. Allow for a tolerance of 0.01 cm in the excess rainfall depth.
Solution Stats
Problem Comments
-
2 Comments
Dyuman Joshi
on 11 Mar 2023
Chris, the problem statement specifies that Area is in km2 but the test suite mention that Area is in m2.
ChrisR
on 11 Mar 2023
Corrected. Thanks Dyuman.
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Set the array elements whose value is 13 to 0
1416 Solvers
-
Volume of a sphere given its surface area
152 Solvers
-
541 Solvers
-
85 Solvers
-
Compute flow in a partially full pipe
5 Solvers
More from this Author314
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!