- one for the calibration phase
- one for the "validation" phase
- generates a set of model's parameters,
- estimates with the rainfall-runoff hydrological model and any given set of parameters the discharges,
- compares what computed with what is measured by using a goodness of fit indicator
- keeps the set of parameter that gives the best performances
- repeats the operation a huge number of times (and use some heuristics for searching the best set overall)
This set of parameters is the one used for "forecasting" and
- is now used against the validation set to check its performances.
- separate the initial data set into 3 parts (one for first calibration, one for selection, and one for validation).
- Among the 1% (or x% where x is let at your decision) of best performing in the calibration phase is selected (called the behavioural set). Then 1% (one over 10^4) best performing in the selection phase is further sieved.
- This 1 per ten thousand is chosen to be used in the validation phase