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

# Création d'un nouveau scénario

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

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

### Créez un nouveau scénario et comparez-le avec Baseline

Les scénarios permettent aux utilisateurs d'explorer et d'évaluer différentes conditions ou stratégies de gestion dans le modèle du système d'eau.

1 . Pour créer un nouveau scénario, cliquez sur **Cloner un scénario** icône. (« cloner », c'est « faire une copie de »).

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

choisissez **Point de référence** comme scénario à cloner, ajoutez un nom à votre scénario, dans ce cas « Avec abstraction », puis cliquez sur **Cloner**.

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

Vous verrez que le nouveau scénario est automatiquement activé.

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

Pour le moment, le nouveau scénario est un clone exact du **de base** scénario.

Dans ce scénario, nous allons attribuer une demande au nœud de demande. Modifiez le débit maximum du nœud de sortie de demande à 5.0 mm3/jour

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

**Courez** le nouveau scénario, puis visualisez le **simulé \_flow** du nœud de demande.

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

Désormais, la quantité d'eau fournie au nœud de demande n'est plus nulle. Le nœud de demande tente d'extraire 5.0 mm3/jour d'eau. Cependant, lorsqu'il n'y a pas assez d'eau dans la rivière, la quantité totale de 5.0 mm3/jour ne peut pas être prélevée.

Visualisons le \ \_débit simulé du nœud de sortie de la rivière.

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

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

Comparons le débit du fleuve dans les deux scénarios.

Ajoutez le scénario de référence à la vue en le sélectionnant dans le menu, puis en appuyant sur le bouton Play ![](/files/FQkAD5lHJuMi5k6EluSo)bouton.

<figure><img src="/files/1ZqdwLqc2fK07ZVcOKrk" alt=""><figcaption></figcaption></figure>

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

Nous pouvons constater que moins l'eau atteint la sortie de la rivière dans **Avec abstraction** scénario et parfois il n'y a pas d'eau qui coule à la sortie de la rivière.


---

# 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/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.
