> 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/creating-and-running-a-model/creating-a-new-scenario.md).

# Creazione di un nuovo scenario

Guarda il video per ulteriori dettagli.

{% embed url="<https://www.youtube.com/watch?v=Eknj7-lOYEE#t=5m29s>" %}

### Crea un nuovo scenario e confrontalo con Baseline

Gli scenari consentono agli utenti di esplorare e valutare diverse condizioni o strategie di gestione all'interno del modello del sistema idrico.

1\. Per creare un nuovo scenario, fai clic su **Clona uno scenario** icona. («clonare» significa «fare una copia di»).

<figure><img src="/files/RiRabQng5uRx9sbvFXjj" alt=""><figcaption></figcaption></figure>

scegli **Linea di base** come scenario da clonare, aggiungi un nome al tuo scenario, in questo caso «Con astrazione», e fai clic su **Clona**.

<figure><img src="/files/jYiUKlUw9ikkKP8PZIWr" alt=""><figcaption></figcaption></figure>

Vedrai che il nuovo scenario viene attivato automaticamente.

<figure><img src="/files/7yB7noiqQaPVWFzmK5Bq" alt=""><figcaption></figcaption></figure>

Al momento, il nuovo scenario è un clone esatto del **linea di base** scenario.

In questo scenario, assegneremo una domanda al nodo di domanda. Modificare il\ \_flusso massimo del nodo di uscita della domanda su 5.0 mm3/giorno

<figure><img src="/files/flD4gSEwTntv4OS4lyK5" alt=""><figcaption></figcaption></figure>

**Esegui** il nuovo scenario e quindi visualizza il **simulato\_flusso** del nodo di domanda.

<figure><img src="/files/Luu79i4318g63q3V2yoo" alt=""><figcaption></figcaption></figure>

Ora, la quantità di acqua fornita al nodo di domanda non è più 0. Il nodo di domanda tenta di estrarre 5.0 mm3/giorno di acqua. Tuttavia, quando non c'è abbastanza acqua nel fiume, non è possibile estrarre l'intero valore di 5.0 mm3/giorno.

Vediamo il\ \_flow simulato del nodo di uscita del fiume.

<figure><img src="/files/DnUcX3UcpNFZwcSfJV4y" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5HhMPg0r7U26KlWhQcmP" alt=""><figcaption></figcaption></figure>

Confrontiamo il deflusso del fiume in entrambi gli scenari.

Aggiungi lo scenario di base alla vista selezionandolo nel menu e quindi premendo il pulsante Riproduci ![](/files/JpDwETMGniCXjgBCfBJD)pulsante.

<figure><img src="/files/WRt6Ur0Jo77In8iHiolT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/F6E1q46nSAi3K4koAThR" alt=""><figcaption></figcaption></figure>

Possiamo vedere che meno acqua raggiunge lo sbocco del fiume nel **Con astrazione** scenario e talvolta non c'è acqua che scorre nello sbocco del fiume.


---

# 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/creating-and-running-a-model/creating-a-new-scenario.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.
