diff --git a/config/config.yaml b/config/config.yaml index fd43f30..82c4adf 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -7,24 +7,15 @@ endYear: 2050 daytype: False dayparts: #daypart : [start_hour (inclusive), end_hour (exclusive)] - D1: [1, 3] - D2: [3, 5] - D3: [5, 7] - D4: [7, 9] - D5: [9, 11] - D6: [11, 13] - D7: [13, 15] - D8: [15, 17] - D9: [17, 19] - D10: [19, 21] - D11: [21, 23] - D12: [23, 25] + D1: [1, 7] + D2: [7, 13] + D3: [13, 19] + D4: [19, 25] + seasons: #season : [month 1, month 2, ...] (all inclusive) - S1: [1, 2, 3] - S2: [4, 5, 6] - S3: [7, 8, 9] - S4: [10, 11, 12] + S1: [1, 2, 3, 4, 5, 6] + S2: [7, 8, 9, 10, 11, 12] timeshift: 0 # value between -11 and 12