forked from jwchang2/REoptLite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.json
More file actions
60 lines (60 loc) · 1.53 KB
/
testing.json
File metadata and controls
60 lines (60 loc) · 1.53 KB
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
{
"ElectricTariff": {
"new": "blue",
"NEM": true,
"urdb_label": "5b86e1445457a3a4178b4568"
},
"Site": {
"latitude": 38.9072,
"min_resil_timesteps": 0,
"longitude": -77.0369,
"roof_squarefeet": 20000.0,
"mg_tech_sizes_equal_grid_sizes": true,
"land_acres": 0.0
},
"ElectricLoad": {
"annual_kwh": 5.0e6,
"doe_reference_name": "LargeOffice",
"city": "Baltimore",
"critical_load_pct": 0.0
},
"PV": {
"array_type": 1,
"macrs_itc_reduction": 0.5,
"module_type": 0,
"tilt": 38.9072,
"kw_per_square_foot": 0.01,
"macrs_option_years": 5,
"macrs_bonus_pct": 0.4,
"max_kw": 0.0,
"existing_kw": 0.0,
"total_itc_pct": 0.3,
"azimuth": 180.0,
"degradation_pct": 0.005,
"om_cost_per_kw": 16.0,
"cost_per_kw": 2000.0,
"total_rebate_per_kw": 350.0
},
"Storage": {
"macrs_option_years": 5,
"can_grid_charge": false,
"total_itc_pct": 0.26,
"can_grid_export": false,
"max_kw": 0.0,
"max_kwh": 0.0
},
"Financial": {
"owner_discount_pct": 0.08,
"analysis_years": 25,
"offtaker_discount_pct": 0.03,
"two_party_ownership": false,
"offtaker_tax_pct": 0.0,
"VoLL": 100.0
},
"Emissions": {
"cost_ton_SO2": 14.75,
"balancing_authority": 123,
"cost_ton_NOx": 7.2,
"cost_ton_CO2": 40.0
}
}