$ otoole convert excel datafile simplicity.xlsx simplicity.txt config.yaml
OtooleIndexError: TechnologyFromStorage -> Indices inconsistent between config and data. Config indices are ['REGION', 'TECHNOLOGY', 'STORAGE', 'MODE_OF_OPERATION']. Data indices are ['REGION', 'TECHNOLOGY', 'STORAGE', 'YEAR'].
After I change 'MODE_OF_OPERATION' to 'YEAR' in config.yaml, the following steps of this section seems work, but there comes another problem in Model Visualization:
$otoole viz res excel simplicity.xlsx res.png config.yaml
TypeError: argument of type 'float' is not iterable
So the res.png was not created in this folder.
I'm new to OSeMOSYS, so I don't know how to solve this problem.
After I change 'MODE_OF_OPERATION' to 'YEAR' in config.yaml, the following steps of this section seems work, but there comes another problem in Model Visualization:
So the res.png was not created in this folder.
I'm new to OSeMOSYS, so I don't know how to solve this problem.