Correct CO2 Management Data#273
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the cost/energy assumptions for the CO2 liquefaction technology (used for CO2 conditioning/compression for transport) by replacing the previous Mitsubishi/IEA (2004, ship transport) reference with values from the 2024 AIT study, and propagates the update into generated output cost tables (global and US) plus release notes.
Changes:
- Replace
CO2 liquefactionCAPEX/FOM/electricity-input source data with AIT study values (and remove the previous heat-input row). - Update
inputs/manual_input.csvso the compilation pipeline produces the newCO2 liquefactionoutputs. - Add an “Upcoming Release” note documenting the CO2 dense-phase compression update.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| outputs/US/costs_2050.csv | Updates US output rows for CO2 liquefaction to AIT-based assumptions. |
| outputs/US/costs_2045.csv | Same AIT-based CO2 liquefaction update for 2045 US outputs. |
| outputs/US/costs_2040.csv | Same AIT-based CO2 liquefaction update for 2040 US outputs. |
| outputs/US/costs_2035.csv | Same AIT-based CO2 liquefaction update for 2035 US outputs. |
| outputs/US/costs_2030.csv | Same AIT-based CO2 liquefaction update for 2030 US outputs. |
| outputs/US/costs_2025.csv | Same AIT-based CO2 liquefaction update for 2025 US outputs. |
| outputs/US/costs_2020.csv | Same AIT-based CO2 liquefaction update for 2020 US outputs. |
| outputs/costs_2050.csv | Updates global output rows for CO2 liquefaction to AIT-based assumptions. |
| outputs/costs_2045.csv | Same AIT-based CO2 liquefaction update for 2045 global outputs. |
| outputs/costs_2040.csv | Same AIT-based CO2 liquefaction update for 2040 global outputs. |
| outputs/costs_2035.csv | Same AIT-based CO2 liquefaction update for 2035 global outputs. |
| outputs/costs_2030.csv | Same AIT-based CO2 liquefaction update for 2030 global outputs. |
| outputs/costs_2025.csv | Same AIT-based CO2 liquefaction update for 2025 global outputs. |
| outputs/costs_2020.csv | Same AIT-based CO2 liquefaction update for 2020 global outputs. |
| inputs/manual_input.csv | Replaces the underlying manual input entries for CO2 liquefaction with AIT-based data. |
| docs/release_notes.rst | Adds an Upcoming Release bullet about the CO2 dense-phase compression update. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| CO2 liquefaction,FOM,2024,5,%/year,2024,"Table 4-11 AIT Study https://www.ait.ac.at/fileadmin/user_upload/CO2Netz_Bericht_241007.pdf", | ||
| CO2 liquefaction,lifetime,2024,25,years,2024,"Guesstimate, based on CH4 liquefaction.", | ||
| CO2 liquefaction,carbondioxide-input,0,1,t_CO2/t_CO2,-,, | ||
| CO2 liquefaction,electricity-input,0,0.1051,MWh_el/t_CO2,-,"Table 4-10 AIT Study https://www.ait.ac.at/fileadmin/user_upload/CO2Netz_Bericht_241007.pdf", |
| CO2 liquefaction,investment,21.2764,EUR/t_CO2/h,Mitsubish Heavy Industries Ltd. and IEA (2004): https://ieaghg.org/docs/General_Docs/Reports/PH4-30%20Ship%20Transport.pdf .,"Plant capacity of 20 kt CO2 / d and an uptime of 85%. For a high purity, humid, low pressure input stream, includes drying and compression necessary for liquefaction.",2004.0 | ||
| CO2 liquefaction,lifetime,25.0,years,"Guesstimate, based on CH4 liquefaction.",,2004.0 | ||
| CO2 liquefaction,FOM,5.0,%/year,Table 4-11 AIT Study https://www.ait.ac.at/fileadmin/user_upload/CO2Netz_Bericht_241007.pdf,,2024.0 | ||
| CO2 liquefaction,carbondioxide-input,1.0,t_CO2/t_CO2,,, |
| CO2 liquefaction,investment,21.2764,EUR/t_CO2/h,Mitsubish Heavy Industries Ltd. and IEA (2004): https://ieaghg.org/docs/General_Docs/Reports/PH4-30%20Ship%20Transport.pdf .,"Plant capacity of 20 kt CO2 / d and an uptime of 85%. For a high purity, humid, low pressure input stream, includes drying and compression necessary for liquefaction.",2004.0,, | ||
| CO2 liquefaction,lifetime,25.0,years,"Guesstimate, based on CH4 liquefaction.",,2004.0,, | ||
| CO2 liquefaction,FOM,5.0,%/year,Table 4-11 AIT Study https://www.ait.ac.at/fileadmin/user_upload/CO2Netz_Bericht_241007.pdf,,2024.0,, | ||
| CO2 liquefaction,carbondioxide-input,1.0,t_CO2/t_CO2,,,,, |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| CO2 liquefaction,investment,2024,33288,EUR/t_CO2/h,2024,"Table 4-5 + 4-6 operation point 15 AIT Study https://www.ait.ac.at/fileadmin/user_upload/CO2Netz_Bericht_241007.pdf", | ||
| CO2 liquefaction,FOM,2024,5,%/year,2024,"Table 4-11 AIT Study https://www.ait.ac.at/fileadmin/user_upload/CO2Netz_Bericht_241007.pdf", | ||
| CO2 liquefaction,lifetime,2024,25,years,2024,"Guesstimate, based on CH4 liquefaction.", | ||
| CO2 liquefaction,carbondioxide-input,0,1,t_CO2/t_CO2,-,, |
There was a problem hiding this comment.
Is this really needed in technology data? Consider moving it into config.default in pypsa-eur workflow.
There was a problem hiding this comment.
Following the data structure so far. I don't want to break people's code but happy to discuss.
bobbyxng
left a comment
There was a problem hiding this comment.
Generally looks good to me, two comments
- consider moving
CO2 liquefaction,carbondioxide-input,0,1,t_CO2/t_CO2,-,,into config.default of the pypsa-eur workflow, as this does not add any new data to technology.data - Add to release_notes the rather big change in CO2 liquefaction capital cost (which make sense as the previous value was simply wrong)
Correcting:
Checklist
doc. not applicableenvironment.yaml(if applicable). not applicabledoc/release_notes.rstof the upcoming release is included.