build_biomass_transport_costs: do not rename XK to KO
This commit is contained in:
parent
9aa9a59bb0
commit
5f45a1be84
@ -79,7 +79,7 @@ def build_biomass_transport_costs():
|
||||
transport_costs.name = "EUR/km/MWh"
|
||||
|
||||
# rename country names
|
||||
to_rename = {"UK": "GB", "XK": "KO", "EL": "GR"}
|
||||
to_rename = {"UK": "GB", "EL": "GR"}
|
||||
transport_costs.rename(to_rename, inplace=True)
|
||||
|
||||
# add missing Norway with data from Sweden
|
||||
|
Loading…
Reference in New Issue
Block a user