# Nodo di input proporzionale

## Descrizione generale

Le **nodo di ingresso proporzionale** è destinato a un semplice caso in cui è necessario distribuire un rapporto di flusso fisso su più percorsi a valle. [API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.domains.river.RiverSplit.html).

## Attributi primari

<table><thead><tr><th width="180.33333333333331">Nome</th><th width="318">Descrizione</th><th>Richiesto</th></tr></thead><tbody><tr><td>penalità di allocazione</td><td>Il costo unitario del flusso attraverso il nodo</td><td>Facoltativo</td></tr><tr><td>fattori</td><td>I fattori da imporre alle divisioni aggiuntive. Numero di extra_</td><td></td></tr><tr><td>si presume che lo slot sia inferiore di uno alla lunghezza dei fattori (come da documentazione <em>pywr.nodes.MultiSplitLink</em>) Slot opzionale</td><td></td><td></td></tr><tr><td>_nomi</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>Facoltativo</td></tr><tr><td>flusso</td><td>La quantità di acqua fornita dal bacino idrografico in ogni fase</td><td>Facoltativo</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:

```
GET https://water-strategy.gitbook.io/waterstrategy/italiano/nozioni-di-base-sulla-modellazione/node-types/water-input/proportional-input-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
