Hi Jason
The TOC_MULTIPLIER stands for time of concentration multiplier, you have this parameter in your model because of the catchment routing method set to the triangular unit hydrograph (see page 64 of the manual for the calculation of the routing and tc parameter) from the HBV-EC model template.
The value should be at a default value of 1.0, meaning all of the times of concentration for each subbasin are autocalculated and those values are used directly. You can adjust the overall routing with the TOC_MULTIPLIER parameter, which will adjust all the times of concentration by the factor you provide with this parameter. For example, a value of 2.0 for TOC_MULTIPLIER for double the time of concentration for each subbasin, and will effectively route water more quickly within the catchment.
You can also specify times of concentration for each subbasin as separate parameters if you wish. It may be more useful to use the TOC_MULTIPLIER parameter in calibration unless you have specific information for tuning individual catchments, but the synatx would be somehting like this in the rvh file.
Code: Select all
:SubBasinProperties
:Parameters TIME_TO_PEAK TIME_CONC
:Units d d
1 0.998862234 2.996586702
2 0.860190738 2.580572214
3 0.752446947 2.257340842
...
:EndSubBasinProperties
Hope that helps, feel free to repost if you have any more questions.
Cheers,
Rob