diff --git a/vignettes/V03_Open-loop_influenced_flow.Rmd b/vignettes/V03_Open-loop_influenced_flow.Rmd index b0e44b77f71684864216dfa0c0b2cbbff32a8f3b..7b541fe32d18ab85fd040bc409705ec6014551c9 100644 --- a/vignettes/V03_Open-loop_influenced_flow.Rmd +++ b/vignettes/V03_Open-loop_influenced_flow.Rmd @@ -122,7 +122,7 @@ OM_OL <- RunModel( As can be seen below, compared to results of vignette "V02_Calibration_SD_model", the use of measured flows on upstream influenced basins improves largely the model performance at downstream stations (better low flow simulations). ```{r, fig.height = 5, fig.width = 8} -plot(OutputsModels, Qobs = Qobs[IndPeriod_Run,], which = "Regime") +plot(OM_OL, Qobs = Qobs[IndPeriod_Run,], which = "Regime") ``` The resulting flows of each node in m<sup>3</sup>/s is directly available and can be plotted with these commands: