Commit b5695d79 authored by unknown's avatar unknown
Browse files

airGR version 1.0.3

Showing with 11 additions and 3 deletions
+11 -3
......@@ -2,7 +2,7 @@ Package: airGR
Type: Package
Title: Suite of GR hydrological models for precipitation-runoff modelling
Version: 1.0.3
Date: 2016-11-23
Date: 2016-12-09
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")),
......
#### 1.0.3 RELEASE NOTES ###########################
- Bug fixed when StartParamList or StartParamDistrib arguments are used in the CreateCalibOptions() function.
- CreateInputsModel() now returns an error if NLayers <= 0 when CemaNeige is used.
- plot_OutputsModel() now displays raw values on the y-axis when the discharge time series is represented with log scale (formerly, log values of discharges were displayed on the y-axis).
- ErrorCrit*() functions gain a warnings argument to replace the verbose action and the verbose argument now prints the criterion value(s).
#### 1.0.2 RELEASE NOTES ###########################
- The RunModel_GR6J() and RunModel_CemaNeigeGR6J() models were modified back to versions previous to 1.0.1 to prevent from unwanted efficiency criteria deterioration related to the calibration with Calibration_Michel().
......
......@@ -46,9 +46,7 @@ str(OutputsModel)
## ------------------------------------------------------------------------
OutputsCrit <- ErrorCrit_NSE(InputsCrit = InputsCrit, OutputsModel = OutputsModel)
str(OutputsCrit)
## ------------------------------------------------------------------------
OutputsCrit <- ErrorCrit_KGE(InputsCrit = InputsCrit, OutputsModel = OutputsModel)
str(OutputsCrit)
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