This directory contains the committed CSV payloads for IAU 2000A/2000B
nutation.
- --
```bash
sha256sum archive/src/nutation/raw/*.csv
wc -c archive/src/nutation/raw/*.csv
```
Compare those values with `../manifest.toml`.
Update CSV files and `../manifest.toml` together, then run:
```bash
cd archive
cargo run -p archive-validate -- MANIFEST.toml
cargo check --features nutation
```