noads.core.models.fleet.aircraft_tech_parameter#

Maturing aircraft technology parameter.

class noads.core.models.fleet.aircraft_tech_parameter.AircraftTechParameter(name, values)[source]#

Bases: object

A maturing component technology parameter (e.g. battery specific energy).

The parameter value is interpolated with a second-order spline through its (2020, 2040, 2060) values, chosen per technology scenario (Lower/Mid/Upper), and evaluated at an aircraft’s entry-into-service year during design. See the aircraft technology table of the extended paper for the values and sources.

Parameters:
value_at_entry_into_service(entry_into_service)[source]#

Interpolate parameter value at Entry-Into-Service.

name: str#

Technology parameter name.

value_2020: float#

Parameter value at 2020.

value_2040: float#

Parameter value at 2040.

value_2060: float#

Parameter value at 2060.

Classes

AircraftTechParameter(name, values)

A maturing component technology parameter (e.g. battery specific energy).