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

# إنشاء سيناريو جديد

يرجى مشاهدة الفيديو للحصول على تفاصيل إضافية.

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

### إنشاء سيناريو جديد ومقارنته بـ Baseline

تسمح السيناريوهات للمستخدمين باستكشاف وتقييم الظروف المختلفة أو استراتيجيات الإدارة ضمن نموذج نظام المياه.

1\. لإنشاء سيناريو جديد، انقر فوق **استنساخ سيناريو** أيقونة. (كلمة «استنساخ» تعني «عمل نسخة من»).

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

\_\_ اختر **خط الأساس** كسيناريو للاستنساخ، أضف اسمًا إلى السيناريو الخاص بك، في هذه الحالة «مع التجريد»، وانقر **استنساخ**.

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

سترى السيناريو الجديد نشطًا تلقائيًا.

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

في الوقت الحالي، يعد السيناريو الجديد استنساخًا دقيقًا لـ **خط الأساس** سيناريو.

في هذا السيناريو، سنخصص طلبًا لعقدة الطلب. قم بتغيير الحد الأقصى\ \_التدفق لعقدة إخراج الطلب إلى 5.0 mm3/يوم

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

**اركض** السيناريو الجديد ثم اعرض **محاكاة\_تدفق** لعقدة الطلب.

<figure><img src="/files/3a0X0RU5CXQLh04Q8VQJ" alt=""><figcaption></figcaption></figure>

الآن، لم تعد كمية المياه التي يتم توفيرها لعقدة الطلب 0. تحاول عقدة الطلب تجريد 5.0 mm3/يوم من الماء. ومع ذلك، عندما لا يكون هناك ما يكفي من المياه في النهر، لا يمكن استخلاص 5.0 mm3/اليوم بالكامل.

لنعرض محاكاة\ \_التدفق لعقدة إخراج النهر.

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

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

دعونا نقارن تدفق النهر في كلا السيناريوهين.

أضف السيناريو الأساسي إلى العرض عن طريق تحديده في القائمة ثم الضغط على Play ![](/files/uK8JQtKcIkT6tQzNC2jC)زر.

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

<figure><img src="/files/D2OL2m3MutD2LFMZBvnM" 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/arby/albramj-altalymyh/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.
