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
c3f47687
Commit
c3f47687
authored
May 22, 2018
by
Delaigue Olivier
Browse files
v1.0.10.4 end date of the run period changed in the RunModel_GR4H doc
parent
ec7fca4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
c3f47687
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.10.
3
Version: 1.0.10.
4
Date: 2018-05-22
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
NEWS.rmd
View file @
c3f47687
...
...
@@ -14,7 +14,7 @@ output:
### 1.0.10.
3
Release Notes (2018-05-22)
### 1.0.10.
4
Release Notes (2018-05-22)
____________________________________________________________________________________
...
...
man/RunModel_GR4H.Rd
View file @
c3f47687
...
...
@@ -75,7 +75,7 @@ InputsModel <- CreateInputsModel(FUN_MOD=RunModel_GR4H,DatesR=BasinObs$DatesR,
## run period selection
Ind_Run <- seq(which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="01/03/2004 00:00"),
which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="31/12/2008
00
:00"))
which(format(BasinObs$DatesR,format="\%d/\%m/\%Y \%H:\%M")=="31/12/2008
23
:00"))
## preparation of the RunOptions object
RunOptions <- CreateRunOptions(FUN_MOD=RunModel_GR4H,InputsModel=InputsModel,IndPeriod_Run=Ind_Run)
...
...
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