Commit 81f2c70a authored by unknown's avatar unknown
Browse files

v1.0.9.41 NEWS file updated

Showing with 120 additions and 29 deletions
+120 -29
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.40
Version: 1.0.9.41
Date: 2017-09-07
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
......
This diff is collapsed.
......@@ -3,7 +3,7 @@
### 1.0.9.29 Release Notes (2017-08-18)
### 1.0.9.41 Release Notes (2017-09-07)
#### New features
......@@ -11,7 +11,7 @@
- Added <code>CreateIniStates()</code> function in order to help user to format <code>IniStates</code> argument for <code>CreateRunOptions()</code>.
- Added (<code>Param_Sets_GR4J</code>) dataset. It contains the generalist parameter sets for the GR4J model.
- Added (<code>Param_Sets_GR4J</code>) dataset. It contains generalist parameter sets for the GR4J model.
#### Bug fixes
......@@ -32,11 +32,11 @@
#### Major user-visible changes
- <code>RunModel_GR4J()</code>, <code>RunModel_GR5J()</code> and <code>RunModel_GR6J()</code> (and <code>CemaNeige_GR&#42;J()</code>) now return Ps, Pn and true exchanges.
- <code>RunModel_GR4J()</code>, <code>RunModel_GR5J()</code> and <code>RunModel_GR6J()</code> (and <code>CemaNeige_GR&#42;J()</code>) now return Ps, Pn and actual exchanges. See the model Fortran codes for more details about the calculation of these variables.
- <code>CreateInputsModel()</code> now returns an error when <code>DatesR</code> contains duplicated values.
- <code>RunModel_GR5J</code> now returns <code>StateEnd</code> in the same order as the other models.
- <code>RunModel_GR5J</code> now returns <code>StateEnd</code> in the same order as the other models.
#### Minor user-visible changes
......
......@@ -2,13 +2,19 @@
title: "Release History of the airGR Package"
output:
html_document:
toc: true
toc_float: true
depth: 3 # upto three depths of headings (specified by #, ### and ###)
number_sections: false ### if you want number sections at each table header
theme: united # many options for theme, this one is my favorite.
highlight: tango # specifies the syntax highlighting style
keep_md: true
---
### 1.0.9.29 Release Notes (2017-08-18)
### 1.0.9.41 Release Notes (2017-09-07)
#### New features
......@@ -16,7 +22,7 @@ output:
- Added <code>CreateIniStates()</code> function in order to help user to format <code>IniStates</code> argument for <code>CreateRunOptions()</code>.
- Added (<code>Param_Sets_GR4J</code>) dataset. It contains the generalist parameter sets for the GR4J model.
- Added (<code>Param_Sets_GR4J</code>) dataset. It contains generalist parameter sets for the GR4J model.
#### Bug fixes
......@@ -37,11 +43,11 @@ output:
#### Major user-visible changes
- <code>RunModel_GR4J()</code>, <code>RunModel_GR5J()</code> and <code>RunModel_GR6J()</code> (and <code>CemaNeige_GR&#42;J()</code>) now return Ps, Pn and true exchanges.
- <code>RunModel_GR4J()</code>, <code>RunModel_GR5J()</code> and <code>RunModel_GR6J()</code> (and <code>CemaNeige_GR&#42;J()</code>) now return Ps, Pn and actual exchanges. See the model Fortran codes for more details about the calculation of these variables.
- <code>CreateInputsModel()</code> now returns an error when <code>DatesR</code> contains duplicated values.
- <code>RunModel_GR5J</code> now returns <code>StateEnd</code> in the same order as the other models.
- <code>RunModel_GR5J</code> now returns <code>StateEnd</code> in the same order as the other models.
#### Minor user-visible changes
......
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