ScaleAquiferData
applies a user-specified scaling factor timestep.ratio
to the RETRATE
time step-dependent recession coefficient
in a HYPE AquiferData data frame. All RETRATE
values that are not equal to zero are assumed to be aquifer rows and will be converted to the new time step.
Recession coefficients are matched against an inbuilt set of column names. To see these names, call ScaleAquiferData(print.par = TRUE)
.
Please notify us if you find any missing coefficients.
Timestep-dependent recession coefficients are scaled using the relationship described in:
Nalbantis, Ioannis (1995). “Use of multiple-time-step information in rainfall-runoff modelling”, Journal of Hydrology 165, 1-4, pp. 135–159.
new_coefficient_value = 1 - (1 - old_coefficient_value)^time_step_ratio
Use the ScalePar
and ScaleFloodData
functions to scale the time-dependent parameters and recession coefficients in par.txt and FloodData.txt files, respectively.
Note that ScalePar
does not scale the values for the "gratk", "ilratk", "olratk", or "wetrate" rating curve recession coefficients in par.txt because they are not limited to the range 0-1.
Likewise, HYPEtools does not provide any scaling function for the "RATE" columns in DamData.txt and LakeData.txt because these values are not limited to the range 0-1.
We recommend looking at the results from the lakes/wetlands and recalibrating these parameters and their related power coefficients as needed.