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
49e7d14b
Commit
49e7d14b
authored
Dec 04, 2019
by
Delaigue Olivier
Browse files
v1.4.0.2 UPDATE: .FortranOutputs fun now manage with GR5H
#13
parent
94ddd833
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
49e7d14b
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.4.0.
1
Version: 1.4.0.
2
Date: 2019-12-04
Date: 2019-12-04
Authors@R: c(
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
49e7d14b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
### 1.4.0.
1
Release Notes (2019-12-04)
### 1.4.0.
2
Release Notes (2019-12-04)
#### New features
#### New features
...
...
R/Utils.R
View file @
49e7d14b
...
@@ -42,6 +42,16 @@
...
@@ -42,6 +42,16 @@
"AExch"
,
"QR"
,
"AExch"
,
"QR"
,
"QD"
,
"QD"
,
"Qsim"
)
"Qsim"
)
}
else
if
(
GR
==
"GR5H"
)
{
outGR
<-
c
(
"PotEvap"
,
"Precip"
,
"Interc"
,
"Prod"
,
"Pn"
,
"Ps"
,
"AE"
,
"EI"
,
"ER"
,
"Perc"
,
"PR"
,
"Q9"
,
"Q1"
,
"Rout"
,
"Exch"
,
"AExch1"
,
"AExch2"
,
"AExch"
,
"QR"
,
"QD"
,
"Qsim"
)
}
else
if
(
GR
%in%
c
(
"GR4J"
,
"GR5J"
))
{
}
else
if
(
GR
%in%
c
(
"GR4J"
,
"GR5J"
))
{
outGR
<-
c
(
"PotEvap"
,
"Precip"
,
"Prod"
,
"Pn"
,
"Ps"
,
outGR
<-
c
(
"PotEvap"
,
"Precip"
,
"Prod"
,
"Pn"
,
"Ps"
,
"AE"
,
"AE"
,
...
...
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