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
55246008
Commit
55246008
authored
Apr 16, 2020
by
Delaigue Olivier
Browse files
v1.4.3.84 UPDATE: .FortranOutputs function now returns Ps when GR2M is used
#51
parent
0245ff5d
Changes
3
Show whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
55246008
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.8
4
Version: 1.4.3.8
5
Date: 2020-04-16
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
55246008
...
...
@@ -4,7 +4,7 @@
### 1.4.3.8
4
Release Notes (2020-04-15)
### 1.4.3.8
5
Release Notes (2020-04-15)
#### CRAN-compatibility updates
...
...
R/Utils.R
View file @
55246008
...
...
@@ -28,7 +28,7 @@
outGR
<-
c
(
"PotEvap"
,
"Precip"
,
"Qsim"
)
}
else
if
(
GR
==
"GR2M"
)
{
outGR
<-
c
(
"PotEvap"
,
"Precip"
,
"Prod"
,
"Pn"
,
outGR
<-
c
(
"PotEvap"
,
"Precip"
,
"Prod"
,
"Pn"
,
"Ps"
,
"AE"
,
"Perc"
,
"PR"
,
"Rout"
,
"Exch"
,
...
...
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