> 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/otros-recursos-3d-paws/curso-sobre-instrumental.md).

# Curso sobre instrumental

Con el apoyo de la Fundación Nacional de Ciencias (National Science Foundation, NSF), el Laboratorio de Observación de la Tierra (Earth Observing Laboratory, EOL) del Centro Nacional de Investigación Atmosférica (National Center for Atmospheric Research, NCAR), la Universidad de Millersville y The COMET Program han desarrollado un curso a distancia titulado [Instrumental meteorológico y medición de parámetros atmosféricos](https://www.meted.ucar.edu/training_course.php?id=65).

El curso comprende las siguientes 10 lecciones en MetEd:

* Fundamentos de instrumental meteorológico y mediciones atmosféricas
* Características de funcionamiento de los instrumentos meteorológicos
* Los instrumentos y la medición de la temperatura atmosférica
* Los instrumentos y la medición de la presión atmosférica
* Los instrumentos y la medición de la humedad atmosférica
* Los instrumentos y la medición del viento
* Los instrumentos y la medición de los gases traza atmosféricos
* Los instrumentos y la medición de la radiación atmosférica
* Los instrumentos y la medición de los hidrometeoros de las nubes\
  y las partículas en suspensión
* Los instrumentos y la medición de la precipitación en superficie

<br>

Los cursos que se ofrecen en MetEd son **gratuitos**, el único requisito es la inscripción en el sitio. [MetEd](https://www.meted.ucar.edu/index_es.php) es una colección de centenares de recursos de capacitación diseñados para la comunidad geocientífica.


---

# 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/otros-recursos-3d-paws/curso-sobre-instrumental.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.
