Skip to content

cpmodel/FTT_StandAlone

Repository files navigation

FTT StandAlone

Future Technology Transformation

This repository contains a family of Future Technology Transformation (FTT) models. Models that are included are:

  • FTT:Power (Mercure, 2012) - data up to 2019, update to 2021 expected in October
  • FTT:Heat (Knobloch et al, 2017) data up to 2020
  • FTT:Industrial heat under construction
  • FTT:Transport (Mercure et al, 2018) - data up to 2022
  • FTT:Freight under construction

Theoretical background

The FTT family of models are based on evolutionary economics. The uptake of new technologies typically follows an S-curve, which can be represented well with evolutionary dynamics (Mercure et al, 2012). The core equations for all of the models in the model family are coupled logistic equations of the Lotka-Volterra family, also known as the predator-prey equations. These equations are used to determine the evolution of the shares of various technologies in the models. Each model contains between ~10 to 25 technologies competing for market share.

FTT and E3ME

This repository contains the public standalone version of FTT, written in Python. A FORTRAN version of the model family is often used together with a macro-economic model as: E3ME-FTT. This model is managed by Cambridge Econometrics, and informs some of the inputs for the standalone model. In specific, energy demand is an output from the coupled model.

Installation and running the model

  1. Run the install_ce_conda_3.9_external_users.cmd script in _Python_installation to install the prerequisite packages. On top of Anaconda's standard packages, bottle and paste are required.
  2. You can run the front-end of the model by starting the FTT_Stand_Alone_Launcher.cmd. Alternatively, you can run the model from the run_file.py script for development, but this does not save the data. The basic settings can be edited in the settings.ini file.
    1. The first time you run the model, csv input files will be created. This takes a few additional minutes.

References