# Monatliches Profil

## Allgemeine Beschreibung

Parameter, der ein monatliches Profil bereitstellt. Das Monatsprofil gibt einen anderen Wert zurück, der auf dem Monat des aktuellen Zeitschritts basiert. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.MonthlyProfileParameter.html#pywr.parameters.MonthlyProfileParameter)

## Attribute

| Name  | Beschreibung                                                                 | Erforderlich |
| ----- | ---------------------------------------------------------------------------- | ------------ |
| Art   | monatliches Profil                                                           | Ja           |
| Werte | Ein Array von 12 Zahlen, deren Indizes die Monate des Jahres repräsentieren. | Ja           |

## Beispiel

```json
{
    Typ: 'monatliches Profil',
    Werte: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
}
```

Water Strategy bietet eine alternative Möglichkeit, mit Monatsprofilen zu arbeiten.

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

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

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


---

# Agent Instructions: 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:

```
GET https://water-strategy.gitbook.io/waterstrategy/deutsch/grundlagen-der-modellierung/parameters/time-series-and-profiles/monthly-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
