forked from maxjcohen/transformer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
labels.json
55 lines (55 loc) · 1.25 KB
/
labels.json
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
55
{
"X": [
"Q_AC_OFFICE",
"Q_HEAT_OFFICE",
"Q_PEOPLE",
"Q_EQP",
"Q_LIGHT",
"Q_AHU_C",
"Q_AHU_H",
"T_INT_OFFICE"
],
"Z": [
"ac_t_conf",
"ac_t_red",
"ac_mask",
"heat_t_conf",
"heat_t_red",
"heat_mask",
"ventilation_t",
"ventilation_vol",
"ventilation_mask",
"occupancy",
"pc_on_mask",
"lights_on_mask",
"DNI",
"IBEAM_H",
"IBEAM_N",
"IDIFF_H",
"IGLOB_H",
"RHUM",
"TAMB"
],
"R": [
"airchange_infiltration_vol_per_h",
"capacitance_kJ_perdegreK_perm3",
"power_VCV_kW_heat",
"power_VCV_kW_clim",
"talon_kW",
"nb_occupants",
"nb_PCs",
"facade_1_thickness_2",
"facade_1_window_area_percent",
"facade_2_thickness_2",
"facade_2_window_area_percent",
"facade_3_thickness_2",
"facade_3_window_area_percent",
"facade_4_thickness_2",
"facade_4_window_area_percent",
"roof_1_thickness_3",
"init_day",
"init_month",
"init_year",
"t_init"
]
}