OSeMOSYS / osemosys_global

A global power system model generator for OSeMOSYS
https://osemosys-global.readthedocs.io/
GNU Affero General Public License v3.0
27 stars 14 forks source link

[FEATURE] User defined capacities for different years #172

Open maartenbrinkerink opened 6 months ago

maartenbrinkerink commented 6 months ago

Idea

Right now it seems there can only be one entry for user defined capacities per technology, e.g.;

TRNINDSOINDWE: [18.12, 2020, 'open', 2030, 10, 1196]

However, it looks like it's not possible to add existing capacities (as above) and at the same time also planned capacities since the second entry in the config file overwrites the first.

Is your feature related to a bug?

No

Suggested Soltuion

Supporting something like the below would be useful;

TRNINDSOINDWE: [18.12, 2020, 'open', 2030, 10, 1196] - Defines existing capacity and values for new builds TRNINDSOINDWE: [5, 2026, 'fixed', 0, 0, 0] - Defines fixed planned capacities

Additional Info

No response