# Szenario Tagesprofil

## Allgemeine Beschreibung

Parameter, der ein Tagesprofil pro Szenario liefert.

Dieser Parameter liefert ein sich wiederholendes Jahresprofil mit einer täglichen Auflösung. Für jedes Mitglied eines bestimmten Szenarios wird ein anderes Profil zurückgegeben. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.ScenarioDailyProfileParameter.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 366 sein</td><td>Ja</td></tr></tbody></table>

## Beispiel

kommt bald...

```json
{

}
```


---

# 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/scenario-daily-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.
