config: Update plotting config

This commit is contained in:
Jonas Hörsch 2018-05-18 17:05:11 +02:00
parent f32ac12199
commit 63e43d97f4

View File

@ -160,11 +160,13 @@ plotting:
"central CHP electric", "central gas boiler"] "central CHP electric", "central gas boiler"]
heat_generators: ["gas boiler", "central gas boiler", "solar thermal collector", "central solar thermal collector"] heat_generators: ["gas boiler", "central gas boiler", "solar thermal collector", "central solar thermal collector"]
tech_colors: tech_colors:
Wind: "xkcd:azure" onwind: "xkcd:azure"
Hydro: "g" offwind: "blue"
hydro: "g"
ror: "g" ror: "g"
Hydro+PS: "g" PHS: "g"
PV: "y" hydro+PHS: "g"
solar: "yellow"
OCGT: "brown" OCGT: "brown"
OCGT marginal: "sandybrown" OCGT marginal: "sandybrown"
OCGT-heat: "orange" OCGT-heat: "orange"
@ -179,19 +181,19 @@ plotting:
transmission lines: "k" transmission lines: "k"
H2: "m" H2: "m"
hydrogen storage: "m" hydrogen storage: "m"
Battery: "slategray" battery: "slategray"
battery storage: "slategray" battery storage: "slategray"
CAES: "lightgray" CAES: "lightgray"
Nuclear: "r" nuclear: "r"
Nuclear marginal: "r" nuclear marginal: "r"
Coal: "k" coal: "k"
Coal marginal: "k" coal marginal: "k"
Lignite: "grey" lignite: "grey"
Lignite marginal: "grey" lignite marginal: "grey"
CCGT: "orange" CCGT: "orange"
CCGT marginal: "orange" CCGT marginal: "orange"
Diesel: "darkred" diesel: "darkred"
Diesel marginal: "darkred" diesel marginal: "darkred"
heat pumps: "green" heat pumps: "green"
heat pump: "green" heat pump: "green"
central heat pump: "green" central heat pump: "green"
@ -215,7 +217,9 @@ plotting:
nice_names: nice_names:
# OCGT: "Gas" # OCGT: "Gas"
# OCGT marginal: "Gas (marginal)" # OCGT marginal: "Gas (marginal)"
#Battery: "Battery storage" offwind: "offshore wind"
onwind: "onshore wind"
battery: "Battery storage"
lines: "Transmission lines" lines: "Transmission lines"
AC line: "AC lines" AC line: "AC lines"
AC-AC: "DC lines" AC-AC: "DC lines"