Skip to content

Commit e103f06

Browse files
committed
Fix materials reporting mapping errors
- Fix wrong entries in aggregate components - Fix wrong IAMC variable name
1 parent 774cfa6 commit e103f06

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

message_ix_models/data/material/reporting/fe_methanol_ammonia_reporting_aggregates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ level_2:
1919
Chemicals|Methanol:
2020
short: fe_meth
2121
components:
22-
[fe_meth_el, fe_meth_coal, fe_meth_gas, fe_meth_bio, fe_meth_h2 ]
22+
[ fe_meth_coal, fe_meth_gas, fe_meth_bio, fe_meth_h2 ]
2323

2424

2525
level_1:

message_ix_models/data/material/reporting/fe_reporting_aggregates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ level_2:
3939
Liquids|Oil:
4040
short: fe_pe_oil
4141
components:
42-
[ fe_pe_cement_oil, fe_pe_aluminum_oil, fe_pe_other_liq_bio ]
42+
[ fe_pe_cement_oil, fe_pe_aluminum_oil, fe_pe_other_oil ]
4343
Liquids|Other:
4444
short: fe_pe_liq_oth
4545
components:

message_ix_models/data/material/reporting/fs2_reporting_aggregates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ level_2:
5353
Chemicals|High-Value Chemicals|Steam Cracking:
5454
short: fe_fs_hvc_sc
5555
components:
56-
[ fe_fs_hvc_gas_sc, fe_fs_hvc_oil_sc ]
56+
[ fe_fs_hvc_gas_sc, fe_fs_hvc_sc_oil ]
5757

5858

5959
level_1:

message_ix_models/data/material/reporting/prod_reporting_aggregates.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ level_1:
7575
short: prod_propy_sc
7676
components:
7777
[ prod_propy_sc_naphtha, prod_propy_sc_ago, prod_propy_sc_vgo, prod_propy_sc_eth, prod_propy_cc_prop]
78-
Chemicals|High-Value Chemicals|BTX:
78+
Chemicals|High-Value Chemicals|BTX|Steam Cracking:
7979
short: prod_btx_sc
8080
components:
81-
[ prod_btx_sc_naphtha, prod_btx_sc_ago, prod_btx_sc_vgo, prod_btx_sc_eth, prod_btx_sc_prop]
81+
[ prod_btx_sc_naphtha, prod_btx_sc_ago, prod_btx_sc_vgo, prod_btx_sc_prop]
8282

8383
# cement
8484
Non-Metallic Minerals|Cement:

0 commit comments

Comments
 (0)