# Perfil mensual del escenario

## Descripción general

Parámetro que proporciona un perfil mensual por escenario.

El comportamiento es el mismo que *Parámetro de perfil mensual* excepto que se devuelve un perfil diferente para cada conjunto en un escenario determinado. [API Referencia](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.ScenarioMonthlyProfileParameter.html)

## Atributos

<table><thead><tr><th width="158">Nombre</th><th width="409">Descripción</th><th>Necesario</th></tr></thead><tbody><tr><td>escenario</td><td>Objeto de escenario sobre el que se deben proporcionar diferentes perfiles</td><td>Sí</td></tr><tr><td>valora</td><td>La longitud de la primera dimensión debe ser igual al número de miembros del objeto de escenario y la longitud de la segunda dimensión debe ser 12</td><td>Sí</td></tr></tbody></table>

## Ejemplo

próximamente...

```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/espanol/conceptos-basicos-de-modelado/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.
