> 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/tutorial/creating-a-reservoir-system/adding-a-demand.md).

# Aggiungere una domanda

In questa sezione verrà aggiunto al sistema un nodo di uscita che rappresenta una domanda municipale che attingerà l'acqua dal bacino idrico.

## Aggiungere un nodo di output

Aggiungi un **produzione** nodo del sistema che rappresenterà una domanda urbana che estrarrà l'acqua dal bacino idrico. Rinomina il nodo in «Domanda di esempio».

<figure><img src="/files/cBMDM1UlMeIobTyCAWc0" alt=""><figcaption><p>Aggiungere un nodo di output come richiesta</p></figcaption></figure>

## Domanda di base

Nel **Linea di base** scenario imposta i seguenti attributi sul **Esempio di domanda** nodo:

<figure><img src="/files/de4jzks2sKqHeYVCZyQp" alt="" width="375"><figcaption><p>Scenario di base</p></figcaption></figure>

* **massimo\_flusso** = 0. Ciò rappresenta una domanda di 0 MM3/giorno.
* **allocazione\_pena** = -1000. Ciò rappresenta un'alta priorità per l'allocazione dell'acqua

<figure><img src="/files/jLHoQSo2m9BE1Uzz8KWi" alt=""><figcaption><p>Gli attributi definiti nel nodo Example demand</p></figcaption></figure>

## **Crea un nuovo scenario**

**Crea un nuovo scenario chiamato «Con domanda».** Per un promemoria su come creare uno scenario, segui il link sottostante.

{% embed url="<https://water-strategy.gitbook.io/water-strategy/tutorials/creating-and-running-a-network/creating-a-new-scenario>" %}

## La domanda nel nuovo scenario

Nel **'Con richiesta'** scenario, imposta **massimo\_flusso** dell'esempio richiedi a 0.1 mm3/giorno ed esegui questo scenario ![](https://water-strategy.gitbook.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FLG7JgbktYGchOfcaz0zv%2Fblobs%2FxccVMlqqFMkgoP5T8BDH%2Fimage.png\&width=300\&dpr=4\&quality=100\&sign=530a8e5b\&sv=1).

<figure><img src="/files/chGLn9S1F4VmGhZdRvnE" alt="" width="289"><figcaption><p>Esempio di domanda</p></figcaption></figure>

## Visualizza e confronta il volume del serbatoio

Visualizza il **simulato\_volume** del serbatoio in questo scenario e confronto con la linea di base.

<figure><img src="/files/7M9OT82fg26Who8VrwXs" alt="" width="375"><figcaption><p>Selezione della linea di base da confrontare</p></figcaption></figure>

<figure><img src="/files/dHlCvZqlWwlt3IZhjtVF" alt=""><figcaption><p>Confronto del volume del serbatoio</p></figcaption></figure>

## Esercizi e domande <a href="#exercises-and-questions" id="exercises-and-questions"></a>

In questo caso, stiamo modellando lo stoccaggio «vivo» del serbatoio. Quando nel modello il serbatoio raggiunge lo zero, nel sistema è ancora presente una memoria inattiva. Quando il livello di accumulo è esaurito, l'acqua residua non può essere rilasciata.

* \*\*Quanto può aumentare la domanda prima che il serbatoio si svuoti fino al suo deposito esaurito? \*\*

\_Per fare ciò, crea un nuovo scenario e modifica il valore massimo\_flusso del nodo di domanda e riesegui il modello più volte finché il serbatoio non raggiunge lo spazio di archiviazione zero. \_

* \*\*Qual è la fuoriuscita mensile massima dal serbatoio nella simulazione? \*\*

\_Suggerimento: guarda il\ simulato\_flusso sulla fuoriuscita link node . \_

* \*\*Crea uno scenario di «Domanda mensile». Usa il seguente video per aiutarti a implementare una domanda di profilo mensile, in cui la domanda di esempio cambia in base ai mesi: \*\*

Jan-Mar: 0.1 mm3/giorno

0\_\_aprile-giugno: 0.06 MM3/giorno

luglio-settembre: 0.07 MM3/giorno

0\_\_settembre-dicembre: 0.09 m3/giorno

{% embed url="<https://www.youtube.com/watch?t=76s&v=DH3z2yQVL6I>" %}


---

# 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/tutorial/creating-a-reservoir-system/adding-a-demand.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.
