Difference between revisions of "Calculating catchment characteristics"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Hydrology in R]] | [[Category:Hydrology in R]] | ||
− | A | + | A nice paper I came across recently (Latron et al., 2008), uses some simple indicators to determine rainfall–runoff relationship for a catchment. The R code for deriving them from time series is very simple and left as an excercise. |
− | Rainfall depth | + | * Rainfall depth (mm) |
− | Mean rainfall intensity | + | |
− | Maximum rainfall intensity | + | * Mean rainfall intensity (mm) |
− | Storm-flow | + | |
− | Storm-flow coefficient | + | * Maximum rainfall intensity (mm) |
− | Base-flow specific discharge | + | |
− | (at the start of the flood) | + | * Storm-flow (mm) |
− | Peak-flow specific discharge | + | |
− | Specific discharge increment | + | * Storm-flow coefficient (%) |
+ | |||
+ | * Base-flow specific discharge (at the start of the flood) (l/s/km2) | ||
+ | |||
+ | * Peak-flow specific discharge (l/s/km2) | ||
+ | |||
+ | * Specific discharge increment (l/s/km2) | ||
+ | |||
+ | |||
+ | ===References=== | ||
+ | |||
+ | * J. Latron, M. Soler, P. Llorens and F. Gallart, 2008. Spatial and temporal variability of the hydrological response in a small Mediterranean research catchment (Vallcebre, Eastern Pyrenees). Hydrol. Process. 22, 775-787. |
Latest revision as of 18:20, 3 August 2008
A nice paper I came across recently (Latron et al., 2008), uses some simple indicators to determine rainfall–runoff relationship for a catchment. The R code for deriving them from time series is very simple and left as an excercise.
- Rainfall depth (mm)
- Mean rainfall intensity (mm)
- Maximum rainfall intensity (mm)
- Storm-flow (mm)
- Storm-flow coefficient (%)
- Base-flow specific discharge (at the start of the flood) (l/s/km2)
- Peak-flow specific discharge (l/s/km2)
- Specific discharge increment (l/s/km2)
References
- J. Latron, M. Soler, P. Llorens and F. Gallart, 2008. Spatial and temporal variability of the hydrological response in a small Mediterranean research catchment (Vallcebre, Eastern Pyrenees). Hydrol. Process. 22, 775-787.