---
jupytext:
text_representation:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.13.8
kernelspec:
display_name: 'Python 3'
name: python3
---
(creek_intake)=
# creek_intake
A creek intake object which represents unregulated inflow entering the tunnel system below a reservoir
| | |
|---|---|
|Input connections|{ref}`reservoir`, {ref}`creek_intake`|
|Output connections|{ref}`plant`, {ref}`gate`, {ref}`junction`, {ref}`creek_intake`|
|License|SHOP_CREEK_INTAKE|
|Release version|13.0.0.a|
```{contents}
:local:
:depth: 1
```
```{warning}
The creek_intake object is old and will be deprecated in the future. A creek_intake can be replaced with a small [](reservoir) connected to a [](tunnel).
```
## Examples
- [](creek-intake-example)
## Attributes
```{code-cell} ipython3
:tags: ['remove-input', 'full-width']
from IPython.core.display import HTML
HTML("""
""")
```
(creek_intake:net_head)=
### net_head
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license). Physical height of the creek intake opening (xUnit: METER, yUnit: METER)
(creek_intake:max_inflow)=
### max_inflow
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Static maximum capacity for inflow to this creek intake (xUnit: M3/S, yUnit: M3/S)
(creek_intake:max_inflow_dynamic)=
### max_inflow_dynamic
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Time-dependent maxiumu capacity for inflow to this creek intake (xUnit: NO_UNIT, yUnit: M3/S)
(creek_intake:inflow)=
### inflow
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Inflow to the creek intake (xUnit: NO_UNIT, yUnit: M3/S)
(creek_intake:sim_inflow)=
### sim_inflow
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Resulting inflow to this creek intake after simulation based on observed reservoir level and plant production (xUnit: NO_UNIT, yUnit: M3/S)
(creek_intake:sim_pressure_height)=
### sim_pressure_height
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Resulting pressure height of the creek intake after simulation based on observed reservoir level and plant production (xUnit: NO_UNIT, yUnit: METER)
(creek_intake:inflow_percentage)=
### inflow_percentage
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Predefined factor to generate inflow to this creek intake based on a percentage of the inflow to the reservoir above (xUnit: NO_UNIT, yUnit: M3/S)
(creek_intake:overflow_cost)=
### overflow_cost
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Cost for spillage from this creek intake if a spill gate is connected to it (xUnit: NO_UNIT, yUnit: NOK/MM3)
(creek_intake:non_physical_overflow_flag)=
### non_physical_overflow_flag
Future deprecation: All creek_intakes should be modelled by using the tunnel object (does not require additional license).Resulting flag series telling if there was non-physical overflow from this creek intake i.e. spilling water with inflow below the maximum capacity (xUnit: NO_UNIT, yUnit: NO_UNIT)