diff --git a/DESCRIPTION b/DESCRIPTION index 5ecefdd35dd8cb31032fb4d74322559275313beb..96fcccbb15682d5957f7b743364a8337a08c3089 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.4.3.49 +Version: 1.4.3.50 Date: 2020-01-20 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 3b75c7f4b2f5d1cc4782ec40d0bae060276220ad..4665a132af79dc09684952b4397ba1f08a53b8a3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.4.3.49 Release Notes (2020-01-20) +### 1.4.3.50 Release Notes (2020-01-20) #### New features diff --git a/man/RunModel_GR5H.Rd b/man/RunModel_GR5H.Rd index 092433e4a747e24ef610905fcfc0b3f6d4e22260..6878375a68cd8400fb7bbd5b9a3eb2e760e54154 100644 --- a/man/RunModel_GR5H.Rd +++ b/man/RunModel_GR5H.Rd @@ -85,7 +85,7 @@ InputsModel <- CreateInputsModel(FUN_MOD = RunModel_GR5H, DatesR = BasinObs$Date ## run period selection Ind_Run <- seq(which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2004-03-01 00:00"), - which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2006-12-31 23:00")) + which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2005-12-31 23:00")) ## Imax computation Imax <- Imax(InputsModel = InputsModel, IndPeriod_Run = Ind_Run,