> 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/italiano/tutorial/creating-and-running-a-simple-model/creating-and-running-a-model/setting-the-time-horizon.md).

# Impostazione dell'orizzonte temporale

Guarda la pagina del video per maggiori dettagli.

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

Clicca sul **dati a livello di rete** pulsante menu.

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

Viene visualizzata la finestra dei dati a livello di rete.

Le **timestepper.start, timestepper.end** e **timestepper.timestep** è necessario definire le impostazioni che sono le date di inizio e fine dell'orizzonte temporale del modello e la fase temporale in cui il modello verrà eseguito.

Le serie temporali nel nostro set di dati sono mensili, tuttavia eseguiremo il modello in una fase di 1 giorno (1D). Le fasi temporali possono essere in qualsiasi numero di giorni, settimanali (W) e mensili (M).

Si prega di impostare i dati come segue:

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

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

**timestepper.timestep =** D

Fai clic su **Modifica** pulsante, selezionare **Descrittore** per ciascuno degli attributi del time step.

Inserisci i seguenti dati sopra e fai clic **Salva**.

Questo orizzonte temporale può essere più breve dei nostri dati di input, ma le date di inizio e fine devono rientrare nell'intervallo dei tuoi dati. Il formato e la sintassi della data sono rigorosi.

<figure><img src="/files/ejWcLezClsFuaOnY50R8" 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/italiano/tutorial/creating-and-running-a-simple-model/creating-and-running-a-model/setting-the-time-horizon.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.
