diff --git a/DESCRIPTION b/DESCRIPTION
index 607a539ab53646a9b7bc9a32c0c7779691c3db6c..80afa6203195434d8e498fdb41c50b0c97ef8773 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 09b572ac3c423a686b8543de5fb12721e97a880c..6a49d6037bb21091ceab4b9d7fa371beed1b0c1f 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 efa03927e61f4cb03ef6b83829f57ad0dbe49097..1ea8bc74b9d76845dae9959e65ce38a6507078b5 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.
 }