diff --git a/DESCRIPTION b/DESCRIPTION index f8f5e63094ccc542a8a9d58228d1ff62c40a6b3e..2d756c580dc00992fc8dc1380d67330d70319be2 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 28558c70ad7eea1415a1addc3fbe7ecaa2b91931..31b414a5bfd230eb7a292bae6358a92d7459877a 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 e45afff6cde1d799f744c0759940399f57b6f41b..818e650aaa9415568ca1e5c5181f50afcc579a8a 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.