> 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/francais/tutoriels/creating-and-running-a-simple-model/creating-and-running-a-model/running-the-model-and-visualizing-its-outputs.md).

# Exécution du modèle et visualisation de ses résultats

Regardez la vidéo pour plus de détails.

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

Cliquez sur **Exécuter un modèle** icône ![](/files/SPszblwb0P8tHUBOi7xN), sélectionnez **Exécutez Pyer** et cliquez **Soumettre**.

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

Le modèle sera soumis pour être exécuté sur le cloud.

Vous verrez le Run apparaître dans le menu Runs.

Un ruban bleu signifie que la course est en cours.

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

Un ruban jaune signifie que le Run est en file d'attente

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

Un ruban vert signifie que la course est terminée avec succès

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

Un ruban rouge signifie que l'exécution s'est terminée avec une erreur.

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

Cliquez sur le ruban pour ouvrir une fenêtre contenant le journal des opérations. S'il y a une erreur, un suivi apparaîtra en bas et peut être utilisé pour aider à identifier la raison pour laquelle le Run a généré une erreur.

<figure><img src="/files/6iYAY8S5Vb8uiDWPqCUp" alt=""><figcaption></figcaption></figure>

Une fois le modèle exécuté avec succès, vous pouvez cliquer sur les différents nœuds pour examiner leur sortie chronologique. Dans ce cas, l'attribut de sortie principal est le « flux simulé » .

Double-cliquez sur le nœud qui vous intéresse. « Flux \ \_flux simulé » sera disponible dans la section Sortie, cliquez sur le bouton Modifier ![](/files/28UUz92Af7HfRdjNQCMx)pour voir les résultats. Cliquez sur le nœud Demand, qui est le nœud sur la droite.

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

Un tableau de séries chronologiques apparaît d'abord :

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

Cliquez sur **Parcelle** pour voir un graphique de la série chronologique.

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

Comme le flux maximum \ \_flow du nœud de demande a été défini sur 0, il n'y a aucun flux dans ce nœud.

Lors du flux suivant, nous allons créer un nouveau scénario et modifier le flux max \ \_flow du nœud de demande.

Quel est le débit simulé sur le nœud de sortie en aval représentant la sortie de la rivière ?

<figure><img src="/files/zcznBIRvC2s2Wh7hzCZP" 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/francais/tutoriels/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.
