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

# Agregar datos a los nodos

Utilice los datos de la tabla de Excel en línea que aparece a continuación para este tutorial.

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

Vea este vídeo para obtener más información.

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

Queremos incluir **series temporales** para el flujo en el nodo de captación y **valor escalar** valores para Demand.

1. Haga doble clic cuando lo desee y actualice los atributos de la sección Entradas como se muestra a continuación:

Flujo\ \_máximo = 0

Penalización por asignación = 0

Es posible que tengas que hacer clic en la edición ![](https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-5d6fb2403991e0c84dcd26592e97e6389a86b313%2F0%20\(11\).png?alt=media) botón para cambiar los valores.

![](https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-40b6f5a67c362e4394ab677001d840ac253147eb%2F1%20\(11\).png?alt=media)

1. Haga doble clic en el nodo de captación, en el panel derecho dentro de la sección Entradas, en **flujo** atributo: haga clic en el botón de edición ![](https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-49509e5ae415d4f4ac85b79626f0bd2ba932f6dc%2F2%20\(10\).png?alt=media).

![](https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-d6488c41780312c7915350f675b2ee7827dbea3d%2F3%20\(10\).png?alt=media)

aparecerá una nueva ventana, haga clic en **Opciones**, selecciona **PYR\_MARCO DE DATOS** y haga clic **Guardar**

![](https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-4cc005f5a3ef2c2c5467e9d53b8b8a9f5ccdb442%2F4%20\(10\).png?alt=media)

1. La ventana se actualizará a la pestaña Dataframe. Copie los datos del archivo de Excel utilizando el enlace de arriba y péguelos como se muestra en la imagen. Tenga en cuenta que se deben usar 2 columnas, la columna A para el índice de fecha y hora y la columna B para los valores de los datos. Haga clic **Guardar. Para obtener más información, vea el vídeo.**

<figure><img src="https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-3e3d5775f3c2c5ff0c8e0c4a8696e49ec5b6b309%2FScreen%20Shot%202024-08-08%20at%2012.56.21%20AM.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2948356152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFNe7L0vZu0Va3aSbFYVf%2Fuploads%2Fgit-blob-8c230b5625a84ca1aa683a7808eb1c8139347655%2FScreen%20Shot%202024-08-08%20at%2012.57.23%20AM.png?alt=media" 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/espanol/tutoriales/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.
