This commit is contained in:
Hanzhang ma 2024-05-09 03:15:24 +02:00
commit fd3bbbf212
3 changed files with 35161 additions and 35078 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,31 +15,31 @@
"capacity": 5000 "capacity": 5000
}, },
"pv_capacities":{ "pv_capacities":{
"begin": 5000, "begin": 0,
"end": 50000, "end": 50000,
"groups": 3 "groups": 5
}, },
"ess_capacities":{ "ess_capacities":{
"begin": 5000, "begin": 0,
"end": 50000, "end": 100000,
"groups": 3 "groups": 10
}, },
"time_interval":{ "time_interval":{
"numerator": 15, "numerator": 15,
"denominator": 60 "denominator": 60
}, },
"annotated": { "annotated": {
"unmet_prob": true, "unmet_prob": false,
"benefit": false, "benefit": false,
"cost": true "cost": false
}, },
"figure_size":{ "figure_size":{
"height": 18, "height": 9,
"length": 20 "length": 10
}, },
"plot_title":{ "plot_title":{
"unmet_prob": "Probability of unmet electricity demands", "unmet_prob": "Coverage Rate of Factory Electrical Demands",
"cost": "Costs of the PV System/million Eur", "cost": "Costs of Microgrid system [m-EUR]",
"benefit": "Benefit Heatmap Based on PV and ESS Capacities (thousand EUR/year)" "benefit": "Financial Profit Based on Py & Ess Configuration (k-EUR / year)"
} }
} }

File diff suppressed because one or more lines are too long