--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.13.8 kernelspec: display_name: 'Python 3' name: python3 --- (bid_group)= # bid_group Represents a group of hydropower plants that will participate in the optimal bidding problem when running a stochastic SHOP optimization | | | |---|---| |Input connections|{ref}`plant`| |Output connections|{ref}`plant`| |License|SHOP_SCENARIO_FUNCTIONALITY| |Release version|13.0.0.a| ```{contents} :local: :depth: 1 ``` ## Examples - [](multiple-price-bid-matrix) ## Attributes ```{code-cell} ipython3 :tags: ['remove-input', 'full-width'] from IPython.core.display import HTML HTML("""
""") ``` (bid_group:price_dimension)= ### price_dimension Number of prices in the resulting bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT) (bid_group:time_dimension)= ### time_dimension Number of time steps in the resulting bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT) (bid_group:bid_start_interval)= ### bid_start_interval Index of the first time step in the bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT) (bid_group:bid_end_interval)= ### bid_end_interval Index of the last time step in the bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT) (bid_group:reduction_cost)= ### reduction_cost The cost of reducing the full bid matrix to the desired number of points (xUnit: NO_UNIT, yUnit: NO_UNIT) (bid_group:bid_curves)= ### bid_curves Resulting bid matrix (xUnit: NOK/MWH, yUnit: MWH) (bid_group:bid_penalty)= ### bid_penalty The sum of penalty over all scenarios and time steps for violating the requirement of bid volume increasing when price increases in the bid matrix (xUnit: NOK/MWH, yUnit: MWH) (bid_group:best_profit_bid_matrix)= ### best_profit_bid_matrix Resulting bid matrix when bids are created from the command print bp_bid_matrix (xUnit: NOK/MWH, yUnit: MWH)