rl-institut / oemoflex

A flexible model structure for creating and analysing multi-regional sector-integrated energy systems with oemof featuring many flexibility options.
https://oemoflex.readthedocs.io
GNU Affero General Public License v3.0
4 stars 1 forks source link

No capacity_potential in facade_attrs #20

Closed jnnr closed 2 years ago

jnnr commented 3 years ago

Facades that can be expandable have an attribute capacity_potential, which means the maximal possible capacity. It is missing in facade_attrs.

How to fix that? Have a look at the files in oemoflex/model/facade_attrs/. Each file describes the attributes that the respective facade has. Have a look at oemof.tabular.facades to see which facade classes have the attribute capacity_potentialand if they do, add a line in the respective file in oemoflex/model/facade_attrs/<file_name.csv>.