message_ix_models.project.ssp.transport.method_BC_common

message_ix_models.project.ssp.transport.method_BC_common(c: Computer, k_fe_share: Key, k_emi_share: Key | None = None) None[source]

Common steps for method_B() and method_C().

  1. From the input data (K.input), select the values matching EXPR_FE, that is, final energy use by aviation.

  2. Load emissions intensity of aviation final energy use from the file transport-input-emi-intensity.

  3. Multiply (k_fe_share) × (1) × (2) to compute the estimate of aviation emissions.

  4. Estimate adjustments according to broadcast_t().

Parameters:
  • k_fe_share – A key with dimensions either \((c, n)\) or \((c, n, y)\) giving the share of aviation in total transport final energy.

  • k_emi_share – A key giving the share of aviation in total transport emissions.