> 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/making-changes-to-a-model/adding-a-reservoir.md).

# إضافة خزان

يرجى مشاهدة الفيديو لإضافة عقدة خزان إلى النموذج المدمج في البرنامج التعليمي السابق. للقيام بذلك، يرجى إنشاء نسخة من النموذج كما هو موضح في الفيديو ويرجى العمل في **مع التجريد** مشهد

{% embed url="<https://www.youtube.com/watch?v=XjGGR3ISefU>" %}

قم بسحب وإسقاط **تخزين** ![](/files/0dDOiCYQWorJEN400JA9) عقدة على الشبكة. ثم احذف الرابط الذي يربط **مستجمعات المياه** عقدة إلى **رابط** عقدة. قم بتوصيل **مستجمعات المياه** عقدة إلى **تخزين** عقدة ثم قم بتوصيل **تخزين** عقدة إلى **رابط** عقدة.

في البداية، قم بتعيين **الحد الأقصى\_الصوت** من storage node إلى 0 مم 3 و **الأولي\_وحدة التخزين\_pc** إلى 0 وقم بتشغيل النموذج.

ثم قم باستنساخ **مع\_التجريد** سيناريو وقم بعمل سيناريو جديد يسمى \*\*«خزان مع التخزين والتجريد» . \*\*

في السيناريو الجديد، قم بتعيين **الحد الأقصى\_الصوت** من storage node إلى 6 ملم 3 و **الأولي\_وحدة التخزين\_جهاز كمبيوتر** إلى 0.33. سيبدأ الخزان بعد ذلك المحاكاة عند 30٪ بالكامل. بدلاً من ذلك **الأولي\_الصوت** يمكن ضبطه على 1.0\_\_8 مم 3. إما **الأولي\_الصوت** أو **الأولي\_وحدة التخزين\_يجب ضبط جهاز الكمبيوتر**.

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

قم بتشغيل النموذج وعرض **محاكاة\_حجم** الخزان.

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

يفرغ الخزان كل موسم جاف ويملأ كل موسم رطب.

قارن بين **محاكاة\_يتدفق** على عقدة الطلب لـ **«خزان مع التخزين والتجريد»** و **«مع التجريد»** سيناريو\*\*. \*\*

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

قلل التخزين من العجز في عقدة الطلب. ومع ذلك، يمكننا أن نرى أنه حتى مع التخزين، هناك أوقات لا تتلقى فيها عقدة الطلب طلبها الكامل وهو 0.7 Mm3.

## تمرين

ورأينا أنه في ظل سيناريو التدفق 1، سيفرغ الخزان كل عام. ما مدى انخفاض الطلب على الخزان حتى يظل لديه بعض حجم التخزين حتى في موسم الجفاف؟


---

# 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/making-changes-to-a-model/adding-a-reservoir.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.
