Skip to content

Commit

Permalink
ts update
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbrinkerink committed Nov 30, 2024
1 parent a68f2de commit 5ad6477
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ad6477

Please sign in to comment.