-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I encounter an error when providing options for the AnnualEmissionLimit.
Problem is that in the file in which the options are provided the column headers don't correspond to the headers of the parameter. For AnnualEmissionLimitthis should be: ['REGION', 'EMISSION', 'YEAR', 'VALUE'], but in the scenario option file it is ['REGION', 'TECHNOLOGY', 'YEAR', 'VALUE'].
The problem is that the file with the scenario options might contain data for multiple parameter that are to be modified for the scenarios. Hence, the header should not be taken from the scenario file, but from the otoole configuration file. In an older version it must have been like that already, since I ran the scenarios that I was about testing already. So not sure when we missed that.
The loop that would need modification I think starts in line 190 and following in main.py
@trevorb1 , would you be able to have a look at it?