Calibration with parameter regularisation
After HYCAR-Hydro/airgr#111 (closed), automate the regularisation in the calibration.
The main challenge is that the a priori parameters and the a priori criteria used in CreateInputsCrit_DeLavenne
for one sub-catchment are only known if the a priori sub-catchment has been already calibrated. So the InputsCrit
object should be created on-the-fly during the network calibration.
I propose to :
- add an optional parameter in
CreateInputsCrit.GRiwrmInputsModel
for specifying the use of the DeLavenne regularisation with the Id of the sub-catchment to use as a priori parameter - add a call to
CreateInputsCrit_DeLavenne
before each sub-catchment calibration