Commit b52616f5 authored by unknown's avatar unknown
Browse files

v1.0.9.16 new default values for ProdStore and RoutStore in the CreateIniStates function

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.16 Version: 1.0.9.17
Date: 2017-07-12 Date: 2017-08-11
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")), person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")), person("Charles", "Perrin", role = c("aut", "ths")),
......
CreateIniStates <- function(FUN_MOD, InputsModel, CreateIniStates <- function(FUN_MOD, InputsModel,
ProdStore = 0.3, RoutStore = 0.5, ExpStore = NULL, ProdStore = 350, RoutStore = 90, ExpStore = NULL,
UH1 = NULL, UH2 = NULL, UH1 = NULL, UH2 = NULL,
GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL, GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL,
verbose = TRUE) { verbose = TRUE) {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
\usage{ \usage{
CreateIniStates(FUN_MOD, InputsModel, CreateIniStates(FUN_MOD, InputsModel,
ProdStore = 0.3, RoutStore = 0.5, ExpStore = NULL, ProdStore = 350, RoutStore = 90, ExpStore = NULL,
UH1 = NULL, UH2 = NULL, UH1 = NULL, UH2 = NULL,
GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL, GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL,
verbose = TRUE) verbose = TRUE)
......
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