diff --git a/DESCRIPTION b/DESCRIPTION index 09f64021ab4cdf58f18fea7e70d65fbb6c1a7793..abcc4f57b4b923b87516a3669a35774bf198dcc0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.0.8.2 +Version: 1.0.8.3 Date: 2017-06-21 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/man/Param_Sets_GR4J.Rd b/man/Param_Sets_GR4J.Rd index 9be3fd22ebd2f941ac8fd3042ac120d8056d4324..49d09ee3660570ee94cc8435699c4ca0d074437e 100644 --- a/man/Param_Sets_GR4J.Rd +++ b/man/Param_Sets_GR4J.Rd @@ -17,9 +17,9 @@ }} \description{ -This dataset of parameter sets can be used for the grid-screening calibration procedure. -Please pay attention to the fact that the given GR4J X4u variable does not correspond to the actual GR4J X4 parameter. -As explained in Andréassian \emph{et al.} (2014; section 2.1), the given GR4J X4u value has to be adjusted (rescaled) using the catchment area (S) [km2] as follows: {X4 = X4u * S^0.3}. +This parameter sets can be used for the grid-screening calibration procedure. +Please NOTE that the given GR4J X4u variable does not correspond to the actual GR4J X4 parameter. +As explained in Andréassian \emph{et al.} (2014; section 2.1), the given GR4J X4u value has to be adjusted (rescaled) using catchment area (S) [km2] as follows: {X4 = X4u * S^0.3}. Please, see the example below. } @@ -65,7 +65,7 @@ RunOptions <- CreateRunOptions(FUN_MOD = RunModel_GR4J, InputsCrit <- CreateInputsCrit(FUN_CRIT = ErrorCrit_NSE, InputsModel = InputsModel, RunOptions = RunOptions, Qobs = BasinObs$Qmm[Ind_Run]) -## preparation of CalibOptions object using the generalist parameter sets +## preparation of CalibOptions object using the generalist parameter sets as starting point CalibOptions <- CreateCalibOptions(FUN_MOD = RunModel_GR4J, FUN_CALIB = Calibration_Michel, StartParamList = Param_Sets_GR4J)