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 for VRE integration. |
|
Add grid integration costs for VRE. |
|
Compute share of solar PV and share of onshore + offshore wind. |
|
Compute marginal fuel prices MEWP based on development within FTT:Power. |