Skip to content

Commit ea6c7c6

Browse files
Add more industry data (#211)
* separate traditional DRI and hydrogen-based DRI * add BF-BOF technology * restore decimal digits for iron-air batter * add ethanol and cement production technologies * update release notes * add scrap input for EAF * fix steel data, change unit for VOM and add CO2 intensity bioethanol crops * fix MWh capital letters * uniform investment values for industry to EUR/capacity/h * run compile_cost_assumptions * correct data and units for ethanol * add explanation on direct iron reduction name changes and modify name of natural gas direct iron reduction furnace * review CO2 intensity bioethanol crops * review steel data * review source of ethanol and cement data * Update inputs/manual_input.csv Co-authored-by: Johannes HAMPP <[email protected]> * Update JRC file name Co-authored-by: Johannes HAMPP <[email protected]> * corrections * update reference year for new technologies * corrections on energy inputs for cement and clinker * Update details on cement finishing inputs Co-authored-by: Johannes HAMPP <[email protected]> * Update dry clinker reference year, investment and source details Co-authored-by: Johannes HAMPP <[email protected]> * update fixom for ethanol production Co-authored-by: Johannes HAMPP <[email protected]> * update cost values ethanol and details on sources * update cement inputs * update cement finishing slag input * update ethanol costs and currency year for JRC * Add source information on details (stochimetry, currency year) * fix further description bug on ethanol production technologies * correct name electric arc furnace with hbi and scrap --------- Co-authored-by: Johannes HAMPP <[email protected]> Co-authored-by: euronion <[email protected]>
1 parent 1666be2 commit ea6c7c6

16 files changed

+810
-91
lines changed

docs/release_notes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Upcoming Release
6060

6161
* Updates ci.yaml such that it fails if the generated outputs are different than the ones committed (https://github.com/PyPSA/technology-data/pull/205)
6262

63+
* Add BF-BOF and separate natural gas- and hydrogen-based steelmaking (The technology previously called `direct iron reduction furnace` becomes `hydrogen direct iron reduction`, and `natural gas direct iron reduction furnace` represent the conventional direct iron reduction process), cement and ethanol production technologies (https://github.com/PyPSA/technology-data/pull/211)
64+
6365
* Add industrial plant CCS retrofit options (https://github.com/PyPSA/technology-data/pull/212)
6466

6567
* Include further unit tests for compile_cost_assumptions.py (https://github.com/PyPSA/technology-data/pull/210)
@@ -69,7 +71,7 @@ Upcoming Release
6971
`v0.11.0 <https://github.com/PyPSA/technology-data/releases/tag/v0.11.0>`__ (24th January 2025)
7072
=======================================================================================
7173

72-
* Country specific cost assumptions and added NREL/ATB data (https://github.com/PyPSA/technology-data/pull/160)
74+
* Country-specific cost assumptions and added NREL/ATB data (https://github.com/PyPSA/technology-data/pull/160)
7375

7476
* Add missing currency_year for FOM (https://github.com/PyPSA/technology-data/pull/163)
7577

inputs/manual_input.csv

Lines changed: 65 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2020.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2025.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2030.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2035.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2040.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2045.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/US/costs_2050.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2020.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2025.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2030.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2035.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2040.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2045.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

outputs/costs_2050.csv

Lines changed: 53 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)