SCF {UKFE} | R Documentation |
Seasonal correction factor (SCF)
Description
The results of applying the ratio of the seasonal annual maximum rainfall for a given duration to the annual maximum rainfall for the same duration
Usage
SCF(SAAR, duration)
Arguments
SAAR |
standardised average annual rainfall. Numeric |
duration |
duration in hours. Numeric |
Details
The SCF and it's use is detailed in R&D Technical Report FD1913/TR - Revitalisation of the FSR/FEH rainfall runoff method (2005). The ReFH model has a design rainfall profile included for winter and summer but the depth duration frequency (DDF) model is calibrated on annual maximum peaks as opposed to seasonal peaks. The SCF is necessary to convert the DDF estimate to a seasonal one. Similarly, the DDF model is calibrated on point rainfall and the area reduction factor converts it to a catchment rainfall for use with a rainfall runoff model such as ReFH (see details of the ReFH function).The final depth, therefore is; Depth = DDFdepth x ARF x SCF.
Value
A data.frame of one row and two columns: SCFSummer and SCFWinter.
Author(s)
Anthony Hammond
Examples
#Derive the SCFs for a SAAR of 1981 and a duration of 6.5
SCF(1981, 6.5)