message_ix_models.model.transport.ikarus.read_ikarus_data

message_ix_models.model.transport.ikarus.read_ikarus_data(occupancy, k_output, k_inv_cost)[source]

Read the IKARUS data from FILE.

No transformation is performed.

NB this function takes only simple arguments so that cached() computes the same key every time to avoid the slow step of opening/reading the spreadsheet. get_ikarus_data() then conforms the data to particular context settings.

Note

superseded by the computations set up by prepare_computer().

Data returned by this function is cached using cached(); see also SKIP_CACHE.