-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Ie. the data input should be more effective in json, compared to the current
"storage_charge_controller_in": {
"age_installed": {"value": 0.0, "unit": "year"},
"installedCap": {"value": 0.0, "unit": "kW"},
"capex_fix": {"value": 0.0, "unit": "currency"},
"capex_var": {"value": 0.0, "unit": "currency/kW"},
"efficiency": {"value": 1, "unit": "factor"},
"label": "Charge Contoller ESS Li-Ion (charge)",
"lifetime": {"value": 10, "unit": "year"},
"opex_fix": {"value": 0.0, "unit": "currency/kW/year"},
"opex_var": {"value": 0.0, "unit": "currency/kWh"},
"outflow_direction": "ESS Li-Ion",
"optimizeCap": true,
"inflow_direction": "Electricity (LES)",
"type_oemof": "transformer"
},
"storage_charge_controller_out": {
"age_installed": {"value": 0.0, "unit": "year"},
"installedCap": {"value": 0.0, "unit": "kW"},
"capex_fix": {"value": 0.0, "unit": "currency"},
"capex_var": {"value": 0.0, "unit": "currency/kW"},
"efficiency": {"value": 1, "unit": "factor"},
"label": "Charge Contoller ESS Li-Ion (discharge)",
"lifetime": {"value": 10, "unit": "year"},
"opex_fix": {"value": 0.0, "unit": "currency/kW/year"},
"opex_var": {"value": 0.0, "unit": "currency/kWh"},
"inflow_direction": "ESS Li-Ion",
"optimizeCap": true,
"outflow_direction": "Electricity (LES)",
"type_oemof": "transformer"
}
This could be done with an additional parameter "twins", which then copies the a general entry "storage_charge_controller" into "storage_charge_controller_out"/"storage_charge_controller_in".
The optimized capacities should be linked with a constraint, at least on request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right