> 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/setting-the-time-horizon.md).

# Den Zeithorizont festlegen

Bitte schauen Sie sich die Videoseite für weitere Informationen an.

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

Klicken Sie auf das **Daten auf Netzwerkebene** Menütaste.

<figure><img src="/files/LnSHtzpP4D3QHOAZZ5zD" alt=""><figcaption></figcaption></figure>

Das Datenfenster auf Netzwerkebene wird angezeigt.

Das **timestepper.start, timestepper.end** und **timestepper.timestep** Es müssen Einstellungen definiert werden, nämlich das Start- und Enddatum des Zeithorizonts des Modells und der Zeitschritt, in dem das Modell ausgeführt wird.

Die Zeitreihe in unserem Datensatz ist monatlich, wir werden das Modell jedoch in einem Zeitschritt von 1 Tag (1D) ausführen. Zeitschritte können in einer beliebigen Anzahl von Tagen erfolgen, wöchentlich (W) und monatlich (M).

Bitte stellen Sie die Daten wie folgt ein:

**timestepper.end** = 2021-12-**1234567890**

**timestepper.start =** 2020-01-**1234567890**

**timestepper.timestep =** D

Klicken Sie auf **Bearbeiten** Taste, wählen **Deskriptor** für jedes der Zeitschrittattribute.

Geben Sie oben die folgenden Daten ein und klicken Sie auf **Speichern**.

Dieser Zeithorizont kann kürzer sein als unsere Eingabedaten, aber das Start- und Enddatum müssen innerhalb des Bereichs Ihrer Daten liegen. Das Datumsformat und die Syntax sind streng.

<figure><img src="/files/Cc6aqGh32SOi2EPFdIUM" 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:

```
GET https://water-strategy.gitbook.io/waterstrategy/deutsch/tutorials/creating-and-running-a-simple-model/creating-and-running-a-model/setting-the-time-horizon.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.
