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

# Adicionar dados aos nós

Use os dados na tabela online do Excel abaixo 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)

Assista a este vídeo para obter mais detalhes.

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

Queremos incluir **séries temporais** para o fluxo no nó de captação e **escalar** valores para Demanda.

1. Clique duas vezes sob demanda e atualize os atributos na seção Entradas, conforme mostrado abaixo:

Fluxo máximo de\ \_x = 0

Penalidade de alocação = 0

Talvez seja necessário clicar na edição ![](https://2780811623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft4nCBOybr5foLIqkmwa6%2Fuploads%2Fgit-blob-5d6fb2403991e0c84dcd26592e97e6389a86b313%2F0%20\(11\).png?alt=media) botão para alterar os valores.

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

1. Clique duas vezes no nó de captação, no painel direito dentro da seção Entradas, em **corrente** atributo clique no botão de edição ![](https://2780811623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft4nCBOybr5foLIqkmwa6%2Fuploads%2Fgit-blob-49509e5ae415d4f4ac85b79626f0bd2ba932f6dc%2F2%20\(10\).png?alt=media).

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

uma nova janela aparecerá, clique em **Opções**, selecione **PYWR\_QUADRO DE DADOS** e clique em **Salvar**

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

1. A janela será atualizada para a guia Dataframe. Copie os dados do arquivo Excel usando o link acima e cole conforme mostrado na imagem. Observe que duas colunas devem ser usadas, a coluna A para o índice de data e hora e a coluna B para os valores dos dados. Clique **Salvar. Para mais detalhes, assista ao vídeo.**

<figure><img src="https://2780811623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft4nCBOybr5foLIqkmwa6%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://2780811623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft4nCBOybr5foLIqkmwa6%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/portugues/tutoriais/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.
