SourceCode.Transport.ftt_tr_main

Contents

SourceCode.Transport.ftt_tr_main#

ftt_tr_main.py#

Passenger road transport FTT module.

This is the main file for FTT: Transport, which models technological diffusion of passenger vehicle types due to simulated consumer decision making. Consumers compare the log of the levelised costs, which leads to changes in the market shares of different technologies.

The outputs of this module include sales, fuel use, and emissions.

Local library imports:

Support functions:

  • divide

    Element-wise divide which replaces divide-by-zeros with zeros

Functions included:
  • solve

    Main solution function for the module

  • get_lcot

    Calculate levelised cost of transport

  • get_sales

    Calculate new sales/additions in FTT-Transport

Functions

solve(data, time_lag, titles, histend, year, ...)

Main solution function for the module.