{ "cells": [ { "cell_type": "markdown", "id": "d375e581", "metadata": {}, "source": [ "(bid_group)=\n", "# bid_group\n", "Represents a group of hydropower plants that will participate in the optimal bidding problem when running a stochastic SHOP optimization\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`plant`|\n", "|Output connections|{ref}`plant`|\n", "|License|SHOP_SCENARIO_FUNCTIONALITY|\n", "|Release version|13.0.0.a|\n", "\n", "```{contents}\n", ":local:\n", ":depth: 1\n", "```\n", "\n", "\n", "\n", "## Examples\n", " - [](multiple-price-bid-matrix)\n", " \n", "\n", "\n", "\n", "## Attributes" ] }, { "cell_type": "code", "execution_count": 1, "id": "bee7019d", "metadata": { "tags": [ "remove-input", "full-width" ] }, "outputs": [ { "data": { "text/html": [ "
\n", "\n" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.core.display import HTML\n", "HTML(\"\"\"
\n", "\n", "\"\"\")" ] }, { "cell_type": "markdown", "id": "ea619f70", "metadata": {}, "source": [ "(bid_group:price_dimension)=\n", "### price_dimension\n", "Number of prices in the resulting bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(bid_group:time_dimension)=\n", "### time_dimension\n", "Number of time steps in the resulting bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(bid_group:bid_start_interval)=\n", "### bid_start_interval\n", "Index of the first time step in the bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(bid_group:bid_end_interval)=\n", "### bid_end_interval\n", "Index of the last time step in the bid matrix (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(bid_group:reduction_cost)=\n", "### reduction_cost\n", "The cost of reducing the full bid matrix to the desired number of points (xUnit: NO_UNIT, yUnit: NO_UNIT)\n", "\n", "\n", "(bid_group:bid_curves)=\n", "### bid_curves\n", "Resulting bid matrix (xUnit: NOK/MWH, yUnit: MWH)\n", "\n", "\n", "(bid_group:bid_penalty)=\n", "### bid_penalty\n", "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)\n", "\n", "\n", "(bid_group:best_profit_bid_matrix)=\n", "### best_profit_bid_matrix\n", "Resulting bid matrix when bids are created from the command print bp_bid_matrix (xUnit: NOK/MWH, yUnit: MWH)" ] } ], "metadata": { "jupytext": { "text_representation": { "extension": ".md", "format_name": "myst", "format_version": 0.13, "jupytext_version": "1.13.8" } }, "kernelspec": { "display_name": "Python 3", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.9" }, "source_map": [ 11, 38, 50 ] }, "nbformat": 4, "nbformat_minor": 5 }