# Numpy 数组每日配置文件参数记录器

## 一般描述

年度简介记录器 *参数*。

该记录器存储由特定参数返回的每日配置文件。对于一年中的每一天，它存储模拟期间当天遇到的值。这使得最终配置文件成为仿真期间一年中每天遇到的最后一个值。此记录器可用于返回可能由一个或多个参数组合生成的每日概况。例如，在优化新配置文件期间，非每日参数（例如 *RBF 配置文件参数*) 和/或可以使用多个参数的聚合。使用此记录器，可以轻松保存模拟中使用的每日配置文件。

数据使用内存视图在内部保存。数据可以通过以下方式访问 *数据* 属性或 \_到\_dataframe () \_ 方法。 [API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.NumpyArrayDailyProfileParameterRecorder.html)

## 属性

<table><thead><tr><th width="158">姓名</th><th width="473">描述</th><th>必填项</th></tr></thead><tbody><tr><td>模型</td><td>pywr.core.model</td><td>是的</td></tr><tr><td>参数</td><td>要记录的参数实例</td><td>是的</td></tr><tr><td>时间的_AGG_func</td><td>计算每个场景的值时随时间推移使用的聚合函数。有关场景的聚合，请参阅 <em>agg_func</em> 关键字参数</td><td>是的</td></tr></tbody></table>

## 示例

即将推出...

\`\`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/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/recorders/numpy-array-recorders/numpy-array-daily-profile-parameter-recorder.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.
