> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/recorders/hydro-power-recorders/total-hydro-energy-recorder.md).

# 总水电能量记录器

## 一般描述

使用模型运行中的水力发电方程计算总能量产量。

该记录器可保存模型运行期间每个场景的总能量产量。它不节省时间序列或功率，而是节省总能量。 [API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.TotalHydroEnergyRecorder.html)

## 属性

涡轮转换

<table><thead><tr><th width="175">姓名</th><th width="395">描述</th><th>必填项</th></tr></thead><tbody><tr><td>水_仰角_参数</td><td>进入涡轮机的水的海拔。此值与 <em>涡轮机_仰角</em>给出涡轮机的工作头</td><td></td></tr><tr><td>所需的</td><td></td><td></td></tr><tr><td>涡轮机_仰角</td><td>涡轮机本身的高度。两者之间的区别 <em>水_仰角</em>和该值给出了涡轮机的工作头</td><td></td></tr><tr><td>所需的</td><td></td><td></td></tr><tr><td>效率</td><td>机的效率</td><td>可选</td></tr><tr><td>密度</td><td>水的密度</td><td>可选</td></tr><tr><td>流量_单元_</td><td>用于将流量单位转换为与此处方程兼容的系数。</td><td></td></tr><tr><td>这应该将流量转换为单位<span class="math">立方米/天</span>可选能量</td><td></td><td></td></tr><tr><td>_单位转换</td><td>用于转换总能量单位的因子。默认为 1e-6 返回 <span class="math">MJ</span></td><td>可选</td></tr></tbody></table>

## 示例

即将推出...

\`\`json {

}

```
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/recorders/hydro-power-recorders/total-hydro-energy-recorder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
