You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The technical_lifetime lifetime parameter for historical vintages of the power plant (and bulb) technologies is not defined. Usually, this issue does not cause a problem with running the Westeros tutorial, because the message_ix takes the technical_lifetime of the first_period when constructing the set map_tec_lifetime:
However, for #451 the absence of the technical_lifetime of historical vintages causes problems and would thus be beneficial to correct (probably as part of this PR). This problem arises as a result of the year_vtg set in of technical_lifetime being defined over model_horizon:
khaeru
changed the title
technical_lifetime parameter not defined for historical vintages in Westeros tutorialtechnical_lifetime not defined for historical vintages in Westeros tutorial
May 30, 2022
Problem description
The
technical_lifetime
lifetime parameter for historical vintages of the power plant (and bulb) technologies is not defined. Usually, this issue does not cause a problem with running the Westeros tutorial, because themessage_ix
takes thetechnical_lifetime
of thefirst_period
when constructing the setmap_tec_lifetime
:message_ix/message_ix/model/MESSAGE/data_load.gms
Line 129 in b572cce
However, for #451 the absence of the
technical_lifetime
of historical vintages causes problems and would thus be beneficial to correct (probably as part of this PR). This problem arises as a result of theyear_vtg
set in oftechnical_lifetime
being defined overmodel_horizon
:message_ix/tutorial/westeros/westeros_baseline.ipynb
Line 748 in b572cce
Suggested solution
My understanding is that an easy fix is to define
technical_lifetime
over the setvintage_years
as used for the parametersinput
andoutput
:message_ix/tutorial/westeros/westeros_baseline.ipynb
Line 481 in b572cce
It would be beneficial to discuss the approach as this may have other implications.
The text was updated successfully, but these errors were encountered: