> 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-adicionales/medidor-de-nieve.md).

# Medidor de Nieve

El **medidor de nieve** en el sistema 3D-PAWS mide la profundidad de la nieve utilizando una combinación de tecnologías de ultrasonido y temperatura. Montado sobre el suelo, el sensor ultrasónico **MaxBotix HRXL-MaxSonar-WRLS** emite pulsos de sonido de alta frecuencia hacia la superficie de la nieve. Estos pulsos se reflejan en la nieve y el sensor mide el tiempo que tarda en regresar el eco. Calculando este tiempo y considerando la velocidad del sonido en el aire, el sistema determina la distancia desde el sensor hasta la superficie de la nieve. A medida que la nieve se acumula, esta distancia disminuye, lo que permite un seguimiento continuo de la profundidad de la nieve.

Para asegurar mediciones precisas en todas las condiciones climáticas, el sistema utiliza un sensor de temperatura externo **MB79XX HR-MaxTemp**. Este sensor monitorea la temperatura del aire cerca del sensor ultrasónico, permitiendo que el sistema ajuste automáticamente las variaciones en la velocidad del sonido causadas por cambios de temperatura. Este enfoque de doble sensor proporciona datos confiables y en tiempo real de la profundidad de la nieve, incluso durante períodos de cambios rápidos de temperatura.

El medidor de nieve 3D-PAWS es ideal para estaciones meteorológicas automatizadas y aplicaciones de monitoreo de nieve, ofreciendo operación sin contacto, libre de mantenimiento y capacidades precisas de medición para el monitoreo ambiental y apoyo en la toma de decisiones.

{% embed url="<https://docs.google.com/presentation/d/1-rIRyj2ZzfFxHZNWwBIfRmXlp89gp0TN/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=drive_link>" %}


---

# 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-adicionales/medidor-de-nieve.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.
