From cb0554f609f5e2318542e73eb7b9dfda2f3a84e2 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 16 Jun 2022 08:51:06 +0200 Subject: [PATCH] config: add fixed_year parameter for load --- config.tutorial.yaml | 2 +- test/config.test1.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.tutorial.yaml b/config.tutorial.yaml index c9638260..7e161ef2 100755 --- a/config.tutorial.yaml +++ b/config.tutorial.yaml @@ -157,7 +157,7 @@ load: time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from manual_adjustments: true # false scaling_factor: 1.0 - fallback_year: 2013 + fixed_year: 2013 costs: year: 2030 diff --git a/test/config.test1.yaml b/test/config.test1.yaml index 95a8f85a..86451646 100755 --- a/test/config.test1.yaml +++ b/test/config.test1.yaml @@ -155,7 +155,7 @@ load: time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from manual_adjustments: true # false scaling_factor: 1.0 - fallback_year: 2013 + fixed_year: false costs: year: 2030