From 4373e916bc65e4e1f80ce424b8085fb843553e3e Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Wed, 6 Jan 2021 08:07:29 +0100 Subject: [PATCH] v1.6.3.77 docs(man): improve X6 parameter description Refs #75 --- DESCRIPTION | 2 +- NEWS.md | 2 +- man/RunModel_CemaNeigeGR6J.Rd | 2 +- man/RunModel_GR6J.Rd | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 15b30dac..31331db0 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.6.3.76 +Version: 1.6.3.77 Date: 2021-01-05 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 3462add7..2fbee657 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 1.6.3.76 Release Notes (2021-01-05) +### 1.6.3.77 Release Notes (2021-01-05) #### New features diff --git a/man/RunModel_CemaNeigeGR6J.Rd b/man/RunModel_CemaNeigeGR6J.Rd index 9e1fee57..99b37e9d 100644 --- a/man/RunModel_CemaNeigeGR6J.Rd +++ b/man/RunModel_CemaNeigeGR6J.Rd @@ -30,7 +30,7 @@ GR6J X2 \tab intercatchment exchange coefficient [mm/d] GR6J X3 \tab routing store capacity [mm] \cr GR6J X4 \tab unit hydrograph time constant [d] \cr GR6J X5 \tab intercatchment exchange threshold [-] \cr -GR6J X6 \tab coefficient for emptying exponential store [mm] \cr +GR6J X6 \tab exponential store depletion coefficient [mm] \cr CemaNeige X1 \tab weighting coefficient for snow pack thermal state [-] \cr CemaNeige X2 \tab degree-day melt coefficient [mm/°C/d] \cr CemaNeige X3 \tab (optional) accumulation threshold [mm] (needed if \code{IsHyst = TRUE}) \cr diff --git a/man/RunModel_GR6J.Rd b/man/RunModel_GR6J.Rd index e9e7b57e..4b7174e5 100644 --- a/man/RunModel_GR6J.Rd +++ b/man/RunModel_GR6J.Rd @@ -25,12 +25,12 @@ RunModel_GR6J(InputsModel, RunOptions, Param) \item{Param}{[numeric] vector of 6 parameters \tabular{ll}{ - GR6J X1 \tab production store capacity [mm] \cr - GR6J X2 \tab intercatchment exchange coefficient [mm/d] \cr - GR6J X3 \tab routing store capacity [mm] \cr - GR6J X4 \tab unit hydrograph time constant [d] \cr - GR6J X5 \tab intercatchment exchange threshold [-] \cr - GR6J X6 \tab coefficient for emptying exponential store [mm] \cr + GR6J X1 \tab production store capacity [mm] \cr + GR6J X2 \tab intercatchment exchange coefficient [mm/d] \cr + GR6J X3 \tab routing store capacity [mm] \cr + GR6J X4 \tab unit hydrograph time constant [d] \cr + GR6J X5 \tab intercatchment exchange threshold [-] \cr + GR6J X6 \tab exponential store depletion coefficient [mm] \cr }} } -- GitLab