From b72eb82834bd4efc6f4340a1dc8fb840ef02cf99 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Wed, 6 Mar 2019 09:37:01 +0100 Subject: [PATCH] v1.2.8.2 UPDATE: add missing info and minor revisions in NEWS file --- DESCRIPTION | 2 +- NEWS.rmd | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 90a4e025..3bd5aff4 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.8.1 +Version: 1.2.8.2 Date: 2019-03-06 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 e5cafd7c..27919b27 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.8.1 Release Notes (2019-03-06) +### 1.2.8.2 Release Notes (2019-03-06) @@ -28,6 +28,10 @@ output: #### New features +- Added <code>TransfoParam_CemaNeigeHyst()</code> function in order to take into account transformation of the parameters of the CemaNeige module when the hysteresis is used. + +- <code>RunModel_CemaNeige*()</code> functions now presents an <code>IsHyst</code> argument to give the possibility to use the hysteresis with CemaNeige. + - <code>CreateInputsCrit()</code> now can prepare an <code>InputsCrit</code> object in order to compute a single criterion (<code>Single</code> class), multiple criteria (<code>Multi</code> class) with the <code>ErrorCrit()</code> function. So it is now possible to set the following arguments as atomic (as before) or as list: <code>FUN_CRIT</code>, <code>obs</code>, <code>BoolCrit</code>, <code>transfo</code>, <code>weights</code>. If the list format is chosen, all the lists must have the same length. - <code>CreateInputsCrit()</code> now presents a <code>varObs</code> argument in order to prepare an <code>InputsCrit</code> object in order run a criterion on other variable than observed discharges with the <code>ErrorCrit()</code> function (e.g. SCA, SWE). @@ -40,7 +44,6 @@ output: - <code>CreateRunOptions()</code> now presents a <code>warnings</code> argument to replace the verbose action (the <code>verbose</code> argument is keep to print messages). -- <code>Calibration()</code> function now returns an error message if <code>FUN_CALIB</code> is not a function #### Major user-visible changes @@ -64,7 +67,9 @@ output: - Outputs of frun_GR2M Fortran subroutine were reordered. -- <code>DataAltiExtrapolation_Valery()</code> now returns named elements of lists relative to elevation layer +- <code>DataAltiExtrapolation_Valery()</code> now returns named elements of lists relative to elevation layer. + +- <code>Calibration()</code> function now returns an error message if <code>FUN_CALIB</code> is not a function ____________________________________________________________________________________ -- GitLab