# Profil mensuel

## Description générale

Paramètre fournissant un profil mensuel. Le profil mensuel renvoie une valeur différente en fonction du mois de l'intervalle de temps en cours. [API Référence](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.MonthlyProfileParameter.html#pywr.parameters.MonthlyProfileParameter)

## Attributs

| Nom     | Descriptif                                                               | Nécessaire |
| ------- | ------------------------------------------------------------------------ | ---------- |
| type    | profil mensuel                                                           | Oui        |
| valeurs | Tableau de 12 nombres dont les indices représentent les mois de l'année. | Oui        |

## Exemple

\`\`json { type : « profil mensuel », valeurs : \[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] }

```

Water Strategy offre une autre façon de travailler avec les profils mensuels.&#x20;

<figure><img src="../../../.gitbook/assets/image (119).png" alt=""><figcaption></figcaption></figure>

<figure><img src="../../../.gitbook/assets/image (120).png" alt=""><figcaption></figcaption></figure>

<figure><img src="../../../.gitbook/assets/image (121).png" 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/francais/bases-de-la-modelisation/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.
