Commit 329df690 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

refactor: warn user if no warm up period is used in CalGR

Refs: #52
2 merge requests!45Merge branch 'dev' into 'master',!33Resolve "Change the default configuration of the "WupPer" argument (SimGR and CalGR functions)"
Pipeline #38074 passed with stage
in 3 minutes and 30 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -59,7 +59,7 @@ CalGR <- function(PrepGR, CalCrit = c("NSE", "KGE", "KGE2", "RMSE"),
MOD_opt <- CreateRunOptions(FUN_MOD = get(PrepGR$TypeModel), InputsModel = PrepGR$InputsModel,
IndPeriod_WarmUp = WupInd, IndPeriod_Run = CalInd, verbose = FALSE)
IndPeriod_WarmUp = WupInd, IndPeriod_Run = CalInd, verbose = TRUE)
MOD_crt <- CreateInputsCrit(FUN_CRIT = FUN_CRIT, InputsModel = PrepGR$InputsModel,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment