- 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