forked from trynthink/scout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglob_run_vars_test.json
110 lines (110 loc) · 1.93 KB
/
glob_run_vars_test.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"adopt_schemes": [
"Technical potential",
"Max adoption potential"
],
"retro_rate": {
"2009": 0.01,
"2010": 0.01
},
"aeo_years": [
"2009",
"2010"
],
"discount_rate": 0.07,
"out_break_czones": {
"AIA CZ1": "AIA_CZ1",
"AIA CZ2": "AIA_CZ2",
"AIA CZ3": "AIA_CZ3",
"AIA CZ4": "AIA_CZ4",
"AIA CZ5": "AIA_CZ5"
},
"out_break_bldg_types": {
"Residential (New)": [
"new",
"single family home",
"multi family home",
"mobile home"
],
"Residential (Existing)": [
"existing",
"single family home",
"multi family home",
"mobile home"
],
"Commercial (New)": [
"new",
"assembly",
"education",
"food sales",
"food service",
"health care",
"mercantile/service",
"lodging",
"large office",
"small office",
"warehouse",
"other"
],
"Commercial (Existing)": [
"existing",
"assembly",
"education",
"food sales",
"food service",
"health care",
"mercantile/service",
"lodging",
"large office",
"small office",
"warehouse",
"other"
]
},
"out_break_enduses": {
"Heating (Equip.)": [
"heating",
"secondary heating"
],
"Cooling (Equip.)": [
"cooling"
],
"Heating (Env.)": [
"heating",
"secondary heating"
],
"Cooling (Env.)": [
"cooling"
],
"Ventilation": [
"ventilation"
],
"Lighting": [
"lighting"
],
"Water Heating": [
"water heating"
],
"Refrigeration": [
"refrigeration",
"other"
],
"Cooking": [
"cooking"
],
"Computers and Electronics": [
"PCs",
"non-PC office equipment",
"TVs",
"computers"
],
"Other": [
"drying",
"ceiling fan",
"fans and pumps",
"MELs",
"other"
]
},
"out_break_fuels": {}
}