diff --git a/DESCRIPTION b/DESCRIPTION index d8438f080ee97660787b732cd8487ff9c7800ae7..13cbbea94cf47dd7b9826914f07cb2afdae91793 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.34 +Version: 1.4.3.35 Date: 2020-01-15 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 8918aa9f844bd7aba3806598053be580326ee1f8..772ae676dd19ab827ed3f6bf52402a9529bfa189 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.4.3.34 Release Notes (2020-01-15) +### 1.4.3.35 Release Notes (2020-01-15) #### New features diff --git a/README.md b/README.md index 73793949cb669c8ee4d8c12a3a3b2bebcb8bbd58..6a64b7db2946d56c50b6e4002b66529ce9c3ab42 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,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_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) @@ -38,6 +39,7 @@ These models can be called within airGR using the following functions: - `RunModel_GR1A`: one-parameter yearly lumped hydrological model (Mouelhi, 2003 ; Mouelhi *et al.*, 2006b) - `RunModel_CemaNeige`: two-parameter degree-day snow melt and accumulation daily model (Valéry *et al.*, 2014) - `RunModel_CemaNeigeGR4H`: combined use of GR4H and CemaNeige + - `RunModel_CemaNeigeGR5H`: combined use of GR5H and CemaNeige - `RunModel_CemaNeigeGR4J`: combined use of GR4J and CemaNeige - `RunModel_CemaNeigeGR5J`: combined use of GR5J and CemaNeige - `RunModel_CemaNeigeGR6J`: combined use of GR6J and CemaNeige @@ -58,6 +60,8 @@ For more information and to get started with the package, you can refer to the v ## References +- Ficchi, A. (2017). An adaptive hydrological model for multiple time-steps: Diagnostics and improvements based on fluxes consistency. PhD thesis, Irstea (Antony), GRNE (Paris), France. +- Ficchi, A., C. Perrin and V. Andréassian (2019). Hydrological modelling at multiple sub-daily time steps: model improvement via flux-matching. Journal of Hydrology, 575, 1308-1327. doi: https://doi.org/10.1016/j.jhydrol.2019.05.084. - Le Moine, N. (2008). Le bassin versant de surface vu par le souterrain : une voie d'amélioration des performances et du réalisme des modèles pluie-débit ?, PhD thesis (in French), UPMC - Cemagref Antony, Paris, France, 324 pp. - Mathevet, T. (2005). Quels modèles pluie-débit globaux pour le pas de temps horaire ? Développement empirique et comparaison de modèles sur un large échantillon de bassins versants, PhD thesis (in French), ENGREF - Cemagref Antony, Paris, France, 463 pp. - Mouelhi S. (2003). Vers une chaîne cohérente de modèles pluie-débit conceptuels globaux aux pas de temps pluriannuel, annuel, mensuel et journalier, PhD thesis (in French), ENGREF - Cemagref Antony, Paris, France, 323 pp. diff --git a/man/airGR.Rd b/man/airGR.Rd index 76638e306309f386179f4699e2c3479df595c1a1..43493442c0a76a41175f71eaccb2d26bd680bd93 100644 --- a/man/airGR.Rd +++ b/man/airGR.Rd @@ -52,6 +52,7 @@ For more information and to get started with the package, you can refer to the v ## ---- References +- Ficchi, A. (2017). An adaptive hydrological model for multiple time-steps: Diagnostics and improvements based on fluxes consistency. PhD thesis, Irstea (Antony), GRNE (Paris), France. - Ficchi, A., C. Perrin and V. Andréassian (2019). Hydrological modelling at multiple sub-daily time steps: model improvement via flux-matching. Journal of Hydrology, 575, 1308-1327. doi: https://doi.org/10.1016/j.jhydrol.2019.05.084. \cr - Le Moine, N. (2008). Le bassin versant de surface vu par le souterrain : une voie d'amélioration des performances et du réalisme des modèles pluie-débit ?, PhD thesis (in French), UPMC - Cemagref Antony, Paris, France, 324 pp. \cr - Mathevet, T. (2005). Quels modèles pluie-débit globaux pour le pas de temps horaire ? Développement empirique et comparaison de modèles sur un large échantillon de bassins versants, PhD thesis (in French), ENGREF - Cemagref Antony, Paris, France, 463 pp. \cr