OSeMOSYS / osemosys_global

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

[FEATURE] Used defined capacity - adding efficiency #173

Open maartenbrinkerink opened 3 months ago

maartenbrinkerink commented 3 months ago

Idea

Allowing user defined efficiencies (or losses) for technologies is necessary to realistically model electricity transmission (and other technologies). Right now the below entries are required for user defined capacities;

user_defined_capacity: [capacity, first_year, "fixed/open", first_year_of_expansion, build_rate_per_year, cost]

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

Is your feature related to a bug?

No

Suggested Soltuion

To change the entries for user defined capacities to;

user_defined_capacity: [capacity, first_year, "fixed/open", first_year_of_expansion, build_rate_per_year, cost, efficiency]

e.g. TRNINDSOINDWE: [18.12, 2020, 'open', 2030, 10, 1196, 92.1]

Additional Info

No response