Commit b72eb828 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.8.2 UPDATE: add missing info and minor revisions in NEWS file

Showing with 9 additions and 4 deletions
+9 -4
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")),
......
......@@ -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&#42;()</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
____________________________________________________________________________________
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment