From c42de9a21cce763c1257ce7aa158c5f97886e22a Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Thu, 28 Mar 2019 17:42:17 +0100
Subject: [PATCH] v1.2.12.2 DOC: add explanation about X0310010 dataset

---
 DESCRIPTION     |  2 +-
 NEWS.rmd        |  2 +-
 man/BasinObs.Rd | 20 +++++++++++++++++---
 3 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index e06ca656..6f087f4c 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.1
+Version: 1.2.12.2
 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 7162cb8e..c9769d35 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.12.1 Release Notes (2019-03-28) 
+### 1.2.12.2 Release Notes (2019-03-28) 
 
 
 
diff --git a/man/BasinObs.Rd b/man/BasinObs.Rd
index 11c14ec6..4c019156 100644
--- a/man/BasinObs.Rd
+++ b/man/BasinObs.Rd
@@ -7,9 +7,10 @@
 \alias{L0123001}
 \alias{L0123002}
 \alias{L0123003}
+\alias{X0310010}
 
 
-\title{Data sample: time series of observations of a fictional catchment (L0123001, L0123002 or L0123003)}
+\title{Data sample: time series of observations of different catchments}
 
 
 \format{Data frame named 'BasinObs' containing
@@ -20,11 +21,24 @@
 
 
 \description{
-R-object containing the times series of precipitation, temperature, potential evapotranspiration and discharges. \cr
-Times series for L0123001 or L0123002 are at the daily time step for use with daily models such as GR4J, GR5J, GR6J, CemaNeigeGR4J, CemaNeigeGR5J and CemaNeigeGR6J.
+L0123001, L0123002 or L0123003 are fictional catchments.
+\cr
+X0310010 contains actual data from the Durance River at Embrun [La Clapière] (Hautes-Alpes, France).
+The flows are provided by Electricity of France (EDF) and were retrieved from the Banque Hydro database (http://www.hydro.eaufrance.fr).
+The meteorological forcing are derived from the SAFRAN reanalysis from Météo-France (Vidal et al. XXXXX).
+\cr
+R-object containing the times series of precipitation, temperature, potential evapotranspiration and discharge. 
+X0310010 contains in addition MODIS snow cover area (SCA) data retrieved from the National Snow and Ice Data Center (NSIDC) repository (https://nsidc.org/). Five SCA time series are given, corresponding to 5 elevation bands of the CemaNeige model (default configuration). Missing values correspond to important cloudiness over the bands.
+\cr \cr
+Times series for L0123001, L0123002 and X0310010 are at the daily time step for use with daily models such as GR4J, GR5J, GR6J, CemaNeigeGR4J, CemaNeigeGR5J and CemaNeigeGR6J. \cr
+Times series for X0310010 are provided in order to test hysteresis version of CemaNeige (see  \code{\link{CreateRunOptions}} (Riboust XXXX). \cr
 Times series for L0123003 are at the hourly time step for use with hourly models such as GR4H.
 }
 
+\references{
+VIDAL XXXXX
+Riboust XXXX
+}
 
 \seealso{
   \code{\link{BasinInfo}}.
-- 
GitLab