message_ix_models.model.transport.ikarus.get_ikarus_data
- message_ix_models.model.transport.ikarus.get_ikarus_data(context) Dict[str, DataFrame] [source]
Prepare non-LDV data from [].
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:
dict
of(str -> pandas.DataFrame)