@@ -1630,6 +1630,75 @@ lh2_t/d:
1630
1630
input : [liquid hydrogen, secondary]
1631
1631
output : [liquid hydrogen, final]
1632
1632
1633
+ dac_1_exports :
1634
+ name : dac_1_exports
1635
+ description : Direct air capture technology
1636
+ type : secondary
1637
+ vintaged : TRUE
1638
+ sector : direct_air_capture
1639
+ input : [electr, secondary]
1640
+
1641
+ dac_2_exports :
1642
+ name : dac_2_exports
1643
+ description : Direct air capture technology
1644
+ type : secondary
1645
+ vintaged : TRUE
1646
+ sector : direct_air_capture
1647
+ input : [electr, secondary]
1648
+
1649
+ dac_3_exports :
1650
+ name : dac_3_exports
1651
+ description : Direct air capture technology
1652
+ type : secondary
1653
+ vintaged : TRUE
1654
+ sector : direct_air_capture
1655
+ input : [gas, secondary]
1656
+
1657
+ dac_4_exports :
1658
+ name : dac_4_exports
1659
+ description : Direct air capture technology
1660
+ type : secondary
1661
+ vintaged : TRUE
1662
+ sector : direct_air_capture
1663
+ input : [electr, secondary]
1664
+
1665
+ liq_h2 :
1666
+ name : liq_h2
1667
+ description : Hydrogen-to-liquids technology, representing Fischer-Tropsh synthesis.
1668
+ type : secondary
1669
+ vintaged : TRUE
1670
+ sector : power-to-x
1671
+ input :
1672
+ - [hydrogen, secondary]
1673
+ - [electr, secondary]
1674
+ output :
1675
+ - [lightoil, secondary]
1676
+ - [ht_heat, secondary]
1677
+
1678
+ gas_h2 :
1679
+ name : gas_h2
1680
+ description : Hydrogen-to-methane technology, representing methanation (Sabatier reaction) synthesis.
1681
+ type : secondary
1682
+ vintaged : TRUE
1683
+ sector : power-to-x
1684
+ input : [hydrogen, secondary]
1685
+ output :
1686
+ - [gas, secondary]
1687
+ - [ht_heat, secondary]
1688
+
1689
+ meth_h2 :
1690
+ name : meth_h2
1691
+ description : Hydrogen-to-methanol technology, representing direct methanol synthesis.
1692
+ type : secondary
1693
+ vintaged : TRUE
1694
+ sector : power-to-x
1695
+ input :
1696
+ - [hydrogen, secondary]
1697
+ - [electr, secondary]
1698
+ output :
1699
+ - [methanol, secondary]
1700
+ - [ht_heat, secondary]
1701
+
1633
1702
back_bio_ind :
1634
1703
name : back_bio_ind
1635
1704
description : Backstop for diagnosing model infeasibility
0 commit comments