{# Magnetic-declination warning + note for the current-roses section — the `roses_declination` panel payload (kind="html"). Rendered above the rose figure; applies only when there is a warning or a note. #} {% if warn %}
⚠ Magnetic declination could not be applied to
{% if missing %}Aquadopp(s) s/n {{ missing | join(', ') }}{% else %}one or more Aquadopps{% endif %}
— latitude/longitude are missing or all-zero in the mooring YAML (check seabed_latitude, deployment_latitude, or latitude/longitude).
Re-run oceanarray process … --stage 3 for the affected instrument(s) after fixing the YAML.
Affected ENU velocities currently use 0° declination (magnetic north, not true north).
{{ note }}
{% endif %}