> 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-output/output-node.md).

# Nodo di uscita

## Descrizione generale

Le **nodo di uscita** ([API Riferimento](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.Output.html)) è un'uscita generale in qualsiasi punto della rete. I nodi di uscita rimuovono l'acqua dal sistema.

I nodi di output sono obbligatori alla fine di un river e in questo caso d'uso generalmente non hanno una penalità di allocazione o un flusso massimo assegnato.

I nodi di uscita vengono utilizzati anche per rappresentare il fabbisogno idrico elevato. In questo caso d'uso, tendono ad avere penalità di allocazione negative in modo che il programma lineare allochi loro acqua oltre a un\ \_flusso massimo che può essere una costante o un parametro che rappresenta la domanda di acqua.

## Attributi primari

\_flusso

<table><thead><tr><th width="181.33333333333331">Nome</th><th width="342">Descrizione</th><th>Richiesto</th><th></th><th></th></tr></thead><tbody><tr><td>penalità di allocazione</td><td>Il costo unitario del flusso attraverso il nodo</td><td>Facoltativo</td><td></td><td></td></tr><tr><td>massimo_</td><td></td><td></td><td></td><td></td></tr><tr><td>flow</td><td>Il vincolo di flusso massimo sul nodo</td><td>Opzionale min</td><td>Il vincolo minimo di flusso sul nodo</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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/italiano/nozioni-di-base-sulla-modellazione/node-types/water-output/output-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.
