Commit e32336d5 authored by unknown's avatar unknown
Browse files

v1.0.8.3 Param_Sets_GR4J documentation updated #4562

Showing with 5 additions and 5 deletions
+5 -5
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")),
......
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment