message_ix_models.model.transport.operator.input_commodity_level

message_ix_models.model.transport.operator.input_commodity_level(t: List[Code], default_level=None) AnyQuantity[source]

Return a Quantity for broadcasting dimension (t) to (c, l) for input.

Todo

This essentially replaces transport.util.input_commodity_level(), and is much faster. Replace usage of the other function with this one, then remove the other.