SourceCode.sector_coupling.battery_lbd

SourceCode.sector_coupling.battery_lbd#

Created on Tue Jul 23 12:41:20 2024

@author: Femke Nijsse

Find the capacity addtions of batteries by sector, including conversions to ensure the units are the same.

Compute the cost relative cost reductions via learning-by-doing (lbd, Wright’s law’)

Functions

battery_costs(data, time_lag, year, t, ...)

Compute the battery cost, based on (estimated) cumulative capacity.

get_start_cap(data, titles)

Get initial capacity.

guess_battery_additions(data, time_lag, t)

Compute last year's battery additions share by sector.

power_battery_additions_dt(no_it, data, ...)

Get battery additions from the power sector each timestep

update_cumulative_cap(data, time_lag, year, t)

Add all the sectoral additions together for cumulative additions This function is called from battery_costs below