From 40ef0791604c3ad97c5da4bd2d71ab4972784496 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Wed, 22 May 2019 16:51:22 +0200 Subject: [PATCH] v1.3.2.3 DOC: ref to Lobligeois PhD added in PE_Oudin doc --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- man/PE_Oudin.Rd | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 607a539a..80afa620 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.3.2.2 +Version: 1.3.2.3 Date: 2019-05-22 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 09b572ac..6a49d603 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.3.2.2 Release Notes (2019-05-22) +### 1.3.2.3 Release Notes (2019-05-22) #### New features diff --git a/man/PE_Oudin.Rd b/man/PE_Oudin.Rd index efa03927..1ea8bc74 100644 --- a/man/PE_Oudin.Rd +++ b/man/PE_Oudin.Rd @@ -37,6 +37,7 @@ PE_Oudin(JD, Temp, LatRad, Lat, LatUnit, TimeStepIn = "daily", TimeStepOut = "da \description{ Function which computes daily PE using the formula from Oudin et al. (2005). +From daily to hourly time steps, the PE is disaggregated as explained by Lobligeois (2014; p. 78) } \details{ @@ -63,5 +64,8 @@ Oudin, L., F. Hervieu, C. Michel, C. Perrin, V. Andréassian, F. Anctil and C. L Which potential evapotranspiration input for a lumped rainfall-runoff model?: Part 2-Towards a simple and efficient potential evapotranspiration model for rainfall-runoff modelling. Journal of Hydrology, 303(1-4), 290-306. doi:10.1016/j.jhydrol.2004.08.026. +Lobligeois, F. (2014). + Mieux connaitre la distribution spatiale des pluies améliore-t-il la modélisation des crues ? Diagnostic sur 181 bassins versants français. + PhD thesis (in French), AgroParisTech (Paris), IRSTEA (Antony), France. } -- GitLab