> 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/asasyat-alnmthjh/node-types/water-storage/reservoir-node.md).

# عقدة الخزان

## وصف عام

ال **عقدة الخزان** هي فئة فرعية من storage node مع وظائف إضافية لتمثيل التبخر وهطول الأمطار. [API المرجع](https://pywr.github.io/pywr-docs/master/api/generated/pywr.domains.river.Reservoir.html).

## السمات الأساسية

الحجم وهطول الأمطار اختيارية

<table><thead><tr><th width="180.33333333333331">الاسم</th><th width="316">وصف</th><th>مطلوب</th></tr></thead><tbody><tr><td>عقوبة التخصيص</td><td>تتدفق التكلفة لكل وحدة عبر العقدة</td><td>اختياري</td></tr><tr><td>دقيقة_</td><td>- الحد الأدنى لحجم التخزين.</td><td>الإعدادات الافتراضية هي 0.0 الحد الأقصى الاختياري</td></tr><tr><td>_الصوت</td><td>الحد الأقصى لحجم التخزين. الإعدادات الافتراضية هي 0.0</td><td>مطلوب، وإلا فسيكون الإعداد الافتراضي 0</td></tr><tr><td>الأولي_الحجم، الأولي_الصوت_pc</td><td>حدد الحجم الأولي إما من حيث القيمة المطلقة أو النسبية. كلاهما مطلوب إذا كان <em>الحد الأقصى_الصوت</em> هي معلمة لأن المعلمة لن يتم تقييمها في الخطوة الزمنية الأولى. إذا تم إعطاء كلاهما و <em>الحد الأقصى_وحدة التخزين</em> ليست معلمة، ثم يتم تجاهل القيمة المطلقة</td><td>واحدة هي المنطقة المطلوبة</td></tr><tr><td>أو المستوى</td><td>العائم الاختياري أو المعلمة التي تحدد منطقة ومستوى storage node. يمكن الوصول إلى هذه القيم من خلال <em>get_منطقة</em> و <em>أصبح_</em></td><td></td></tr><tr><td>طرق المستوى على التوالي</td><td></td><td></td></tr><tr><td>التبخر</td><td>الاختياري</td><td>ومعدلات التبخر وهطول الأمطار (الطول/اليوم) وحدة</td></tr><tr><td>_التحويل</td><td>عامل التحويل لتحويل هطول الأمطار والتبخر إلى وحدات الطول/اليوم المطلوبة</td><td>اختياري، الإعداد الافتراضي هو 0.001 لتحويل ملم/يوم للاستخدام مع مساحة خزان كم2</td></tr><tr><td>عقوبة التبخر (تكلفة التبخر)</td><td>تم تعيين عقوبة التخصيص على ناتج التبخر</td><td>اختياري، يتم تعيين الإعدادات الافتراضية على -999</td></tr></tbody></table>

## أمثلة

قريبًا...


---

# 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/asasyat-alnmthjh/node-types/water-storage/reservoir-node.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.
