Indent by two layers
This commit is contained in:
parent
5ae56cca7c
commit
e9f2d65cda
@ -1120,7 +1120,7 @@ def add_storage_and_grids(n, costs):
|
||||
|
||||
if options.get('coal_cc'):
|
||||
|
||||
n.madd("Link",
|
||||
n.madd("Link",
|
||||
spatial.nodes,
|
||||
suffix=" coal CC",
|
||||
bus0=spatial.coal.nodes,
|
||||
@ -1135,7 +1135,7 @@ n.madd("Link",
|
||||
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'],
|
||||
lifetime=costs.at['coal','lifetime']
|
||||
)
|
||||
)
|
||||
|
||||
if options['SMR']:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user