From dca99120b8249fc209fe1429fc2e355f72867efd Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Fri, 29 Mar 2019 16:01:18 +0100
Subject: [PATCH] v1.2.12.11 DOC: miror revision of BasinInfo and BasinObs docs

---
 DESCRIPTION      |  2 +-
 NEWS.rmd         |  2 +-
 man/BasinInfo.Rd |  5 ++++-
 man/BasinObs.Rd  | 15 +++++++++------
 4 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index c074036c..3c3646fc 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.2.12.10
+Version: 1.2.12.11
 Date: 2019-03-29
 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 bfc6be51..ab97f78f 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.12.10 Release Notes (2019-03-28) 
+### 1.2.12.11 Release Notes (2019-03-28) 
 
 
 
diff --git a/man/BasinInfo.Rd b/man/BasinInfo.Rd
index 6ff18d0c..54d9b93e 100644
--- a/man/BasinInfo.Rd
+++ b/man/BasinInfo.Rd
@@ -6,7 +6,7 @@
 \alias{BasinInfo}
 
 
-\title{Data sample: characteristics of a fictional catchment (L0123001, L0123002 or L0123003)}
+\title{Data sample: characteristics of a different catchments}
 
 
 \format{List named 'BasinInfo' containing
@@ -18,6 +18,9 @@
 
 
 \description{
+L0123001, L0123002 and L0123003 are fictional catchments. \cr
+X0310010 contains actual data from the Durance River at Embrun [La Clapière] (Hautes-Alpes, France). \cr
+\cr
 R-object containing the code, station's name, area and hypsometric curve of the catchment.
 }
 
diff --git a/man/BasinObs.Rd b/man/BasinObs.Rd
index 1a9f116b..aec38b96 100644
--- a/man/BasinObs.Rd
+++ b/man/BasinObs.Rd
@@ -13,12 +13,6 @@
 \title{Data sample: time series of observations of different catchments}
 
 
-\format{Data frame named 'BasinObs' containing
-\itemize{
-\item one POSIXct vector: time series dates in the POSIXct format
-\item five numeric vectors: time series of catchment average precipitation [mm/time step], catchment average air temperature [°C], catchment average potential evapotranspiration [mm/time step], outlet discharge [l/s], outlet discharge [mm/time step]
-}}
-
 
 \description{
 L0123001, L0123002 or L0123003 are fictional catchments.
@@ -35,10 +29,19 @@ Times series for X0310010 are provided in order to test hysteresis version of Ce
 Times series for L0123003 are at the hourly time step for use with hourly models such as GR4H.
 }
 
+
+\format{Data frame named 'BasinObs' containing
+\itemize{
+\item one POSIXct vector: time series dates in the POSIXct format
+\item five numeric vectors: time series of catchment average precipitation [mm/time step], catchment average air temperature [°C], catchment average potential evapotranspiration [mm/time step], outlet discharge [l/s], outlet discharge [mm/time step]
+}}
+
+
 \references{
 Riboust P., Thirel G., Moine N.L. and Ribstein P. (2019),
       Revisiting a Simple Degree-Day Model for Integrating Satellite Data: Implementation of Swe-Sca Hystereses.
       Journal of Hydrology and Hydromechanics 67, 70–81. https://doi.org/10.2478/johh-2018-0004.
+\cr      
 Vidal J., Martin E., Franchistéguy L., Baillon M. and Soubeyroux J. (2010),
       A 50-year high-resolution atmospheric reanalysis over France with the Safran system.
       International Journal of Climatology 30, 1627–1644. https://doi.org/10.1002/joc.2003.
-- 
GitLab