diff --git a/scripts/compile_cost_assumptions.py b/scripts/compile_cost_assumptions.py index 8a15f47c..cb5fa5d8 100644 --- a/scripts/compile_cost_assumptions.py +++ b/scripts/compile_cost_assumptions.py @@ -1293,7 +1293,7 @@ def add_carbon_capture(data, tech_data): data.loc[(tech,"capture_rate"), 'unit'] = 'per unit' - for tech in ['cement capture', 'biomass CHP capture']: # 'direct air capture', + for tech in ['direct air capture','cement capture', 'biomass CHP capture']: data.loc[(tech,"investment"), years] = tech_data.loc[(tech,'Specific investment'), years].values[0]*1e6 data.loc[(tech,"investment"), 'unit'] = 'EUR/(tCO2/h)'