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 17 forks source link

Global transmission database integration #211

Closed maartenbrinkerink closed 1 month ago

maartenbrinkerink commented 1 month ago

PR to enable the integration of the Global Transmission Database (GTD) and other transmission related developments.

Description

  1. Pulls data from the Global Transmission Database (GTD)
  2. Added functions for the formatting of GTD data/removed all connections to PLEXOS data for transmission
  3. Added transmission centerpoints
  4. Added functions to calculate transmission distance
  5. Added functions to assign a distance dependent transmission technology per pathway
  6. Added distance and technology dependent cost and efficiency parameters
  7. Added transmission_parameters in config file to let users set costs/efficiency constants per transmission technology
  8. Changes to output variables by integrating GTD data (e.g IAR/OAR, residual capacities, costs)
  9. Changes to user_defined_capacity_transmission in config file to allow multiple user defined entries per transmission technology. Only changes to 'capacity' and 'build_year' are supported (i.e. to allow for step-wise residual capacities).

Issue Ticket Number

186, #120, #10, #172, #173, #46, #51