-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathrepresentative_time_slices.yaml
54 lines (46 loc) · 2.33 KB
/
representative_time_slices.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# description of representative periods
- Average Week:
duration: 168 hours
description: A synthetically computed week that represents an average week
over the entire year.
note: A week starts on Monday and ends on Sunday.
- Average Week|{Season}:
duration: 168 hours
description: A synthetically computed week that represents an average week
in the {Season}.
note: A week starts on Monday and ends on Sunday. The selected week must have
at least 4 days in the considered season.
- Average Week|Hour {Week Hour Index Counter}:
duration: 1 hour
description: Hour {Week Hour Index Counter} from a synthetically computed week
that represents an average week over the entire year.
note: A week starts on Monday and ends on Sunday.
- Average Week|{Season}|Hour {Week Hour Index Counter}:
duration: 1 hour
description: Hour {Week Hour Index Counter} from a synthetically computed week
that represents an average week in the {Season}.
note: A week starts on Monday and ends on Sunday. The selected week must have
at least 4 days in the considered season.
- Representative Week:
duration: 168 hours
description: A week (comprised of 168 consecutive hours) that represents a typical
week over the entire year.
note: A week starts on Monday and ends on Sunday.
- Representative Week|{Season}:
duration: 168 hours
description: A week (comprised of 168 consecutive hours) that represents a typical
week in the {Season}.
note: A week starts on Monday and ends on Sunday. The selected week must have
at least 4 days in the considered season.
- Representative Week|Hour {Week Hour Index Counter}:
duration: 1 hour
description: Hour {Week Hour Index Counter} from a week (comprised of 168
consecutive hours) that represents a typical week over the entire year.
note: A week starts on Monday and ends on Sunday. The selected week must have
at least 4 days in the considered season.
- Representative Week|{Season}|Hour {Week Hour Index Counter}:
duration: 1 hour
description: Hour {Week Hour Index Counter} from a week (comprised of 168
consecutive hours) that represents a typical week in the {Season}.
note: A week starts on Monday and ends on Sunday. The selected week must have
at least 4 days in the considered season.