> 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/italiano/nozioni-di-base-sulla-modellazione/node-types/water-transport/riversplitwithgauge-node.md).

# RiverSplitWithGauge Node

## Descrizione generale

Le **RiverSplitWithGauge node** è una divisione nella rete fluviale con un flusso residuo minimo (MRF). Secondo *Fiume Spalato* ma per impostazione predefinita crea un altro percorso nell'oggetto sottostante per modellare un MRF. Questa rotta è tale che l'MRF non fa parte dei rapporti forzati. L'intento di questo oggetto è modellare il caso in cui una percentuale del flusso può essere astratta al di sopra della MRF (ad esempio 90% del flusso al di sopra della MRF). [API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.domains.river.RiverSplitWithGauge.html).

## Attributi primari

costo Il costo Fattori

<table><thead><tr><th width="152.33333333333331">Nome</th><th width="397">Descrizione</th><th>Richiesto</th><th></th></tr></thead><tbody><tr><td>mrf</td><td>Il flusso residuo minimo (MRF) sul manometro</td><td>Richiesto</td><td></td></tr><tr><td>mrf_</td><td></td><td></td><td></td></tr><tr><td>Il costo del percorso tramite la MRF</td><td></td><td></td><td></td></tr><tr><td>Costo</td><td>richiesto</td><td>dell'altro itinerario (non vincolato)</td><td>obbligatori</td></tr><tr><td>I fattori</td><td>da imporre alle suddivisioni aggiuntive. Numero di extra_si presume che lo slot sia inferiore di uno alla lunghezza dei fattori (come da <em>Collegamento multiplo</em> documentazione)</td><td>Richiesto</td><td></td></tr><tr><td>nomi_slot</td><td>Gli identificatori a cui fare riferimento agli slot quando ci si connette da questo Nodo. La lunghezza deve essere maggiore di uno rispetto al numero di slot aggiuntivi richiesti</td><td>Richiesto</td><td></td></tr></tbody></table>

## Esempi

presto in arrivo...


---

# 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/italiano/nozioni-di-base-sulla-modellazione/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.
