From 4e638f2bfd9bb581fee9bb76867eada4373263e0 Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Tue, 5 Sep 2017 09:13:48 +0200 Subject: [PATCH] v1.0.9.31 Param_Sets_GR4J doc updated --- DESCRIPTION | 2 +- man/Param_Sets_GR4J.Rd | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7f5f3467..6f0bcda0 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.0.9.30 +Version: 1.0.9.31 Date: 2017-09-05 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/man/Param_Sets_GR4J.Rd b/man/Param_Sets_GR4J.Rd index 31870f75..5d3461d3 100644 --- a/man/Param_Sets_GR4J.Rd +++ b/man/Param_Sets_GR4J.Rd @@ -9,7 +9,7 @@ \title{Generalist parameter sets for the GR4J model} -\format{Compromise short-list containing +\format{Data frame of parameters containing four numeric vectors \itemize{ \item {GR4J X1} {production store capacity [mm]} \item {GR4J X2} {intercatchment exchange coefficient [mm/d]} @@ -19,15 +19,15 @@ \description{ -These parameter sets can be used for the grid-screening calibration procedure. -Please NOTE that the given GR4J X4u variable does not correspond to the actual GR4J X4 parameter. +These parameter sets can be used for the grid-screening calibration procedure (i.e. first step in \code{\link{Calibration_Michel}}). +Please note that the given GR4J X4u variable does not correspond to the actual GR4J X4 parameter. As explained in Andréassian \emph{et al.} (2014; section 2.1), the given GR4J X4u value has to be adjusted (rescaled) using catchment area (S) [km2] as follows: {X4 = X4u * S^0.3}. Please, see the example below. } \seealso{ - \code{\link{RunModel_GR4J}}, \code{\link{Calibration_Michel}}. + \code{\link{RunModel_GR4J}}, \code{\link{Calibration_Michel}}, \code{\link{CreateCalibOptions}}. } -- GitLab