Currently message_ix_models.model.transport can only produce valid results on scenarios with y₀=2020. Much of the input data and input data processing logic is fixed to this period/year.
To resolve,
- Identify code changes necessary to support usage with y₀>2020, for instance y₀=2025. This may include:
- Building on a scenario that already has y₀>2020.
- Building on a scenario with y₀=2020, such that the transport solution still meets the criteria when y₀ is shifted forward by 1 or more periods, as is common in some workflows.
- Identify additional data needs or data generation necessary for (1)
- Implement the above changes.
Until completed, the issue thread can collect info on (1) and (2); and also known issues using .model.transport with y₀>2020 and workarounds.
Currently
message_ix_models.model.transportcan only produce valid results on scenarios with y₀=2020. Much of the input data and input data processing logic is fixed to this period/year.To resolve,
Until completed, the issue thread can collect info on (1) and (2); and also known issues using
.model.transportwith y₀>2020 and workarounds.Note
This was originally opened as iiasa/message_data#561 on 2024-07-04.
On GitHub, “a private repository issue cannot be transferred to a public repository,” so this is a duplicate.