From 3a1de0b4bf144b5f82e6ad645207b765fb71a4c8 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Thu, 2 May 2019 13:09:13 +0200 Subject: [PATCH] v1.2.14.15 DOC: deprectaded and mispelling arguments corrected in get strated vignette --- DESCRIPTION | 4 ++-- vignettes/V01_get_started.Rmd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 67dd2c65..05578ef6 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 f7c029e2..65025a36 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. -- GitLab