Power.ftt_p_phase_out module

Power.ftt_p_phase_out module#

Created on Fri Jul 12 15:32:26 2024

@author: Femke Nijsse

Linearly decreasing coal phase-out worldwide

We use recursive maths, as we do not store the initial MEWK value The equation for a linearly decreasing line is:

Xn = X_{n-1} * (1-0.1n)/(1-0.1(n-1)). After 10 year, this equals 0.

Power.ftt_p_phase_out.set_linear_coal_phase_out(coal_phaseout, mwka, mwka_lag, mewk_lag, year, techs=[2])#

For rich countries, coal phase-out happens up to 2035. For developing countries, there is more time and they get to 2045.