Urban adjustment factor (UAF) and percentage runoff urban adjustment factor (PRUAF)
UAF and PRUAF from catchment descriptors for QMED estimation in ungauged urban catchments
UAF(CDs = NULL, URBEXT2000, BFIHOST)
CDs |
catchment descriptors derived from either GetCDs or ImportCDs |
URBEXT2000 |
quantification of catchment urbanisation (used when CDs is not) |
BFIHOST |
baseflow index as a function of hydrological soil type of the catchment (used when CDs is not) |
a data.frame with columns UAF and PRUAF
Anthony Hammond
#Get some catchment descriptors for an urban catchment calculate the UAF & PRUAF CDs.53006 <- GetCDs(53006) UAF(CDs.53006) #Calculate UAF and PRUAF using a user input URBEXT2000 and BFIHOST UAF(URBEXT2000 = 0.1138, BFIHOST = 0.3620)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.