Skip to content

Commit d0dc4e5

Browse files
committed
fix DAC
1 parent 028d01d commit d0dc4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile_cost_assumptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ def add_carbon_capture(data, tech_data):
12931293
data.loc[(tech,"capture_rate"), 'unit'] = 'per unit'
12941294

12951295

1296-
for tech in ['cement capture', 'biomass CHP capture']: # 'direct air capture',
1296+
for tech in ['direct air capture','cement capture', 'biomass CHP capture']:
12971297

12981298
data.loc[(tech,"investment"), years] = tech_data.loc[(tech,'Specific investment'), years].values[0]*1e6
12991299
data.loc[(tech,"investment"), 'unit'] = 'EUR/(tCO2/h)'

0 commit comments

Comments
 (0)