> For the complete documentation index, see [llms.txt](https://3dpaws.comet.ucar.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3dpaws.comet.ucar.edu/es/instrumentos/calibracion-del-pluviometro.md).

# Calibración del pluviómetro

El pluviómetro se calibra mediante un proceso de varios pasos para garantizar su precisión.\
Primero, el mecanismo de balancín se “asienta” haciendo que bascule aproximadamente 1,000 veces para reducir la resistencia mecánica.

A continuación, se bombea agua en el embudo para generar alrededor de 500 inclinaciones, y el volumen total de agua que pasa se recoge y se pesa. Dividiendo la masa total de agua (en gramos) entre el número de inclinaciones, el sistema determina los gramos de agua por cada inclinación.

Utilizando la densidad del agua pura (1 gramo = 1,000 mm³), esta masa se convierte en volumen (mm³).

La profundidad objetivo de precipitación por inclinación—0.2 mm—se aplica a la fórmula del volumen de un cilindro (V=πr²h).

Reordenando la ecuación para despejar el radio, se calcula el tamaño del borde del embudo para asegurar que cada inclinación corresponda exactamente a la profundidad de lluvia deseada.

$$
r = \sqrt{\frac{V}{\pi h}}
$$

\
Este proceso combina pruebas empíricas (pesar el agua) con principios geométricos (matemática de cilindros), asegurando que el pluviómetro cumpla con los requisitos meteorológicos estandarizados.

Por favor, utiliza la [Hoja de Cálculo para Calibrar el Pluviómetro](https://docs.google.com/spreadsheets/d/1LNmJo3jJHGu_VWh4dpxTLDcfJzCgdJ4d/edit?gid=1707411728#gid=1707411728) como ayuda en el proceso de calibración.

{% embed url="<https://docs.google.com/presentation/d/15LZg3tPH6cbq2P0NQuMCMeLgBBlPpwmk/edit?rtpof=true&sd=true&usp=sharing>" %}

{% embed url="<https://www.youtube.com/watch?v=zJOhT4oPhU4>" %}


---

# 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://3dpaws.comet.ucar.edu/es/instrumentos/calibracion-del-pluviometro.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.
