> 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/espanol/conceptos-basicos-de-modelado/recorders/hydro-power-recorders/total-hydro-energy-recorder.md).

# Registrador Total Hydro Energy

## Descripción general

Calcula la producción total de energía utilizando la ecuación de energía hidroeléctrica a partir de un modelo ejecutado.

Esta grabadora guarda la producción total de energía en cada escenario durante la ejecución de un modelo. No ahorra una serie temporal ni energía, sino más bien energía total. [API Referencia](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.TotalHydroEnergyRecorder.html)

## Atributos

\_elevación Flujo conversión

<table><thead><tr><th width="175">Nombre</th><th width="395">Descripción</th><th>Necesario</th><th></th><th></th></tr></thead><tbody><tr><td>agua_elevación_parámetro</td><td>Elevación del agua que entra en la turbina. La diferencia de este valor con el <em>turbina_la elevación</em> proporciona el cabezal de trabajo de la turbina</td><td></td><td></td><td></td></tr><tr><td>Turbina</td><td>requerida</td><td>Elevación de la propia turbina. La diferencia entre <em>agua_</em>elevación y este valor da el cabezal de trabajo de la turbina La</td><td></td><td></td></tr><tr><td>eficiencia</td><td>requerida</td><td>La eficiencia de la turbina</td><td>Densidad</td><td>opcional</td></tr><tr><td>La densidad del agua</td><td>opcional</td><td></td><td></td><td></td></tr><tr><td>_unidad_</td><td>Un factor que se utiliza para transformar las unidades de flujo para que sean compatibles con la ecuación aquí.</td><td></td><td></td><td></td></tr><tr><td>Esto debería convertir el flujo en unidades de <span class="math">m3/día</span>. Energía opcional</td><td></td><td></td><td></td><td></td></tr><tr><td>_conversión de unidades</td><td>Factor que se utiliza para transformar las unidades de energía total. El valor predeterminado es 1e-6 para devolver <span class="math">MJ</span></td><td>Opcional</td><td></td><td></td></tr></tbody></table>

## Ejemplo

próximamente...

```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/espanol/conceptos-basicos-de-modelado/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.
