{ "cells": [ { "cell_type": "markdown", "id": "fb64ea63", "metadata": {}, "source": [ "(solar)=\n", "# solar\n", "Power production from solar into a power system.\n", "\n", "| | |\n", "|---|---|\n", "|Input connections|{ref}`busbar`|\n", "|Output connections|{ref}`busbar`|\n", "|License|SHOP_OPEN|\n", "|Release version|15.2.0.0|\n", "\n", "```{contents}\n", ":local:\n", ":depth: 1\n", "```\n", "\n", "\n", "\n", "## Examples\n", " - [](battery-wind-solar)\n", " \n", "\n", "## References\n", " - Non-linear charge-based battery storage optimization model with bi-variate cubic spline constraints {cite}`Aaslid2020`\n", " - Pricing electricity in constrained networks dominated by stochastic renewable generation and electric energy storage {cite}`Aaslid2021`\n", " - Stochastic Optimization of Microgrid Operation With Renewable Generation and Energy Storages {cite}`Aaslid2022a`\n", " - Stochastic operation of energy constrained microgrids considering battery degradation {cite}`Aaslid2022b`\n", " \n", "\n", "## Attributes" ] }, { "cell_type": "code", "execution_count": 1, "id": "1265c4e2", "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": "c71647d1", "metadata": {}, "source": [ "(solar:power_forecast)=\n", "### power_forecast\n", "Solar power production forecast. (xUnit: MW, yUnit: MW)\n", "\n", "\n", "(solar:curtailment_cost)=\n", "### curtailment_cost\n", "Solar energy curtailment cost. (xUnit: NOK/MWH, yUnit: NOK/MWH)\n", "\n", "\n", "(solar:power_delivered)=\n", "### power_delivered\n", "Solar power delivered. (xUnit: MW, yUnit: MW)\n", "\n", "\n", "(solar:power_curtailed)=\n", "### power_curtailed\n", "Solar power curtailed. (xUnit: MW, yUnit: MW)" ] } ], "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, 43, 55 ] }, "nbformat": 4, "nbformat_minor": 5 }