InnoZ / MAS

analysis and (potentially) development of a multi-agent simultation for carsharing
Apache License 2.0
0 stars 0 forks source link

include emission module #64

Closed 00Bock closed 7 years ago

00Bock commented 7 years ago

aim is to gain global CO2-emissions for each scenario. other emisiion-types might be of interest

wese-da commented 7 years ago

This is an excerpt from a discussion I and @00Bock had yesterday about where we want to start here:

The MATSim Emission module requires pretty detailed data from HBEFA, e.g.

These are all things we want to omit at the moment. Also, many of the detailed input parameters aren't provided by the free online version of HBEFA and we don't want to invest 250 € for this.

The solution so far is: Each time a new version of HBEFA is published (which shouldn't be too often, so this can be done manually) we download the dataset of emissions per vehicle category and put them inside a database table. The HBEFA datasets are provided in five year intervals (2015, 2020, 2025, 2030). We thought that we could interpolate the values of the current year (i.e. 2017). The forecast years can be handled in two ways: 1) Interpolation where necessary, otherwise value of the respective year 2) Only provide the forecast years of the HBEFA dataset (reduce our forecast year choice set)

Either way, our population database covers the time until 2040, so we have to extrapolate the emission data.

00Bock commented 7 years ago

too much programming. Issue is transfered to postprocessing of modelling output and a later date...