Commit bb3d10ca authored by unknown's avatar unknown
Browse files

v1.0.9.42 minor typo revision in RunModel_CemaNeige doc

Showing with 6 additions and 5 deletions
+6 -5
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.41
Version: 1.0.9.42
Date: 2017-09-07
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
......
......@@ -204,7 +204,7 @@ div.tocify {
 
 
<div id="release-notes-2017-09-07" class="section level3">
<h3>1.0.9.41 Release Notes (2017-09-07)</h3>
<h3>1.0.9.42 Release Notes (2017-09-07)</h3>
<div id="new-features" class="section level4">
<h4>New features</h4>
<ul>
......@@ -3,7 +3,7 @@
### 1.0.9.41 Release Notes (2017-09-07)
### 1.0.9.42 Release Notes (2017-09-07)
#### New features
......
......@@ -14,7 +14,7 @@ output:
### 1.0.9.41 Release Notes (2017-09-07)
### 1.0.9.42 Release Notes (2017-09-07)
#### New features
......
......@@ -79,7 +79,8 @@ RunOptions <- CreateRunOptions(FUN_MOD = RunModel_CemaNeige, InputsModel = Input
## simulation
Param <- c(0.962, 2.249)
OutputsModel <- RunModel_CemaNeige(InputsModel = InputsModel, RunOptions = RunOptions, Param = Param)
OutputsModel <- RunModel_CemaNeige(InputsModel = InputsModel,
RunOptions = RunOptions, Param = Param)
## results preview
plot(OutputsModel)
......
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