PowerSimulations.jl icon indicating copy to clipboard operation
PowerSimulations.jl copied to clipboard

Add support for time variable service bidding in `MarketBidCost`

Open jd-lara opened this issue 2 years ago • 2 comments

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.

jd-lara avatar Apr 18 '23 21:04 jd-lara

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

jd-lara avatar Apr 18 '23 21:04 jd-lara

This will be resolved as part of the transition to PSY 4.0

jd-lara avatar Feb 19 '24 17:02 jd-lara