enable electrobiofuels also without biomass spatially resolved
This commit is contained in:
parent
8efa832f95
commit
8bfca9ce69
@ -200,7 +200,7 @@ def define_spatial(nodes, options):
|
|||||||
spatial.geothermal_heat = SimpleNamespace()
|
spatial.geothermal_heat = SimpleNamespace()
|
||||||
spatial.geothermal_heat.nodes = ["EU enhanced geothermal systems"]
|
spatial.geothermal_heat.nodes = ["EU enhanced geothermal systems"]
|
||||||
spatial.geothermal_heat.locations = ["EU"]
|
spatial.geothermal_heat.locations = ["EU"]
|
||||||
|
|
||||||
return spatial
|
return spatial
|
||||||
|
|
||||||
|
|
||||||
@ -2514,13 +2514,14 @@ def add_biomass(n, costs):
|
|||||||
# Electrobiofuels (BtL with hydrogen addition to make more use of biogenic carbon).
|
# Electrobiofuels (BtL with hydrogen addition to make more use of biogenic carbon).
|
||||||
# Combination of efuels and biomass to liquid, both based on Fischer-Tropsch.
|
# Combination of efuels and biomass to liquid, both based on Fischer-Tropsch.
|
||||||
# Experimental version - use with caution
|
# Experimental version - use with caution
|
||||||
if options["electrobiofuels"] and options.get(
|
if options["electrobiofuels"]:
|
||||||
"biomass_spatial", options["biomass_transport"]
|
|
||||||
):
|
|
||||||
efuel_scale_factor = costs.at["BtL", "C stored"]
|
efuel_scale_factor = costs.at["BtL", "C stored"]
|
||||||
|
name = (pd.Index(spatial.biomass.nodes) + " "
|
||||||
|
+ pd.Index(spatial.h2.nodes.str.replace(" H2", "")))
|
||||||
n.madd(
|
n.madd(
|
||||||
"Link",
|
"Link",
|
||||||
spatial.biomass.nodes,
|
name,
|
||||||
suffix=" electrobiofuels",
|
suffix=" electrobiofuels",
|
||||||
bus0=spatial.biomass.nodes,
|
bus0=spatial.biomass.nodes,
|
||||||
bus1=spatial.oil.nodes,
|
bus1=spatial.oil.nodes,
|
||||||
|
Loading…
Reference in New Issue
Block a user