fix bug when oil copper plated

This commit is contained in:
lisazeyen 2023-11-24 09:58:24 +01:00 committed by GitHub
parent d9ec127f99
commit e8324b9c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ def define_spatial(nodes, options):
spatial.oil.nodes = ["EU oil"]
spatial.oil.locations = ["EU"]
spatial.oil.naphtha = ["EU naphtha for industry"]
spatial.oil.naphtha_process_emissions = "EU naphtha process emissions"
spatial.oil.naphtha_process_emissions = ["EU naphtha process emissions"]
spatial.oil.kerosene = ["EU kerosene for aviation"]
spatial.oil.shipping = ["EU shipping oil"]
spatial.oil.agriculture_machinery = ["EU agriculture machinery oil"]