diff --git a/DESCRIPTION b/DESCRIPTION index 67dd2c65403caa30290bf2cd77f141a23260251d..05578ef6af576128a12e1532c03c9331bfee9298 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.2.14.14 -Date: 2019-04-17 +Version: 1.2.14.15 +Date: 2019-05-02 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"), diff --git a/vignettes/V01_get_started.Rmd b/vignettes/V01_get_started.Rmd index f7c029e213556a8c3b1191dab7d613b1aa4aa021..65025a3664460de75d9d6cb47f5a883776b5b2fb 100644 --- a/vignettes/V01_get_started.Rmd +++ b/vignettes/V01_get_started.Rmd @@ -195,7 +195,7 @@ The calibration algorithm optimizes the error criterion selected as objective-fu ```{r} OutputsCalib <- Calibration_Michel(InputsModel = InputsModel, RunOptions = RunOptions, InputsCrit = InputsCrit, CalibOptions = CalibOptions, - FUN_MOD = RunModel_GR4J, FUN_CRIT = ErrorCrit_NSE) + FUN_MOD = RunModel_GR4J) Param <- OutputsCalib$ParamFinalR Param ``` @@ -240,7 +240,7 @@ Although it is possible for the user to design its own graphics from the outputs * correlation plot between simulated and observed discharge (if observed discharge provided) ```{r,eval=F} -plot(OutputsModel, Obs = BasinObs$Qmm[Ind_Run]) +plot(OutputsModel, Qobs = BasinObs$Qmm[Ind_Run]) ``` Moreover, if the CemaNeige model is used, the air temperature and the simulated snowpack water equivalent time series are plotted.