> 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/parameters/others/annual-harmonic-series-parameter.md).

# Paramètre annuel de la série harmonique

## Description générale

UNE *Paramètre* qui renvoie la valeur d'une série harmonique annuelle.

Ce *Paramètre* comprend une fonction cosinus de la série N avec une période de 365 jours. Le calcul est effectué en utilisant le jour de Julien de l'année moins 1. Cela entraîne une légère discontinuité les années non bissextiles. [API Référence](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.AnnualHarmonicSeriesParameter.html#pywr.parameters.AnnualHarmonicSeriesParameter)

$$f (t) =A+n=1 nan⋅cos (2 nt) /365+n)$$

## Attributs

<table><thead><tr><th width="158">Nom</th><th width="473">Descriptif</th><th>Nécessaire</th></tr></thead><tbody><tr><td>signifier</td><td>Valeur moyenne de la série (c'est-à-dire la position de l'harmonique zéro)</td><td>Oui</td></tr><tr><td>amplitudes</td><td>Les amplitudes des N fonctions cosinus harmoniques. Doit être de la même longueur que les phases</td><td>Oui</td></tr><tr><td>phases</td><td>Le déphasage des N fonctions cosinus harmoniques. Doit être de la même longueur que les amplitudes</td><td>Oui</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:

```
GET https://water-strategy.gitbook.io/waterstrategy/francais/bases-de-la-modelisation/parameters/others/annual-harmonic-series-parameter.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.
