message_ix_models.project.ssp.transport.get_computer

message_ix_models.project.ssp.transport.get_computer(row0: pd.Series, method: METHOD, *, platform_name: str | None = None) Computer[source]

Prepare c to process aviation emissions data.

Parameters:
  • row0 – A single sample row of the input data. “Model” and “Scenario” must be in the index; these are used to reconstruct the IAMC data structure.

  • method – Select the calculation method.

  • platform_name – Configured name of a Platform containing solved MESSAGEix-Transport scenarios.

Returns:

Calling c.get("target") triggers the calculation of the result.

Return type:

Computer