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
01682922
Commit
01682922
authored
Jun 17, 2021
by
Dorchies David
Browse files
doc(V05_sd_model): using simulated warm-up period
Refs
#123
parent
effbc49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vignettes/V05_sd_model.Rmd
View file @
01682922
...
...
@@ -124,10 +124,13 @@ OutputsCalibDown1 <- Calibration_Michel(InputsModel = InputsModelDown1,
FUN_MOD = RunModel_GR4J)
```
To run the complete model, we should substitute the observed upstream flow by the simulated one:
To run the complete model, we should substitute the observed upstream flow by the simulated one
for the entire period of simulation (warm-up + run)
:
```{r}
InputsModelDown2 <- InputsModelDown1
# Simulated flow during warm-up period
InputsModelDown2$Qupstream[Ind_Run[seq_len(365)] - 365] <- OutputsModelUp$WarmUpQsim
# Simulated flow during run period
InputsModelDown2$Qupstream[Ind_Run] <- OutputsModelUp$Qsim
```
...
...
Delaigue Olivier
@olivier.delaigue
mentioned in issue
airGR-Website#16
·
Jun 18, 2021
mentioned in issue
airGR-Website#16
mentioned in issue airGR-Website#16
Toggle commit list
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