Skip to content

Commit

Permalink
Include computed demand for transport F RAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Dec 4, 2024
1 parent 79584e7 commit 1ab8ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_models/model/transport/demand.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def dummy(
# Apply the adjustment factor
(fv + "1", "mul", fv + "0", "fv factor:n-t-y"),
# Select only the ROAD data. NB Do not drop so 't' labels can be used for 'c', next.
((fv + "2", "select", fv + "1"), dict(indexers=dict(t=["ROAD"]))),
((fv + "2", "select", fv + "1"), dict(indexers=dict(t=["RAIL", "ROAD"]))),
# Relabel
((fv_cny, "relabel2", fv + "2"), dict(new_dims={"c": "transport F {t}"})),
# Convert to ixmp format
Expand Down

0 comments on commit 1ab8ae2

Please sign in to comment.