# 添加每月蒸发量和降雨量

在此步骤中，我们将添加蒸发速率和降水率（mm/天）。在内部，水库将实时储层面积乘以蒸发量。

蒸发量可以由参数或标量定义。例如，可以使用与流程场景时间序列相关的时间序列。但是在这种情况下，我们将使用 [每月配置文件参数](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/parameters/monthly-profile) 它为一年中的每个月分配不同的值。

1。选择储层并编辑 “蒸发” 属性。

<figure><img src="/files/JnO6iWXDiT0ejFFnSpE2" alt=""><figcaption><p>编辑 “蒸发” 属性</p></figcaption></figure>

2. WaterStrategy 有一个 Json 编辑器用于每月配置文件参数。要使用它，请在选项卡中选择 **PYWR\_每月\_概况**。

<figure><img src="/files/XB39JDkkpjRpUac3ZW5y" alt="" width="375"><figcaption><p>选择 PYWR_每月_概况</p></figcaption></figure>

3.在 **“每月概况” 选项卡**，在下表中输入蒸发速率：

<table><thead><tr><th width="146"></th><th width="67">一月</th><th width="68">二月</th><th width="65">破坏</th><th width="63">四月</th><th width="67">五月</th><th width="64">六月</th><th width="68">七月</th><th width="69">八月</th><th width="67">九月</th><th width="66">十月</th><th width="63">十一月</th><th width="100">十二月</th></tr></thead><tbody><tr><td>蒸发量（毫米/天）</td><td>2.70</td><td>4.02</td><td>1.45</td><td>1.98</td><td>0.98</td><td>0.10</td><td>0.04</td><td>0.03</td><td>0.04</td><td>0.48</td><td>1.14</td><td>2.45</td></tr></tbody></table>

<figure><img src="/files/SZqk9FQCaYy0rXaee1hY" alt=""><figcaption><p>输入蒸发量</p></figcaption></figure>

然后，保存它。

4。使用图下方的表格对 “降雨” 属性执行相同的步骤。

<figure><img src="/files/8IGfhnB8ivY2RqdWZFek" alt=""><figcaption><p>编辑降雨</p></figcaption></figure>

<table><thead><tr><th width="142"></th><th width="66">一月</th><th width="68">二月</th><th width="64">破坏</th><th width="67">四月</th><th width="67">五月</th><th width="64">六月</th><th width="64">七月</th><th width="73">八月</th><th width="67">九月</th><th width="68">十月</th><th width="64">十一月</th><th>十二月</th></tr></thead><tbody><tr><td>降水量（毫米/天）</td><td>4.91</td><td>2.33</td><td>1.24</td><td>2.30</td><td>0.39</td><td>0.01</td><td>0.01</td><td>0.00</td><td>0.01</td><td>0.48</td><td>1.76</td><td>2.23</td></tr></tbody></table>

5。终于设置了 **蒸发罚款** 到-2000 然后 **蒸发单位换算** 在水库节点上到 0.001。

<figure><img src="/files/f4RWh37fUUrqboQCurDo" alt=""><figcaption><p>设置蒸发惩罚和蒸发单位换算</p></figcaption></figure>

-2000 的高负蒸发损耗比储层和系统中的任何其他节点的优先级都高。这可以确保 **蒸发流出** 首先得到满足 **以前** 任何管理规则都已实施。

这个 **单位换算** 允许模型正确地将以 mm/天为单位的蒸发量和以 Km2 为单位的储层面积转换为模板中正确的流量单位，即 mm3/天

6。运行此场景并将模拟音量与模拟音量进行比较 **'GW 的需求'** 场景。

事实证明，在干旱期间，蒸发会导致储层水位降低。增加的降水量并不能弥补损失。

<figure><img src="/files/qftqVvUgZGLYlAMrM2Xk" alt=""><figcaption><p>水库容量比较</p></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/zhong-guo-ren/jiao-cheng/creating-a-reservoir-system/adding-reservoir-details/adding-monthly-evaporation-and-rainfall.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.
