# 每月概况

## 一般描述

提供每月概况的参数。月度配置文件根据当前时间步长的月份返回不同的值。 [API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.MonthlyProfileParameter.html#pywr.parameters.MonthlyProfileParameter)

## 属性

| 姓名 | 描述                         | 必填项 |
| -- | -------------------------- | --- |
| 类型 | 每月概况                       | 是的  |
| 价值 | 由 12 个数字组成的数组，其索引代表一年中的月份。 | 是的  |

## 示例

\`\`json { 类型：'月度个人资料'， 值：\[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] }

```

Water Strategy 提供了另一种处理月度资料的方式。&#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/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/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.
