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
1ea39993
Commit
1ea39993
authored
May 24, 2019
by
Delaigue Olivier
Browse files
v1.3.2.15 CLEAN: sinus_D2H raviable renamed into parab_D2H into PE_Oudin
parent
2819ae22
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
1ea39993
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.3.2.1
4
Version: 1.3.2.1
5
Date: 2019-05-24
Date: 2019-05-24
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.rmd
View file @
1ea39993
...
@@ -14,7 +14,7 @@ output:
...
@@ -14,7 +14,7 @@ output:
###
1.3.2.1
4 Release Notes (2019-05-24)
###
5
4 Release Notes (2019-05-24)
#### New features
#### New features
...
...
R/PE_Oudin.R
View file @
1ea39993
...
@@ -126,11 +126,11 @@ PE_Oudin <- function(JD, Temp,
...
@@ -126,11 +126,11 @@ PE_Oudin <- function(JD, Temp,
## ---------- disaggregate PE from daily to hourly
## ---------- disaggregate PE from daily to hourly
if
(
TimeStepOut
==
"hourly"
)
{
if
(
TimeStepOut
==
"hourly"
)
{
sinus
_D2H
<-
c
(
0.000
,
0.000
,
0.000
,
0.000
,
0.000
,
0.000
,
parab
_D2H
<-
c
(
0.000
,
0.000
,
0.000
,
0.000
,
0.000
,
0.000
,
0.035
,
0.062
,
0.079
,
0.097
,
0.110
,
0.117
,
0.035
,
0.062
,
0.079
,
0.097
,
0.110
,
0.117
,
0.117
,
0.110
,
0.097
,
0.079
,
0.062
,
0.035
,
0.117
,
0.110
,
0.097
,
0.079
,
0.062
,
0.035
,
0.000
,
0.000
,
0.000
,
0.000
,
0.000
,
0.000
)
0.000
,
0.000
,
0.000
,
0.000
,
0.000
,
0.000
)
PE_Oudin_H
<-
rep
(
PE_Oudin_D
,
each
=
24
)
*
rep
(
sinus
_D2H
,
times
=
length
(
PE_Oudin_D
))
PE_Oudin_H
<-
rep
(
PE_Oudin_D
,
each
=
24
)
*
rep
(
parab
_D2H
,
times
=
length
(
PE_Oudin_D
))
}
}
...
...
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