diff --git a/DESCRIPTION b/DESCRIPTION
index 9e72edfc35361eb6e6669dc9678cc6d58a6187c2..487e9b2235db25c739cbb11f482b50868f6cf25f 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.6.9.13
-Date: 2021-01-11
+Version: 1.6.9.14
+Date: 2021-01-12
 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 5df64ca97d2e747719ef132cac79ed2248c22a85..bc39fbfc3bf3579fc201f748bc9d116e7e354d09 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.6.9.13 Release Notes (2021-01-11)
+### 1.6.9.14 Release Notes (2021-01-12)
 
 #### New features
 
@@ -46,6 +46,7 @@
 - Character argument verification now use partial matching in `PE_Oudin()` and `SeriesAggreg()` functions. ([#37](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/37))
 - `RunModel_*()` funcions were cleaned up, with no effect on their outputs. ([#14](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/14))
 - `.ErrorCrit()` function now returns a warning message when a criterion computed on less than 10 time-steps (whatever the unit of the time step). ([#14](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/14))
+- Added the diagram of GR5H in the `RunModel_GR5H()` documentation. ([#49](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/49))
 
 
 #### Version control and issue tracking
diff --git a/man/RunModel_GR5H.Rd b/man/RunModel_GR5H.Rd
index 2ce06c9092d9db23c96d38eda616ae733992e029..52e310202a4ba409b5baaea3349d6b16ab52dc73 100644
--- a/man/RunModel_GR5H.Rd
+++ b/man/RunModel_GR5H.Rd
@@ -70,6 +70,10 @@ It is advised to run the GR5H model with an interception store (see Ficchi (2017
 
 For further details on the model, see the references section. \cr
 For further details on the argument structures and initialisation options, see \code{\link{CreateRunOptions}}.
+\cr
+\cr
+\if{html}{\figure{diagramGR5H-EN.png}{options: width="60\%" alt="Figure: diagramGR5H-EN.png"}}
+\if{latex}{\figure{diagramGR5H-EN.pdf}{options: width=6cm}}
 }
 
 
diff --git a/man/figures/diagramGR5H-EN.pdf b/man/figures/diagramGR5H-EN.pdf
new file mode 100755
index 0000000000000000000000000000000000000000..c6d80ec549fe619dd3a96704b25a522fe7c6885a
Binary files /dev/null and b/man/figures/diagramGR5H-EN.pdf differ
diff --git a/man/figures/diagramGR5H-EN.png b/man/figures/diagramGR5H-EN.png
new file mode 100755
index 0000000000000000000000000000000000000000..671bc0ebc1ce555a9d20bcc6fcd9936f1dc5273b
Binary files /dev/null and b/man/figures/diagramGR5H-EN.png differ