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
IN-WOP
airGRiwrm
Commits
95fdd275
Commit
95fdd275
authored
Jul 29, 2021
by
Dorchies David
Browse files
fix(seinebasin): error in vignettes
Refs
#48
parent
90f9da83
Pipeline
#25736
passed with stage
in 8 minutes and 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vignettes/seinebasin/V04_Open-loop_influenced_flow.Rmd
View file @
95fdd275
...
...
@@ -243,6 +243,10 @@ ParamMichel$STDIZ_04 <- c(1, ParamMichel$STDIZ_04)
### Run simulation
```{r RunModel}
RunOptions <- CreateRunOptions(
InputsModel = InputsModel2,
IndPeriod_Run = IndPeriod_Run
)
OutputsModels2 <- RunModel(
InputsModel2,
RunOptions = RunOptions,
...
...
vignettes/seinebasin/V05_Open-loop_influenced_flow_calibration.Rmd
View file @
95fdd275
...
...
@@ -45,7 +45,7 @@ Generate `GRiwrmInputsModel` object
```{r CreateInputsModel}
library(seinebasin)
data(QOBS)
iEnd <-which(DatesR == as.POSIXct("2008-07-31"))
iEnd <-which(DatesR == as.POSIXct("2008-07-31"
, tz = "UTC"
))
data(Qreservoirs)
Qobs3 <- cbind(Qobs, Qreservoirs[1:iEnd,])
...
...
vignettes/seinebasin/V05b_Open-loop_influenced_flow_calibration_GR6J.Rmd
View file @
95fdd275
...
...
@@ -46,7 +46,7 @@ Generate `GRiwrmInputsModel` object
```{r CreateInputsModel}
library(seinebasin)
data(QOBS)
iEnd <-which(DatesR == as.POSIXct("2008-07-31"))
iEnd <-which(DatesR == as.POSIXct("2008-07-31"
, tz = "UTC"
))
data(Qreservoirs)
Qobs3 <- cbind(Qobs, Qreservoirs[1:iEnd,])
...
...
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