From fa9944742e04665b32aed219977ceea24acbee28 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Tue, 19 Nov 2019 09:01:22 +0100
Subject: [PATCH] v1.3.2.54 DOC: add explanations linked to ActuEvap in
 plot.Outputsmodel doc #2

---
 DESCRIPTION              | 4 ++--
 NEWS.md                  | 4 ++--
 man/plot.OutputsModel.Rd | 3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index f8f5e630..2d756c58 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.3.2.53
-Date: 2019-11-15
+Version: 1.3.2.54
+Date: 2019-11-19
 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@irstea.fr"),
diff --git a/NEWS.md b/NEWS.md
index 28558c70..31b414a5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,12 +2,12 @@
 
 
 
-### 1.3.2.53 Release Notes (2019-11-15)
+### 1.3.2.54 Release Notes (2019-11-19)
 
 
 #### New features
 
-- <code>plot.Outputsmodel()</code> now allows to draw actual evapotranspiration when <code>which = "ActuEvap"</code> or <code>which = "All"</code> (overlaid to potential evapotranspiration).
+- <code>plot.Outputsmodel()</code> now allows to draw actual evapotranspiration when <code>which = "ActuEvap"</code> or <code>which = "All"</code> (overlaid to potential evapotranspiration if already drawn).
 
 
 #### Bug fixes
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index e45afff6..818e650a 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -71,6 +71,7 @@ Different types of independent graphs are available (depending on the model, but
 \itemize{
   \item \code{"Precip"}: time series of total precipitation
   \item \code{"PotEvap"}: time series of potential evapotranspiration
+  \item \code{"ActEvap"}: time series of simulated actual evapotranspiration (overlaid to \code{"PotEvap"} if already drawn)
   \item \code{"Temp"}: time series of temperature (plotted only if CemaNeige is used)
   \item \code{"SnowPack"}: time series of snow water equivalent (plotted only if CemaNeige is used)
   \item \code{"Flows"}: time series of simulated flows (and observed flows if provided)
@@ -85,7 +86,7 @@ Different dashboards of results including various graphs are available:
   \item \code{"perf"}: corresponds to \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
   \item \code{"ts"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"} and \code{"Flows"}
   \item \code{"synth"}: corresponds to \code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
-  \item \code{"all"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
+  \item \code{"all"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"ActuEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
   }
   
 If several dashboards are selected, or if an independent graph is called with a dashboard, the graphical device will include all the requested graphs without redundancy.
-- 
GitLab