pypsa-meets-earth / pypsa-earth-sec

GNU General Public License v3.0
20 stars 17 forks source link

Add Fischer-Tropsch efficiency in capital cost calculation #240

Closed energyLS closed 11 months ago

energyLS commented 11 months ago

Changes proposed in this Pull Request

Fix capital_cost of Fischer-Tropsch. Since the investment parameter of technology data relates to EUR/MW_FT the efficiency is used to convert from EUR/MW_FT/a to EUR/MW_H2/a (https://github.com/PyPSA/technology-data/blob/8bb05d94ac603c463683b5ae12acf438fb962b4f/outputs/costs_2030.csv#L97).

This is is in line with PyPSA-Eur https://github.com/PyPSA/pypsa-eur/blob/f35ecbe4a01f220210c3a295ca93d805f5633824/scripts/prepare_sector_network.py#L2718C9-L2719C68

Checklist

energyLS commented 11 months ago

Mac CI successful, please review and merge @hazemakhalek :)