forked from NREL/REopt-Analysis-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathScenario_POST1.json
37 lines (31 loc) · 1.14 KB
/
Scenario_POST1.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
{"Scenario": {
"time_steps_per_hour": 1,
"description": "existing PV with custom utility rates analysis",
"Site": {
"latitude": 35.2468,
"longitude": -91.7337,
"LoadProfile": {
"doe_reference_name": "MidriseApartment",
"annual_kwh": 259525,
"year": 2017
},
"ElectricTariff": {
"urdb_rate_name": "custom",
"blended_monthly_rates_us_dollars_per_kwh": [0.15, 0.2, 0.21, 0.23, 0.27, 0.19, 0.22, 0.17, 0.24, 0.26, 0.18,0.2],
"blended_monthly_demand_charges_us_dollars_per_kw": [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
},
"PV": {
"max_kw": "800",
"existing_kw" : "200"
},
"Storage": {
"max_kw": 500,
"max_kwh": 900
},
"Wind": {
"max_kw": 0,
"max_kwh": 0
}
}
}
}