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
a65e3870
Commit
a65e3870
authored
Jun 30, 2021
by
Dorchies David
Browse files
fix(RunModel_lag): remove extra "names" attribute on OutputsModel$Qsim
Refs
#131
,
in-wop/airGRiwrm#50
parent
9bb1b039
Pipeline
#24441
passed with stage
in 8 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
R/RunModel_Lag.R
View file @
a65e3870
...
...
@@ -81,7 +81,7 @@ RunModel_Lag <- function(InputsModel, RunOptions, Param, QcontribDown) {
# If warm-up period is not enough long complete beginning with first value
ini
<-
c
(
rep
(
ini
[
1
],
floor
(
PT
[
iUpBasins
]
+
1
)
-
length
(
ini
)),
ini
)
}
return
(
ini
)
return
(
as.vector
(
ini
)
)
}
)
}
...
...
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