> 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/francais/bases-de-la-modelisation/recorders/hydro-power-recorders/total-hydro-energy-recorder.md).

# Enregistreur Total Hydro Energy

## Description générale

Calcule la production totale d'énergie à l'aide de l'équation hydroélectrique issue d'un modèle exécuté.

Cet enregistreur enregistre la production totale d'énergie dans chaque scénario pendant l'exécution d'un modèle. Il ne permet pas d'économiser une série chronologique ni de l'énergie, mais plutôt de l'énergie totale. [API Référence](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.TotalHydroEnergyRecorder.html)

## Attributs

\_élévation L'efficacité Densité Débit conversion

<table><thead><tr><th width="175">Nom</th><th width="395">Descriptif</th><th>Nécessaire</th><th></th></tr></thead><tbody><tr><td>eau_élévation_paramètre</td><td>Hauteur de l'eau entrant dans la turbine. La différence entre cette valeur et la <em>turbine_l'élévation</em> donne la tête de travail de la turbine</td><td></td><td></td></tr><tr><td>Turbine</td><td>requise</td><td>Élévation de la turbine elle-même. La différence entre <em>eau_</em>altitude et cette valeur donne la tête de travail de la turbine</td><td></td></tr><tr><td>Efficacité</td><td>requise</td><td>de la turbine</td><td>optionnelle</td></tr><tr><td>La densité</td><td>de l'eau</td><td>optionnel</td><td></td></tr><tr><td>_unité_</td><td>Facteur utilisé pour transformer les unités de débit afin qu'elles soient compatibles avec l'équation présentée ici.</td><td>Cela devrait convertir le débit en unités de <span class="math">m3/jour Énergie optionnelle</span></td><td></td></tr><tr><td>_conversion_unité</td><td>Facteur utilisé pour transformer les unités d'énergie totale. La valeur par défaut est 1e-6 pour retourner <span class="math">MJ</span></td><td>Facultatif</td><td></td></tr></tbody></table>

## Exemple

à venir...

\`\`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/francais/bases-de-la-modelisation/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.
