Indent by two layers
This commit is contained in:
parent
5ae56cca7c
commit
e9f2d65cda
@ -1120,22 +1120,22 @@ def add_storage_and_grids(n, costs):
|
|||||||
|
|
||||||
if options.get('coal_cc'):
|
if options.get('coal_cc'):
|
||||||
|
|
||||||
n.madd("Link",
|
n.madd("Link",
|
||||||
spatial.nodes,
|
spatial.nodes,
|
||||||
suffix=" coal CC",
|
suffix=" coal CC",
|
||||||
bus0=spatial.coal.nodes,
|
bus0=spatial.coal.nodes,
|
||||||
bus1=spatial.nodes,
|
bus1=spatial.nodes,
|
||||||
bus2="co2 atmosphere",
|
bus2="co2 atmosphere",
|
||||||
bus3="co2 stored",
|
bus3="co2 stored",
|
||||||
marginal_cost=costs.at['coal', 'efficiency'] * costs.at['coal', 'VOM'], #NB: VOM is per MWel
|
marginal_cost=costs.at['coal', 'efficiency'] * costs.at['coal', 'VOM'], #NB: VOM is per MWel
|
||||||
capital_cost=costs.at['coal', 'efficiency'] * costs.at['coal', 'fixed'] + costs.at['biomass CHP capture', 'fixed'] * costs.at['coal', 'CO2 intensity'], #NB: fixed cost is per MWel
|
capital_cost=costs.at['coal', 'efficiency'] * costs.at['coal', 'fixed'] + costs.at['biomass CHP capture', 'fixed'] * costs.at['coal', 'CO2 intensity'], #NB: fixed cost is per MWel
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
carrier="coal",
|
carrier="coal",
|
||||||
efficiency=costs.at['coal', 'efficiency'],
|
efficiency=costs.at['coal', 'efficiency'],
|
||||||
efficiency2=costs.at['coal', 'CO2 intensity'] * (1 - costs.at['biomass CHP capture','capture_rate']),
|
efficiency2=costs.at['coal', 'CO2 intensity'] * (1 - costs.at['biomass CHP capture','capture_rate']),
|
||||||
efficiency3=costs.at['coal', 'CO2 intensity'] * costs.at['biomass CHP capture','capture_rate'],
|
efficiency3=costs.at['coal', 'CO2 intensity'] * costs.at['biomass CHP capture','capture_rate'],
|
||||||
lifetime=costs.at['coal','lifetime']
|
lifetime=costs.at['coal','lifetime']
|
||||||
)
|
)
|
||||||
|
|
||||||
if options['SMR']:
|
if options['SMR']:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user