> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/node-types/water-transport/riversplitwithgauge-node.md).

# RiverSplitWithGauge Node

## Общее описание

The **RiverSplitWithGauge node** представляет собой участок речной сети с минимальным остаточным стоком (MRF). В соответствии с *Река Сплит* но по умолчанию создает другой маршрут в базовом объекте для моделирования MRF. Этот маршрут таков, что MRF не входит в форсированные коэффициенты. Цель данного объекта — смоделировать случай, когда часть потока может быть абстрагирована выше MRF (например, 90% потока выше MRF). [API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.domains.river.RiverSplitWithGauge.html).

## Основные атрибуты

Стоимость

<table><thead><tr><th width="152.33333333333331">Имя</th><th width="397">Описание</th><th>Требуется</th><th></th></tr></thead><tbody><tr><td>мрф</td><td>Минимальный остаточный расход (MRF) на манометре</td><td>Требуется</td><td></td></tr><tr><td>мрф_</td><td>маршрута по MRF</td><td>Требуемая</td><td></td></tr><tr><td>стоимость Стоимость</td><td>другого (неограниченного) маршрута</td><td>Необходимые</td><td>факторы Факторы, побуждающие</td></tr><tr><td>к дополнительным сплитам. Количество дополнительных_предполагается, что значение слота на единицу меньше длины факторов (согласно <em>Мультисплитлинк</em> документация)</td><td>Требуется</td><td></td><td></td></tr><tr><td>названия_слотов</td><td>Идентификаторы, указывающие на слоты при подключении с этого узла. Длина должна быть на единицу больше требуемого количества дополнительных слотов</td><td>Требуется</td><td></td></tr></tbody></table>

## Примеры

скоро...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/node-types/water-transport/riversplitwithgauge-node.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
