rename setting from biomass_upgrading_cc to biogas_upgrading_cc
This commit is contained in:
parent
b0cca00b70
commit
a10a60b951
@ -497,7 +497,7 @@ sector:
|
|||||||
gas_distribution_grid_cost_factor: 1.0
|
gas_distribution_grid_cost_factor: 1.0
|
||||||
biomass_spatial: false
|
biomass_spatial: false
|
||||||
biomass_transport: false
|
biomass_transport: false
|
||||||
biomass_upgrading_cc: false
|
biogas_upgrading_cc: false
|
||||||
conventional_generation:
|
conventional_generation:
|
||||||
OCGT: gas
|
OCGT: gas
|
||||||
biomass_to_liquid: false
|
biomass_to_liquid: false
|
||||||
|
@ -118,7 +118,7 @@ gas_distribution_grid _cost_factor,,,Multiplier for the investment cost of the g
|
|||||||
,,,
|
,,,
|
||||||
biomass_spatial,--,"{true, false}",Add option for resolving biomass demand regionally
|
biomass_spatial,--,"{true, false}",Add option for resolving biomass demand regionally
|
||||||
biomass_transport,--,"{true, false}",Add option for transporting solid biomass between nodes
|
biomass_transport,--,"{true, false}",Add option for transporting solid biomass between nodes
|
||||||
biomass_upgrading_cc,--,"{true, false}",Add option to capture CO2 from biomass upgrading
|
biogas_upgrading_cc,--,"{true, false}",Add option to capture CO2 from biomass upgrading
|
||||||
conventional_generation,,,Add a more detailed description of conventional carriers. Any power generation requires the consumption of fuel from nodes representing that fuel.
|
conventional_generation,,,Add a more detailed description of conventional carriers. Any power generation requires the consumption of fuel from nodes representing that fuel.
|
||||||
biomass_to_liquid,--,"{true, false}",Add option for transforming solid biomass into liquid fuel with the same properties as oil
|
biomass_to_liquid,--,"{true, false}",Add option for transforming solid biomass into liquid fuel with the same properties as oil
|
||||||
biosng,--,"{true, false}",Add option for transforming solid biomass into synthesis gas with the same properties as natural gas
|
biosng,--,"{true, false}",Add option for transforming solid biomass into synthesis gas with the same properties as natural gas
|
||||||
|
|
@ -2178,7 +2178,7 @@ def add_biomass(n, costs):
|
|||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
if options.get("biomass_upgrading_cc"):
|
if options.get("biogas_upgrading_cc"):
|
||||||
# Assuming for costs that the CO2 from upgrading is pure, such as in amine scrubbing. I.e., with and without CC is
|
# Assuming for costs that the CO2 from upgrading is pure, such as in amine scrubbing. I.e., with and without CC is
|
||||||
# equivalent. Adding biomass CHP capture because biogas is often small-scale and decentral so further
|
# equivalent. Adding biomass CHP capture because biogas is often small-scale and decentral so further
|
||||||
# from e.g. CO2 grid or buyers. This is a proxy for the added cost for e.g. a raw biogas pipeline to a central upgrading facility
|
# from e.g. CO2 grid or buyers. This is a proxy for the added cost for e.g. a raw biogas pipeline to a central upgrading facility
|
||||||
|
Loading…
Reference in New Issue
Block a user