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()andmethod_C().From the input data (
K.input), select the values matchingEXPR_FE, that is, final energy use by aviation.Load emissions intensity of aviation final energy use from the file transport-input-emi-intensity.
Multiply (k_fe_share) × (1) × (2) to compute the estimate of aviation emissions.
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.