> 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/russkii/osnovy-modelirovaniya/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>Высота самой турбины. Разница между <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>Это должно привести к преобразованию расхода в единицы измерения <span class="math">м3/день</span>. Дополнительная энергия</td><td></td><td></td></tr><tr><td>_преобразование единиц измерения</td><td>Коэффициент, используемый для преобразования единиц общей энергии. По умолчанию возвращается значение 1e-6 <span class="math">МДЖ</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/russkii/osnovy-modelirovaniya/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.
