simple-pv-simulator/config.json

45 lines
958 B
JSON
Raw Normal View History

2024-05-06 21:24:12 +02:00
{
2024-05-07 20:20:09 +02:00
"pv":{
"loss": 0.98,
2024-05-06 21:24:12 +02:00
"cost_per_kW": 200,
"lifetime": 15
},
"ess":{
"loss": 0.98,
"cost_per_kW": 300,
"lifetime": 8
},
"grid":{
"loss": 0.98,
"sell_price": 0.2 ,
"capacity": 5000
},
"pv_capacities":{
2024-05-07 20:20:09 +02:00
"begin": 5000,
2024-05-06 21:24:12 +02:00
"end": 50000,
2024-05-07 20:20:09 +02:00
"groups": 3
2024-05-06 21:24:12 +02:00
},
"ess_capacities":{
2024-05-07 20:20:09 +02:00
"begin": 5000,
2024-05-06 21:24:12 +02:00
"end": 50000,
2024-05-07 20:20:09 +02:00
"groups": 3
2024-05-06 21:24:12 +02:00
},
"time_interval":{
"numerator": 15,
"denominator": 60
2024-05-07 20:20:09 +02:00
},
"annotated": {
"unmet_prob": true,
"benefit": false,
"cost": true
},
"figure_size":{
"height": 18,
"length": 20
},
"plot_title":{
"unmet_prob": "Probability of unmet electricity demands",
"cost": "Costs of the PV System/million Eur",
"benefit": "Benefit Heatmap Based on PV and ESS Capacities (thousand EUR/year)"
2024-05-06 21:24:12 +02:00
}
}