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

# تشغيل النموذج وتصور مخرجاته

يرجى مشاهدة الفيديو لمزيد من التفاصيل.

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

انقر فوق **قم بتشغيل نموذج** أيقونة ![](/files/zVazEx7rBRVHeMwaRzDV)، حدد **رون بايير** وانقر **أرسل**.

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

سيتم إرسال النموذج ليتم تشغيله على السحابة.

سترى «الجري» يظهر في قائمة «الأشواط».

يعني الشريط الأزرق أن الجري قيد التشغيل.

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

الشريط الأصفر يعني أن السباق في قائمة الانتظار

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

الشريط الأخضر يعني أن السباق قد انتهى بنجاح

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

\_\_يعني الشريط الأحمر أن التشغيل قد انتهى بخطأ.

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

يؤدي النقر فوق الشريط إلى فتح نافذة تحتوي على سجل التشغيل. في حالة وجود خطأ، سيظهر التتبع في الأسفل ويمكن استخدامه للمساعدة في تحديد سبب حدوث خطأ في التشغيل.

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

بمجرد تشغيل النموذج بنجاح، يمكنك النقر فوق العقد المختلفة لفحص مخرجات السلاسل الزمنية الخاصة بها. في هذه الحالة، تكون سمة الإخراج الرئيسية هي «التدفق المحاكي» .

انقر نقرًا مزدوجًا على عقدة الاهتمام. سيكون «Simulated\ \_flow» متاحًا ضمن قسم الإخراج، انقر فوق زر التحرير ![](/files/H4q9TC2UDkyJDvLVnyHO)لرؤية النتائج. انقر فوق عقدة الطلب وهي العقدة الموجودة على اليمين.

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

يظهر جدول السلاسل الزمنية أولاً:

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

انقر فوق **قطعة أرض** لمشاهدة مخطط السلسلة الزمنية.

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

نظرًا لتعيين الحد الأقصى\ \_flow لعقدة الطلب على 0، فلا يوجد تدفق في هذه العقدة.

في التدفق التالي، سنقوم بإنشاء سيناريو جديد وتغيير الحد الأقصى\ \_flow لعقدة الطلب.

ما هو التدفق المحاكي على عقدة الإخراج المصب التي تمثل منفذ النهر؟

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