> 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-and-running-a-simple-model/making-changes-to-a-model/adding-a-reservoir.md).

# Aggiungere un serbatoio

Guarda il video per aggiungere un nodo serbatoio al modello creato nel tutorial precedente. Per fare ciò, crea una copia del modello come mostrato nel video e lavora nel **Con astrazione** scenario

{% embed url="<https://www.youtube.com/watch?v=XjGGR3ISefU>" %}

Trascina e rilascia un **Conservazione** ![](https://2382307583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBg8BcxZRxPP2vxAwzrhK%2Fuploads%2Fgit-blob-8bad6f8b7e532e9bcc04a4b8f9ca5c4c0acf4a83%2Fimage%20\(66\).png?alt=media) nodo sulla rete. Quindi elimina il link che collega il **Bacino** nodo al **Link** nodo. Connetti il **Bacino** nodo al **Conservazione** nodo e quindi connettere il **Conservazione** nodo al **Link** nodo.

Inizialmente impostate il **massimo\_volume** del storage node a 0 Mm3 e il **iniziale\_volume\_pc** a 0 ed esegui il modello.

Quindi clona il **Con\_astrazione** scenario e crea un nuovo scenario chiamato \*\*«Serbatoio con deposito e astrazione» . \*\*

Nel nuovo scenario, imposta **massimo\_volume** del storage node a 6 Mm3 e il **iniziale\_volume\_pc** a 0.33. Il serbatoio inizierà quindi la simulazione al 30% pieno. In alternativa, **iniziale\_volume** può essere impostato a 1.8 Mm3. O **iniziale\_volume** o **iniziale\_volume\_pc** deve essere impostato.

<figure><img src="https://2382307583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBg8BcxZRxPP2vxAwzrhK%2Fuploads%2Fgit-blob-1609e1d51bc5ad4645488c2e6a68f55b859f137c%2Fimage%20(71).png?alt=media" alt=""><figcaption></figcaption></figure>

Esegui il modello e visualizza **simulato\_volume** del serbatoio.

<figure><img src="https://2382307583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBg8BcxZRxPP2vxAwzrhK%2Fuploads%2Fgit-blob-b4bfe7637d1858a9968654f3f96e8d526ced4ed2%2Fimage%20(72).png?alt=media" alt=""><figcaption></figcaption></figure>

Il bacino si svuota ogni stagione secca e si riempie ogni stagione umida.

Confronta i **simulato\_flusso** sul nodo di domanda per **«Serbatoio con deposito e astrazione»** e **'Con astrazione'** scenario\*\*. \*\*

<figure><img src="https://2382307583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBg8BcxZRxPP2vxAwzrhK%2Fuploads%2Fgit-blob-8263f0fd355065087843b1618865689109465e76%2Fimage%20(74).png?alt=media" alt=""><figcaption></figcaption></figure>

Lo storage ha ridotto il deficit nel nodo di domanda. Tuttavia, possiamo vedere che anche con lo storage, a volte il nodo di domanda non riceve l'intera richiesta di 0.7 Mm3.

## Esercizio

Abbiamo visto che con lo Scenario 1 di flusso, il serbatoio si svuotava ogni anno. Quanto deve essere bassa la domanda perché il serbatoio abbia ancora un certo volume di stoccaggio anche nella stagione secca?


---

# 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-and-running-a-simple-model/making-changes-to-a-model/adding-a-reservoir.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.
