@@ -1539,6 +1539,75 @@ lh2_t/d:
1539
1539
input : [liquid hydrogen, secondary]
1540
1540
output : [liquid hydrogen, final]
1541
1541
1542
+ dac_1_exports :
1543
+ name : dac_1_exports
1544
+ description : Direct air capture technology
1545
+ type : secondary
1546
+ vintaged : TRUE
1547
+ sector : direct_air_capture
1548
+ input : [electr, secondary]
1549
+
1550
+ dac_2_exports :
1551
+ name : dac_2_exports
1552
+ description : Direct air capture technology
1553
+ type : secondary
1554
+ vintaged : TRUE
1555
+ sector : direct_air_capture
1556
+ input : [electr, secondary]
1557
+
1558
+ dac_3_exports :
1559
+ name : dac_3_exports
1560
+ description : Direct air capture technology
1561
+ type : secondary
1562
+ vintaged : TRUE
1563
+ sector : direct_air_capture
1564
+ input : [gas, secondary]
1565
+
1566
+ dac_4_exports :
1567
+ name : dac_4_exports
1568
+ description : Direct air capture technology
1569
+ type : secondary
1570
+ vintaged : TRUE
1571
+ sector : direct_air_capture
1572
+ input : [electr, secondary]
1573
+
1574
+ liq_h2 :
1575
+ name : liq_h2
1576
+ description : Hydrogen-to-liquids technology, representing Fischer-Tropsh synthesis.
1577
+ type : secondary
1578
+ vintaged : TRUE
1579
+ sector : power-to-x
1580
+ input :
1581
+ - [hydrogen, secondary]
1582
+ - [electr, secondary]
1583
+ output :
1584
+ - [lightoil, secondary]
1585
+ - [ht_heat, secondary]
1586
+
1587
+ gas_h2 :
1588
+ name : gas_h2
1589
+ description : Hydrogen-to-methane technology, representing methanation (Sabatier reaction) synthesis.
1590
+ type : secondary
1591
+ vintaged : TRUE
1592
+ sector : power-to-x
1593
+ input : [hydrogen, secondary]
1594
+ output :
1595
+ - [gas, secondary]
1596
+ - [ht_heat, secondary]
1597
+
1598
+ meth_h2 :
1599
+ name : meth_h2
1600
+ description : Hydrogen-to-methanol technology, representing direct methanol synthesis.
1601
+ type : secondary
1602
+ vintaged : TRUE
1603
+ sector : power-to-x
1604
+ input :
1605
+ - [hydrogen, secondary]
1606
+ - [electr, secondary]
1607
+ output :
1608
+ - [methanol, secondary]
1609
+ - [ht_heat, secondary]
1610
+
1542
1611
back_bio_ind :
1543
1612
name : back_bio_ind
1544
1613
description : Backstop for diagnosing model infeasibility
0 commit comments