From ce03353ac3fbd66c95156e1cd241baf01681f89d Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 18 Feb 2022 10:27:10 +0100 Subject: [PATCH] change year to weather_year --- config.default.yaml | 2 +- config.tutorial.yaml | 2 +- test/config.test1.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index 2c2e151f..9c986494 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -12,7 +12,7 @@ logging: summary_dir: results scenario: - year: [''] # for backwards compatibility + weather_year: [''] # for backwards compatibility simpl: [''] ll: ['copt'] clusters: [37, 128, 256, 512, 1024] diff --git a/config.tutorial.yaml b/config.tutorial.yaml index feee6366..6ff1237d 100755 --- a/config.tutorial.yaml +++ b/config.tutorial.yaml @@ -12,7 +12,7 @@ logging: summary_dir: results scenario: - year: [''] + weather_year: [''] simpl: [''] ll: ['copt'] clusters: [5] diff --git a/test/config.test1.yaml b/test/config.test1.yaml index 9de59e7c..c73e59fb 100755 --- a/test/config.test1.yaml +++ b/test/config.test1.yaml @@ -11,7 +11,7 @@ logging: summary_dir: results scenario: - year: [''] + weather_year: [''] simpl: [''] ll: ['copt'] clusters: [5]