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

# Neues Szenario erstellen

Bitte schauen Sie sich das Video für weitere Details an.

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

### Neues Szenario erstellen und mit Baseline vergleichen

Szenarien ermöglichen es Benutzern, verschiedene Bedingungen oder Managementstrategien innerhalb des Wassersystemmodells zu untersuchen und zu bewerten.

1\. Um ein neues Szenario zu erstellen, klicken Sie auf **Ein Szenario klonen** Symbol. („Klonen“ heißt „eine Kopie erstellen von“).

<figure><img src="/files/69GW2QzvsDWRpi17mwDq" alt=""><figcaption></figcaption></figure>

wählen **Ausgangswert** Fügen Sie Ihrem Szenario als zu klonendes Szenario einen Namen hinzu, in diesem Fall „Mit Abstraktion“, und klicken Sie auf **Klonen**.

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

Sie werden sehen, dass das neue Szenario automatisch aktiviert wird.

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

Im Moment ist das neue Szenario ein exakter Klon des **Grundlinie** Szenario.

In diesem Szenario weisen wir dem Bedarfsknoten eine Nachfrage zu. Ändern Sie den Max\ \_flow des Bedarfsausgangsknotens auf 5.0 mm3/Tag

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

**Lauf** das neue Szenario und dann sehen Sie sich das an **simuliert\_Fluss** des Bedarfsknotens.

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

Jetzt ist die Wassermenge, die dem Bedarfsknoten zugeführt wird, nicht mehr 0. Der Bedarfsknoten versucht, 5.0 mm3/Tag an Wasser abzuleiten. Wenn jedoch nicht genug Wasser im Fluss ist, können die vollen 5.0 mm3/Tag nicht entnommen werden.

Sehen wir uns den simulierten\ \_flow des Flussausgangsknotens an.

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

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

Vergleichen wir den Flussabfluss in beiden Szenarien.

Fügen Sie der Ansicht das Basisszenario hinzu, indem Sie es im Menü auswählen und dann auf Play drücken ![](/files/7SgQPKU0r88yCvMufXTP)knopf.

<figure><img src="/files/9K6gmYhBMdDBTmsmDiEJ" alt=""><figcaption></figcaption></figure>

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

Wir können sehen, dass je weniger Wasser den Flussauslass in der **Mit Abstraktion** Szenario und manchmal fließt kein Wasser in den Flussauslass.


---

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