PowerSimulations.jl
PowerSimulations.jl copied to clipboard
Add support for time variable service bidding in `MarketBidCost`
In the current implementation of MarketBidCost we only support a variable cost that can change over time. In the original implementation we excluded time-varying service bids. This issue adds a requirement to include in the time series data the information for time variant service bids.
The function _add_service_bid_cost! seems to be doing this but it is untested. Further it employs
add_to_objective_invariant_expression!(
container,
forecast_data_values[t] * reserve_variable[component_name, t],
)
which means that the function isn't really making time variable bids
This will be resolved as part of the transition to PSY 4.0