diff --git a/DESCRIPTION b/DESCRIPTION index 70a85ac9059cc07fb1c40aa1713c910fa347ce09..e36c456df0b0758c549803fbb2d0d37720e3a26a 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.4.3.89 -Date: 2020-06-09 +Version: 1.4.3.90 +Date: 2020-06-23 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@inrae.fr"), diff --git a/NEWS.md b/NEWS.md index e1b70f56e7eea3671b27a7cb5ef4821cee28186b..35c079e2a9e5fa5a71d2b376dcf02e72e39f2e5d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 1.4.3.89 Release Notes (2020-06-09) +### 1.4.3.90 Release Notes (2020-06-23) #### Version control and issue tracking diff --git a/README.md b/README.md index aab6b9cb55b8456981445cd14c2eaeb2c0ba3ec5..ef2c0ad1657f36d17a8abe92a4fc6e45d37b74cd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Six hydrological models and one snow melt and accumulation model are implemented These models can be called within airGR using the following functions: - `RunModel_GR4H`: four-parameter hourly lumped hydrological model (Mathevet, 2005) - - `RunModel_GR5H`: four-parameter hourly lumped hydrological model (Ficchi, 2017; Ficchi *et al.*, 2019) + - `RunModel_GR5H`: five-parameter hourly lumped hydrological model (Ficchi, 2017; Ficchi *et al.*, 2019) - `RunModel_GR4J`: four-parameter daily lumped hydrological model (Perrin *et al.*, 2003) - `RunModel_GR5J`: five-parameter daily lumped hydrological model (Le Moine, 2008) - `RunModel_GR6J`: six-parameter daily lumped hydrological model (Pushpalatha *et al.*, 2011)