SourceCode.Power.ftt_p_integration_costs

SourceCode.Power.ftt_p_integration_costs#

Integration costs for variable renewable energy (VRE).

Adds balancing and grid integration costs to electricity prices as VRE share increases. Based on cascading’s ftt_p_fuel_costs.py but simplified for main’s architecture (no load band generation required).

Reference: https://www.sciencedirect.com/science/article/pii/S0360544213009390

Functions

add_vre_integration_costs(data, titles)

Add VRE integration costs to the generalized cost (METC).

get_balancing_costs(solar_share, wind_share)

Add balancing costs.

get_grid_integration_costs(solar_share, ...)

Add grid integration costs.

get_vre_shares(data, r)

Compute share of solar PV and share of onshore + offshore wind.