message_ix_models.model.transport.ikarus.prepare_computer
- message_ix_models.model.transport.ikarus.prepare_computer(c: Computer)[source]
Prepare c to perform model data preparation using IKARUS data.
The data is read from from
GEAM_TRP_techinput.xlsx, and the processed data is exported intonon_LDV_techs_wrapped.csv.Note
superseded by the computations set up by
prepare_computer().- Parameters:
context (
Context)- Returns:
data – Keys are MESSAGE parameter names such as ‘input’, ‘fix_cost’. Values are data frames ready for
add_par(). Years in the data include the model horizon indicated byConfig.base_model_info, plus the additional year 2010.- Return type:
dictof(str -> pandas.DataFrame)