> 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-and-running-a-simple-model/creating-and-running-a-model/add-data-to-the-nodes.md).

# Daten zu den Knoten hinzufügen

Bitte verwenden Sie für dieses Tutorial die Daten in der Online-Excel-Tabelle unten.

[https://docs.google.com/spreadsheets/d/1J\_wU\_-U\_ZlOLdbmg7rgW1HMt14JfHQHS/edit? usp=sharing\ \&ouid=103412600775811717846\ \&rtpof=true\ \&sd=wahr](https://docs.google.com/spreadsheets/d/1J_wU_-U_ZlOLdbmg7rgW1HMt14JfHQHS/edit?usp=sharing\&ouid=103412600775811717846\&rtpof=true\&sd=true)

Bitte schauen Sie sich dieses Video für weitere Informationen an.

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

Wir wollen einbeziehen **Zeitreihen** für den Fluss im Einzugsgebiet und **Skalar** Werte für Nachfrage.

1. Doppelklicken Sie auf Anfrage und aktualisieren Sie die Attribute im Abschnitt Eingaben wie unten dargestellt:

Maximaler\ \_flow = 0

Zuweisungsstrafe = 0

Möglicherweise müssen Sie auf Bearbeiten klicken ![](/files/XaFNLER3Y5mR4nx8aXJ9) Schaltfläche, um die Werte zu ändern.

![](/files/ScwgAw6kg7RA7U8rtqNU)

1. Doppelklicken Sie im rechten Bereich im Bereich Eingaben auf den Einzugsgebietsknoten auf **fließen** Attribut klicken Sie auf die Schaltfläche Bearbeiten ![](/files/w4xLpz8lzhF2WLK29Uum).

![](/files/h9SPD7jbGi65e71xu5IE)

Es erscheint ein neues Fenster, klicken Sie **Optionen**, wählen **PYWR\_DATENRAHMEN** und klicken Sie **Speichern**

![](/files/RL7guAcJGoWA9hTzKQKe)

1. Das Fenster wird auf die Registerkarte „Dataframe“ aktualisiert. Kopieren Sie die Daten über den obigen Link aus der Excel-Datei und fügen Sie sie wie im Bild gezeigt ein. Beachten Sie, dass 2 Spalten verwendet werden müssen, Spalte A für den Datums-/Uhrzeitindex und Spalte B für die Datenwerte. Klicken Sie **Speichern. Für weitere Informationen schauen Sie sich bitte das Video an.**

<figure><img src="/files/1IgoqMPMfcmwCnR0DLgS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e0I6hsg9LKPjc2fG0Cy3" alt=""><figcaption></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-and-running-a-simple-model/creating-and-running-a-model/add-data-to-the-nodes.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.
