calliope-project / calliope-pathways

Pathway optimisation implementation built on top of Calliope v0.7
MIT License
1 stars 2 forks source link

Consider vintage availability in cost calculations #20

Open brynpickering opened 2 months ago

brynpickering commented 2 months ago

The current implementation is summing flow_cap_new across vintagesteps no matter what investment period you're in. So, in 2030 it is the sum of new capacity costs in 2020, 2030, 2040, and 2050! It should just be 2020 and 2030, or not even 2020 if the technology lifetime < 10 years.