# Establecer el horizonte temporal

Consulte la página de vídeo para obtener más información.

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

Haga clic en el **datos a nivel de red** botón de menú.

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

Aparece la ventana de datos a nivel de red.

El **paso de tiempo. Inicio, paso de tiempo. Fin** y **paso de tiempo. Paso de tiempo** es necesario definir las fechas de inicio y finalización del horizonte temporal del modelo y el período de tiempo en el que se ejecutará el modelo.

La serie temporal de nuestro conjunto de datos es mensual, sin embargo, ejecutaremos el modelo en un intervalo de 1 día (1D). Los intervalos de tiempo pueden ser de cualquier cantidad de días, de forma semanal (W) y mensual (M).

Configure los datos de la siguiente manera:

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

**paso de tiempo. Inicio =** 2020-01-01

**paso de tiempo =** D

Haga clic en el **Editar** botón, seleccionar **Descriptor** para cada uno de los atributos del paso de tiempo.

Introduzca los siguientes datos arriba y haga clic **Guardar**.

Este horizonte temporal puede ser más corto que nuestros datos de entrada, pero las fechas de inicio y finalización deben estar dentro del rango de sus datos. El formato y la sintaxis de las fechas son estrictos.

<figure><img src="/files/PyXyfiZA5OS5cwynv202" 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/espanol/tutoriales/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.
