> 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/deutsch/tutorials/creating-a-reservoir-system/adding-reservoir-details/adding-monthly-evaporation-and-rainfall.md).

# Monatliche Verdunstung und Niederschlag hinzufügen

In diesem Schritt fügen wir die Verdunstungs- und Niederschlagsraten (mm/Tag) hinzu. Intern multipliziert das Reservoir die Reservoirfläche in Echtzeit mit der Verdunstung.

Die Verdunstung kann durch einen Parameter oder einen Skalar definiert werden. Beispielsweise kann eine Zeitreihe verwendet werden, die mit der Zeitreihe des Flow-Szenarios korreliert ist. In diesem Fall verwenden wir jedoch eine [Monatlicher Profilparameter](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/parameters/monthly-profile) was jedem Monat im Jahr einen anderen Wert zuweist.

1. Wählen Sie das Reservoir aus und bearbeiten Sie das Verdunstungsattribut.

<figure><img src="/files/YsnoMC6BRjrhlkq2Jx8A" alt=""><figcaption><p>Bearbeiten Sie das Verdunstungsattribut</p></figcaption></figure>

2. WaterStrategy hat einen JSON-Editor für einen monatlichen Profilparameter. Um ihn zu verwenden, wählen Sie auf der Registerkarte Optionen **PYWR\_MONATLICH\_PROFIL**.

<figure><img src="/files/KJQjvIRBPx64r3t07zNJ" alt="" width="375"><figcaption><p>Wählen Sie PYWR_MONATLICH_PROFIL</p></figcaption></figure>

3. In der **Reiter „Monatliches Profil“**, geben Sie die Verdunstungsraten in die folgende Tabelle ein:

<table><thead><tr><th width="146"></th><th width="67">Jan</th><th width="68">Feb.</th><th width="65">Mär</th><th width="63">Apr.</th><th width="67">Mai</th><th width="64">Jun</th><th width="68">Jul</th><th width="69">August</th><th width="67">Sep</th><th width="66">Okt.</th><th width="63">Nov.</th><th width="100">Dez.</th></tr></thead><tbody><tr><td>Verdunstung (mm/Tag)</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/IBvglnY9b9WnN68N5ucd" alt=""><figcaption><p>Geben Sie die Verdunstung ein</p></figcaption></figure>

Dann speichere es.

4. Folgen Sie den gleichen Schritten für das Niederschlagsattribut anhand der Tabelle unter der Abbildung.

<figure><img src="/files/AOVx3IViuLkkXN2i6eT5" alt=""><figcaption><p>Bearbeiten Sie den Niederschlag</p></figcaption></figure>

<table><thead><tr><th width="142"></th><th width="66">Jan</th><th width="68">Feb.</th><th width="64">Mär</th><th width="67">Apr.</th><th width="67">Mai</th><th width="64">Jun</th><th width="64">Jul</th><th width="73">August</th><th width="67">Sep</th><th width="68">Okt.</th><th width="64">Nov.</th><th>Dez.</th></tr></thead><tbody><tr><td>Niederschlag (mm/Tag)</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. Stellen Sie endlich das ein **Verdunstungsstrafe** an -2000 und die **Konvertierung der Verdampfungseinheit** auf dem Reservoirknoten nach 0.001.

<figure><img src="/files/L26zsXTGEculsyXyVxRZ" alt=""><figcaption><p>Stellen Sie die Verdunstungsstrafe und die Umrechnung der Verdampfungseinheit</p></figcaption></figure>

Die stark negative Verdunstungsstrafe von -2000 hat eine höhere Priorität als das Reservoir und alle anderen Knoten im System. Dadurch wird Folgendes gewährleistet **Verdunstungsabfluss** wird zuerst getroffen **vor** alle Verwaltungsregeln werden umgesetzt.

Das **Umrechnung von Einheiten** ermöglicht es dem Modell, die Verdunstung in mm/Tag und die Reservoirfläche in Km2 korrekt in die richtigen Durchflusseinheiten in der Vorlage umzurechnen, die mm3/Tag sind

6. Führen Sie dieses Szenario aus und vergleichen Sie das simulierte Volumen mit dem **„Nachfrage bei GW“** Szenario.

Es wird gezeigt, dass die Verdunstung während Dürreperioden zu einem Rückgang des Reservoirspiegels führt. Niederschlagszusätze gleichen die Verluste nicht aus.

<figure><img src="/files/IhLMofYE8SI02NQERJjJ" alt=""><figcaption><p>Reservoirvolumen vergleichen</p></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/deutsch/tutorials/creating-a-reservoir-system/adding-reservoir-details/adding-monthly-evaporation-and-rainfall.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.
