From fe25bd78f497d9727f4c2a0740433a567b58879d Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Wed, 3 Apr 2019 13:17:24 +0200 Subject: [PATCH] v1.2.13.11 DOC: minor revision of the X0310010 doc --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- R/Utils.R | 12 ++++++++++++ man/BasinObs.Rd | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8b91a845..3ff15b50 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.13.10 +Version: 1.2.13.11 Date: 2019-04-03 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 e5b02f43..1506460c 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.13.10 Release Notes (2019-04-03) +### 1.2.13.11 Release Notes (2019-04-03) diff --git a/R/Utils.R b/R/Utils.R index e8c2ef4c..33106630 100644 --- a/R/Utils.R +++ b/R/Utils.R @@ -1,4 +1,16 @@ +## ================================================================================= +## function to check +## ================================================================================= + +# .onLoad <- function(libname, pkgname){ +# if (requireNamespace("airGRteaching", quietly = TRUE)) { +# if (packageVersion("airGRteaching") %in% package_version(c("0.2.0.9", "0.2.2.2", "0.2.3.2"))) { +# packageStartupMessage("In order to be compatible with the present version of 'airGR', please update your version of the 'airGRteaching' package.") +# } +# } +# } + ## ================================================================================= ## function to manage Fortran outputs diff --git a/man/BasinObs.Rd b/man/BasinObs.Rd index 1c44a6a7..edfa60bd 100644 --- a/man/BasinObs.Rd +++ b/man/BasinObs.Rd @@ -22,7 +22,7 @@ The flows are provided by Electricity of France (EDF) and were retrieved from th The meteorological forcing are derived from the SAFRAN reanalysis from Météo-France (Vidal et al., 2010). \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. +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). SCA data for days with important cloudiness (> 40 \%) were set to missing values for the sake of data representativeness. . \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 et al., 2019). \cr -- GitLab