-
Notifications
You must be signed in to change notification settings - Fork 53
Description
The IAMC format allows to report variables for different types of a technology, e.g. Capital Cost for Solar PV: Capital Cost|Electricity|Solar|PV|2, ... Capital|Cost|Electricity|Solar|PV|N
Currently these variables can't be reported using the openentrance package. While this can be acceptable for variables like Capacity, this potentially limits the comparability of data between models.
My suggestion to address this issue would be to add a definition like the below to definitions\variable\technology\technologies.yaml:
- Capital Cost|Electricity|{Electricity Input}|{Technology Type Tag}:
description: Capital cost for {Electricity Input} for {Technology Type Tag}
unit: [EUR_2020/kW, USD_2010/kW]
skip-region-aggregation: true
For implementing this a file definitions\variable\tag_technology_type.yaml would need to be created. The type tags would consist of numbers.
An alternative route could be to create the possibility to expand and use for example the tags in tag_variable_renewable_power_type.yaml
I don't know if there has been already any discussion on this, therefore I'd be happy discuss what are the pros and cons for the different options.