edit read_data.py to accept changeable data
This commit is contained in:
@@ -43,5 +43,11 @@
|
||||
"cost": "Costs of Microgrid system [m-EUR]",
|
||||
"benefit": "Financial Profit Based on Py & Ess Configuration (k-EUR / year)",
|
||||
"roi": "ROI"
|
||||
},
|
||||
"data_path": {
|
||||
"pv_yield": "read_data/Serbia.csv",
|
||||
"demand": "read_data/factory_power1.csv",
|
||||
"sell": "read_data/electricity_price_data_sell.csv",
|
||||
"buy": "read_data/electricity_price_data.csv"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user