SourceCode.Power.ftt_p_fuel_price

Contents

SourceCode.Power.ftt_p_fuel_price#

ftt_p_mewp.py#

Marginal electricity pricing module for FTT:Power.

Computes marginal fuel prices (MEWP) with VRE integration costs. Based on: https://www.sciencedirect.com/science/article/pii/S0360544213009390

Functions included:
  • get_gen_share: Compute solar and wind generation shares

  • add_balancing_costs: Add VRE balancing costs (2-4 EUR/MWh)

  • add_grid_integration_costs: Add grid integration costs (up to 7.5 EUR/MWh)

  • get_marginal_fuel_prices_mewp: Main function to compute MEWP

@author: Femke Nijsse Created: Mon Nov 6 2023

Functions

add_balancing_costs(solar_share, wind_share, r)

Add balancing costs for VRE integration.

add_grid_integration_costs(solar_share, ...)

Add grid integration costs for VRE.

get_gen_share(data, r)

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

get_marginal_fuel_prices_mewp(data, titles, Svar)

Compute marginal fuel prices MEWP based on development within FTT:Power.