message_ix_models.model.transport.operator.cost
- message_ix_models.model.transport.operator.cost(price: AnyQuantity, gdp_ppp_cap: AnyQuantity, whours: AnyQuantity, speeds: AnyQuantity, votm: AnyQuantity, y: List[int]) AnyQuantity [source]
Calculate cost of transport [money / distance].
Calculated from two components:
The inherent price of the mode.
Value of time, in turn from:
a value of time multiplier (votm),
the wage rate per hour (gdp_ppp_cap / whours), and
the travel time per unit distance (1 / speeds).