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

# Add Data to the Nodes

Please use the data in the online Excel table below for this tutorial.

<https://docs.google.com/spreadsheets/d/1J_wU_-U_ZlOLdbmg7rgW1HMt14JfHQHS/edit?usp=sharing&ouid=103412600775811717846&rtpof=true&sd=true>&#x20;

Please watch this video for more detail.

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

We want to include **time series** for the flow in the catchment node and **scalar** values for Demand.

1. Double click on demand and update the attributes in the Inputs section as shown below:

Max\_flow = 0

Allocation penalty = 0

You may need to click on the edit ![](/files/0pN41bl5RoYq08SsuRZm) button to change the values.

![](/files/trJ7sDJQuUZrh8PE0uvF)

1. Double click on catchment node, on the right panel inside Inputs section, on **flow** attribute click on the edit button ![](/files/ZS84SZL0tQIz1YXRXsD8).

![](/files/gRUSvdyBKCwXd0UjpdNe)

new window will appear, Click **Options**, select **PYWR\_DATAFRAME** and click **Save**

![](/files/b2Z4wO9WF8UdxKCiz0mJ)

1. The window will update to the Dataframe tab. Copy the data from the Excel file using the link above and paste it as shown in the image. Note that 2 columns must be used, column A for the date-time index and column B for the data values. Click **Save. For more detail please watch the video.**

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

<figure><img src="/files/d1dphobRd2DM7O2ArGfx" 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/tutorials/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.
