> 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/using-a-monthly-profile-in-a-new-scenario.md).

# Using a Monthly Profile in a New Scenario

In this exercise, you will create a new scenario and replace a constant demand value with a Monthly Profile. This is useful when you want to represent seasonal variation in demand or abstraction throughout the year.

A Monthly Profile assigns a different value to each month of the year. By default, this creates a stepwise pattern, where the parameter value changes at the beginning of each month.

## 1. Create a new scenario

Create a new scenario, click on the **Clone a scenario** icon

<figure><img src="/files/WGPeoe6Z0HeaaMjGm0ZV" alt="" width="352"><figcaption></figcaption></figure>

Select **With abstraction** as the scenario to clone. Then enter a name for the new scenario, for example **With abstraction monthly profile**, and click **Clone**.

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

The new scenario will automatically become the active scenario.

## 2. Edit the demand parameter

At this stage, the new scenario is still an exact copy of the **With abstraction** scenario.

In this new scenario, you will assign a different demand value to each month of the year.

Click the **Edit** icon for the demand node parameter.

<figure><img src="/files/yd2k91E56AErM01HRdBv" alt="" width="476"><figcaption></figcaption></figure>

In the **Options** tab, select **PYWR\_PARAMETER\_MONTHLY\_PROFILE,** to create the new parameter type.

<figure><img src="/files/m9pgrNCYBNqQd18rkhO0" alt="" width="470"><figcaption></figcaption></figure>

Then go to the **Monthly profile** tab and enter the monthly values as shown in the image.

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

## 3.	Run and compare the scenarios

Once the monthly values have been entered, compare the scenarios by selecting them from the menu and then pressing the Play button.

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

The comparison shows the effect of replacing a constant demand with a monthly varying demand profile. In the original scenario, demand remains fixed through time. In the new scenario, demand changes month by month, which produces a seasonal stepwise pattern in the simulated flow results.

&#x20;

This type of parameter is useful when representing systems where abstraction or demand varies seasonally, for example due to climate, irrigation schedules, or operational rules.


---

# 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/using-a-monthly-profile-in-a-new-scenario.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.
