# المجلد المحرف

{% embed url="<https://www.youtube.com/watch?v=0X0-BHUScC4#t=4m40s>" %}
فيديو باستخدام معامل الحجم المحرف
{% endembed %}

## وصف عام

معلمة استيفاء عامة تقوم بإرجاع قيمة استنادًا إلى حجم الخزان أو عقد التخزين الحالي (الخطوة الزمنية). ال

تستخدم المعلمة **مجموعة مصفوفة** (جدول) من **أحجام الخزان** والقيم المقابلة. في هذه الحالة، تكون القيم المرتبطة هي المقابلة. **منطقة الخزان** من أجل أمر معطى **مستوى الصوت**.

يتم استخدام الاستكمال لحساب القيم بين النقاط الواردة في مصفوفة الإقحام. [API المرجع](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.InterpolatedVolumeParameter.html#pywr.parameters.InterpolatedVolumeParameter)

## السمات

<table><thead><tr><th width="167">الاسم</th><th width="392">وصف</th><th>مطلوب</th></tr></thead><tbody><tr><td>نوع</td><td>المجلد المحرف</td><td>نعم</td></tr><tr><td>عقدة</td><td>Storage node لتوفير قيم حجم الإدخال لحساب الاستكمال</td><td>نعم</td></tr><tr><td>مجلدات</td><td>x إحداثيات نقاط البيانات للاستيفاء</td><td>نعم</td></tr><tr><td>يقيم</td><td>y إحداثيات نقاط البيانات للاستيفاء</td><td>نعم</td></tr><tr><td>إنترب_كوارجز</td><td>قاموس حجج الكلمات الرئيسية التي يجب تمريرها إليها <em>scipy.interpolate.interp1d</em> الفئة وتستخدم للاستيفاء</td><td>اختياري</td></tr></tbody></table>

## مثال

يعرض Json التالي مثالاً على علاج تصنيف المنطقة مقابل الحجم للخزان. يمكن استخدام هذا لتحديد سمة المنطقة لعقدة التخزين أو الخزان.

«جسون» { «النوع»: «معامل الحجم المحرف»، «العقدة»: «الخزان أو Storage node الاسم»، «المجلدات»: \[ 0، 7، 10، 15، 25 ]، «القيم»: \[ 1، 2، 4، 6، 14 ]،

```
«interp_kwargs»: {
	«النوع»: «خطي»
}،
```

«التعليق»: «المجلدات: Mm3، القيم: Km2" }

```

يمثل Json الجدول أدناه:

<table><thead><tr><th width="166">حجم الصوت (مم 3)</th><th width="182">المساحة (كم2)</th></tr></thead><tbody><tr><td>0</td><td>1</td></tr><tr><td>7</td><td>2</td></tr><tr><td>10</td><td>4</td></tr><tr><td>15</td><td>6</td></tr><tr><td>25</td><td>14</td></tr></tbody></table>

عند رسمها تبدو كما يلي:

فيما يلي مثال لجدول تصنيف المنطقة

<table><thead><tr><th width="166">حجم الصوت (مم 3)</th><th width="182">المساحة (كم2)</th></tr></thead><tbody><tr><td>0</td><td>1</td></tr><tr><td>7</td><td>2</td></tr><tr><td>10</td><td>4</td></tr><tr><td>15</td><td>6</td></tr><tr><td>25</td><td>14</td></tr></tbody></table>

عند رسمها تبدو هكذا

<figure><img src="../../../.gitbook/assets/image (123).png" alt=""><figcaption></figcaption></figure>
```


---

# Agent Instructions: 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:

```
GET https://water-strategy.gitbook.io/waterstrategy/arby/asasyat-alnmthjh/parameters/interpolation-parameters/interpolated-volume.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
