Added color for BioSNG and minor adaptations
This commit is contained in:
parent
603d1597c4
commit
6211823514
@ -509,6 +509,7 @@ plotting:
|
||||
solid biomass for industry CC: '#47411c'
|
||||
solid biomass for industry co2 from atmosphere: '#736412'
|
||||
solid biomass for industry co2 to stored: '#47411c'
|
||||
BioSNG: '#123456'
|
||||
# power transmission
|
||||
lines: '#6c9459'
|
||||
transmission lines: '#6c9459'
|
||||
|
@ -1863,7 +1863,8 @@ def add_biomass(n, costs):
|
||||
#BioSNG from solid biomass
|
||||
if options["biosng"]:
|
||||
n.madd("Link",
|
||||
spatial.biomass.nodes + " solid biomass to gas",
|
||||
spatial.biomass.nodes,
|
||||
suffix=" solid biomass to gas",
|
||||
bus0=spatial.biomass.nodes,
|
||||
bus1=spatial.gas.nodes,
|
||||
bus3="co2 atmosphere",
|
||||
@ -1878,7 +1879,8 @@ def add_biomass(n, costs):
|
||||
|
||||
#TODO: Update with energy penalty for CC
|
||||
n.madd("Link",
|
||||
spatial.biomass.nodes + " solid biomass to gas CC",
|
||||
spatial.biomass.nodes,
|
||||
suffix=" solid biomass to gas CC",
|
||||
bus0=spatial.biomass.nodes,
|
||||
bus1=spatial.gas.nodes,
|
||||
bus2=spatial.co2.nodes,
|
||||
|
Loading…
Reference in New Issue
Block a user