# Monatliches Szenario-Profil

## Allgemeine Beschreibung

Parameter, der ein monatliches Profil pro Szenario bereitstellt.

Das Verhalten ist dasselbe wie *Monatlicher Profilparameter* außer dass für jedes Ensemble in einem bestimmten Szenario ein anderes Profil zurückgegeben wird. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.ScenarioMonthlyProfileParameter.html)

## Attribute

<table><thead><tr><th width="158">Name</th><th width="409">Beschreibung</th><th>Erforderlich</th></tr></thead><tbody><tr><td>Szenario</td><td>Szenario-Objekt, über das verschiedene Profile bereitgestellt werden sollen</td><td>Ja</td></tr><tr><td>Werte</td><td>Die Länge der ersten Dimension sollte der Anzahl der Elemente im Szenarioobjekt entsprechen und die Länge der zweiten Dimension sollte 12 sein</td><td>Ja</td></tr></tbody></table>

## Beispiel

kommt bald...

```json
{

}
```


---

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

```
GET https://water-strategy.gitbook.io/waterstrategy/deutsch/grundlagen-der-modellierung/parameters/time-series-and-profiles/scenario-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.
