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
8acfff47
Commit
8acfff47
authored
Jun 15, 2017
by
unknown
Browse files
v1.0.8.1 RunModel_GR5J now returns StateEnd in the right order #4710
parent
25129d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
8acfff47
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.8.
0
Date: 2017-06-1
3
Version: 1.0.8.
1
Date: 2017-06-1
4
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")),
...
...
src/frun_GR5J.f
View file @
8acfff47
...
...
@@ -53,7 +53,7 @@
St
(
2
)
=
StateStart
(
2
)
DO
I
=
1
,
2
*
NH
StUH2
(
I
)
=
StateStart
(
7
+
I
)
StUH2
(
I
)
=
StateStart
(
7
+
NH
+
I
)
ENDDO
!parameter values
...
...
@@ -96,7 +96,7 @@ c MISC = -999.999
StateEnd
(
1
)
=
St
(
1
)
StateEnd
(
2
)
=
St
(
2
)
DO
K
=
1
,
2
*
NH
StateEnd
(
7
+
K
)
=
StUH2
(
K
)
StateEnd
(
7
+
NH
+
K
)
=
StUH2
(
K
)
ENDDO
RETURN
...
...
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