Skip to content

Commit

Permalink
Update technology.yaml with PtX and DAC techs
Browse files Browse the repository at this point in the history
- DAC techs description is incomplete.
  • Loading branch information
francescolovat committed Apr 28, 2021
1 parent 4b3c833 commit 7e73396
Showing 1 changed file with 69 additions and 0 deletions.
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

0 comments on commit 7e73396

Please sign in to comment.