diff --git a/DESCRIPTION b/DESCRIPTION index 90a4e0250c15840ccc5b7bd228c4a70ca5b6d81e..3bd5aff48473ad93723d37f477f1410e1b13270a 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 e5cafd7cd84cfbffb1439a7f7693677a03d8f54f..27919b2719f0dcc52c86fb02833eaccd7e9bef9a 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 ____________________________________________________________________________________