Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for time variable service bidding in MarketBidCost #961

Open
jd-lara opened this issue Apr 18, 2023 · 2 comments
Open

Add support for time variable service bidding in MarketBidCost #961

jd-lara opened this issue Apr 18, 2023 · 2 comments

Comments

@jd-lara
Copy link
Member

jd-lara commented Apr 18, 2023

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
Copy link
Member Author

jd-lara commented Apr 18, 2023

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
Copy link
Member Author

jd-lara commented Feb 19, 2024

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

@jd-lara jd-lara added this to To do in v1.0 Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.0
  
To do
Development

No branches or pull requests

1 participant