--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.13.8 kernelspec: display_name: 'Python 3' name: python3 --- (inflow_series)= # inflow_series The inflow_series object is currently used to hold the inflow cut information present in the extended cut format produced by the ProdRisk model. | | | |---|---| |Input connections|{ref}`reservoir`, {ref}`cut_group`| |Output connections|{ref}`reservoir`, {ref}`cut_group`| |License|SHOP_EXTENDED_CUT_FUNCTIONALITY| |Release version|13.0.0.a| ```{contents} :local: :depth: 1 ``` ## Examples - [](water-value-descriptions) ## Attributes ```{code-cell} ipython3 :tags: ['remove-input', 'full-width'] from IPython.core.display import HTML HTML("""
""") ``` (inflow_series:cut_coeffs)= ### cut_coeffs The cut coefficients of the inflow series used in prodrisk. The x values specify the reference weekly inflow of the cut, the y values are the actual cut coefficients, and the reference value is the price for when the cut was created. (xUnit: MM3, yUnit: NOK/MM3)