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 5fec1b8 commit b9d4b23Copy full SHA for b9d4b23
message_ix_models/model/material/data_power_sector.py
@@ -253,6 +253,7 @@ def read_material_intensities(
253
"node_origin": n,
254
"commodity": c,
255
"level": "product",
256
+ "time": "year",
257
"time_origin": "year",
258
"value": val_cap_new,
259
"unit": "t/kW",
@@ -282,6 +283,7 @@ def read_material_intensities(
282
283
284
285
286
287
288
"value": val_cap_input_ret,
289
@@ -311,6 +313,7 @@ def read_material_intensities(
311
313
"node_dest": n,
312
314
315
"level": "end_of_life",
316
317
"time_dest": "year",
318
"value": val_cap_output_ret,
319
0 commit comments