> 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/running-the-model-and-visualizing-its-outputs.md).

# Esecuzione del modello e visualizzazione dei relativi output

Guarda il video per maggiori dettagli.

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

Fai clic su **Esegui un modello** icona ![](/files/djhaZtOGEavBJBMqxCar), seleziona **Esegui Pywr** e fai clic **Invia**.

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

Il modello verrà inviato per essere eseguito sul cloud.

Vedrai apparire Esegui nel menu Esecuzioni.

Un nastro blu indica che la corsa è in corso.

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

Un nastro giallo indica che la corsa è in coda

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

Un nastro verde indica che la corsa è terminata con successo

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

Un nastro rosso indica che l'esecuzione è terminata con un errore.

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

Facendo clic sulla barra multifunzione si apre una finestra con il registro Esegui. In caso di errore, verrà visualizzato un traceback in basso che può essere utilizzato per identificare il motivo per cui si è verificato un errore nella Run.

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

Una volta eseguito correttamente il modello, è possibile fare clic sui vari nodi per esaminarne l'output delle serie temporali. In questo caso, l'attributo di output principale è il 'flusso simulato'.

Fai doppio clic sul nodo di interesse. «Simulated\ \_flow» sarà disponibile nella sezione Output, fai clic sul pulsante di modifica ![](/files/gl4oIGye4uIl2Yv5ovlt)per vedere i risultati. Fai clic sul nodo Demand, che è il nodo a destra.

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

Viene visualizzata per prima cosa una tabella delle serie temporali:

<figure><img src="/files/4gMY9pFTk8fLN4IVe9mz" alt=""><figcaption></figcaption></figure>

Clicca su **Trama** per vedere un grafico delle serie temporali.

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

Poiché il\ \_flow massimo del nodo di domanda è stato impostato su 0, non vi è alcun flusso in questo nodo.

Nel flusso successivo, creeremo un nuovo scenario e modificheremo il flusso massimo del nodo di domanda.

Qual è il flusso simulato sul nodo di uscita a valle che rappresenta lo sbocco del fiume?

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


---

# 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/running-the-model-and-visualizing-its-outputs.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.
