We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1888a0 commit 3908d2eCopy full SHA for 3908d2e
message_ix_models/model/material/data_util.py
@@ -1391,11 +1391,14 @@ def add_emission_accounting(scen: message_ix.Scenario) -> None:
1391
},
1392
)
1393
CF4_red_add.drop(["year_vtg", "emission"], axis=1, inplace=True)
1394
- CF4_red_add["relation"] = "CF4_alm_red"
1395
CF4_red_add["unit"] = "???"
1396
CF4_red_add["year_rel"] = CF4_red_add["year_act"]
1397
CF4_red_add["node_rel"] = CF4_red_add["node_loc"]
+ CF4_red_add["relation"] = "CF4_Emission"
1398
+ scen.add_par("relation_activity", CF4_red_add)
1399
1400
+ CF4_red_add["relation"] = "CF4_alm_red"
1401
+ CF4_red_add["value"] *= 1000
1402
scen.add_par("relation_activity", CF4_red_add)
1403
scen.commit("CF4 relations corrected.")
1404
0 commit comments