# 每日简介

## 一般描述

提供每日概况的参数。

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

## 属性

| 姓名 | 描述                          | 必填项 |
| -- | --------------------------- | --- |
| 类型 | 每日档案                        | 是的  |
| 价值 | 由 366 个数字组成的数组，其索引代表一年中的天数。 | 是的  |

## 示例

\`\`json { 类型：'dailyprofile'， 值：\[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...] }

```
```


---

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