> 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/deploying-3d-paws/wind-vane-alignment.md).

# Wind Vane Alignment

Accurate wind vane alignment to **true north** (geographic north) is critical for reliable meteorological and wind turbine data. Misalignment introduces errors in wind direction measurements.

#### Option 1: **Aligning to True North with a Solar Noon Shadow**

Use the [NOAA Solar Calculator](https://gml.noaa.gov/grad/solcalc/) tool to determine solar noon for your location (in coordinates) at the current date and time. Then follow the slideshow below and use the alignment cap to determine true north.

#### **Option 2: Aligning with a Compass and Magnetic Declination**

If you use a compass to align your wind vane, remember that a compass points to magnetic north, not true (geographic) north. The difference between these directions is called ***magnetic declination***, which varies by location and changes over time. To ensure accurate alignment:

* **Find your local magnetic declination** ([NOAA provides an online calculator](https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml)).
* **Adjust your compass reading**:
  * If your declination is *east* (positive), subtract the declination value from your compass bearing.
  * If your declination is *west* (negative), add the declination value to your compass bearing.
* Set the wind vane so it points to the *adjusted* bearing for true north, not the uncorrected compass north.

For example, if your magnetic declination is 10° east, and your compass points to 0° (magnetic north), align the wind vane to 350° (0° – 10°) to achieve true north. If your declination is 10° west, align to 10° (0° + 10°).

### Solar Noon Instruction Slides

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


---

# 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/deploying-3d-paws/wind-vane-alignment.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.
