Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create config.yaml for PtX module #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions message_ix_models/data/PtX/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuration for the Power-to-X and Direct Air Capture technologies module

# Emission coefficients associated to PtX technologies in MtC/(GWa fuel)
# Values coincide with the emission factors for imports in MESSAGEix
emission coefficients:
meth_h2: 0.549
gas_h2: 0.482
liq_h2: 0.623
69 changes: 69 additions & 0 deletions message_ix_models/data/technology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,75 @@ lh2_t/d:
input: [liquid hydrogen, secondary]
output: [liquid hydrogen, final]

dac_1_exports:
name: dac_1_exports
description: Direct air capture technology
type: secondary
vintaged: TRUE
sector: direct_air_capture
input: [electr, secondary]

dac_2_exports:
name: dac_2_exports
description: Direct air capture technology
type: secondary
vintaged: TRUE
sector: direct_air_capture
input: [electr, secondary]

dac_3_exports:
name: dac_3_exports
description: Direct air capture technology
type: secondary
vintaged: TRUE
sector: direct_air_capture
input: [gas, secondary]

dac_4_exports:
name: dac_4_exports
description: Direct air capture technology
type: secondary
vintaged: TRUE
sector: direct_air_capture
input: [electr, secondary]

liq_h2:
name: liq_h2
description: Hydrogen-to-liquids technology, representing Fischer-Tropsh synthesis.
type: secondary
vintaged: TRUE
sector: power-to-x
input:
- [hydrogen, secondary]
- [electr, secondary]
output:
- [lightoil, secondary]
- [ht_heat, secondary]

gas_h2:
name: gas_h2
description: Hydrogen-to-methane technology, representing methanation (Sabatier reaction) synthesis.
type: secondary
vintaged: TRUE
sector: power-to-x
input: [hydrogen, secondary]
output:
- [gas, secondary]
- [ht_heat, secondary]

meth_h2:
name: meth_h2
description: Hydrogen-to-methanol technology, representing direct methanol synthesis.
type: secondary
vintaged: TRUE
sector: power-to-x
input:
- [hydrogen, secondary]
- [electr, secondary]
output:
- [methanol, secondary]
- [ht_heat, secondary]

back_bio_ind:
name: back_bio_ind
description: Backstop for diagnosing model infeasibility
Expand Down
Loading