Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
c3cb2324
Commit
c3cb2324
authored
Dec 12, 2019
by
Delaigue Olivier
Browse files
v1.4.3.5 BUG: wrong contionnal test fixed in CreatIniStates
#13
parent
1d5a50be
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
c3cb2324
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.
4
Version: 1.4.3.
5
Date: 2019-12-12
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
c3cb2324
...
...
@@ -2,7 +2,7 @@
### 1.4.3.
4
Release Notes (2019-12-12)
### 1.4.3.
5
Release Notes (2019-12-12)
#### New features
...
...
R/CreateIniStates.R
View file @
c3cb2324
...
...
@@ -53,7 +53,7 @@ CreateIniStates <- function(FUN_MOD, InputsModel, IsHyst = FALSE, IsIntStore = F
if
(
!
"CemaNeige"
%in%
ObjectClass
&
IsHyst
)
{
stop
(
"'IsHyst' cannot be TRUE if CemaNeige is not used in 'FUN_MOD'"
)
}
if
(
!
(
identical
(
FUN_MOD
,
RunModel_GR5H
|
identical
(
FUN_MOD
,
RunModel_CemaNeigeGR5H
))
)
&
IsIntStore
)
{
if
(
!
(
identical
(
FUN_MOD
,
RunModel_GR5H
)
|
identical
(
FUN_MOD
,
RunModel_CemaNeigeGR5H
))
&
IsIntStore
)
{
stop
(
"'IsIntStore' cannot be TRUE if GR5H is not used in 'FUN_MOD'"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment