T-1A1a-TE-13 - Shift to travel by hydrogen bus
Background¶
IPCC WG3 definition: M-1A-11 - Alternative Fuels for Vehicles.
Public transport generates significantly less emissions per passenger than cars. Shifting from cars to public transport will therefore be an essential part of the long-term transition to a sustainable transport system. Public transport has the capacity to transport large numbers of people efficiently, leading to lower levels of congestion, reduced noise levels and an improved urban environment.
Transition Element¶
- Type of shift:
Type Shift
- Activity:
TBD
- Operation:
TBD
- ATOC:
TBD
Activities¶
Shift from:
Shift to:
Parameters¶
Parameter | Unit | Description |
---|---|---|
average_commute_length_to_work | km_commute | Average commute length to work (round-trip) |
load_factor_bus_commute | persons | Load factor bus |
load_factor_car_commute | persons | Load factor car commute |
proportion_of_personal_vehicles_operation_commuting | percent | Proportion commutes |
YAML Specification¶
version: 2.0.0
type: shift
longName: Shift from Internal Combustion Engine (ICE) car to travel by hydrogen bus.
shortName: Hydrogen bus
description: Shift vehicle kilometer from petrol and diesel vehicles to hydrogen buses
in vehicle kilometer to fulfill the need of commuting
unitOfMeasure: commutes
cohort:
expression: '%[0]'
variables:
- proportion_of_personal_vehicles_operation_commuting
shiftFrom:
atoc:
expression: '%[0] / %[1]'
variables:
- average_commute_length_to_work
- load_factor_car_commute
chains:
- chain: petrol_vehicles
- chain: diesel_vehicles
shiftTo:
atoc:
expression: '%[0] / %[1]'
variables:
- average_commute_length_to_work
- load_factor_bus_commute
chains:
- chain: hydrogen_buses
cobenefits:
- reduced_accidents
- less_congestion
This page is roughly halfway complete and is actively being developed.