This is a starter page showing how technical content renders with ~16 lines of
inlined CSS and no JavaScript. Delete it and add real write-ups as Markdown files
in src/writeups/ — each one auto-lists on the index by date.
import numpy as np
def alias_period(t_true_hours, t_orbit_days=20.86):
"""SWOT tidal alias period for a constituent."""
f_true = 24.0 / t_true_hours
f_orbit = 1.0 / t_orbit_days
return 1.0 / abs(f_true - round(f_true / f_orbit) * f_orbit)
| Site | Model | M2 amp error (cm) |
|---|---|---|
| Ulukhaktok | SWOT | −1.29 |
| Honolulu | TPXO10 | +0.07 |
| Brest | TPXO10 | +2.8 |
Inline code, links, and:
block quotes all work, styled with the minimal dark CSS.
Images are responsive by default (max-width: 100%). That's the whole point —
semantic Markdown in, clean readable HTML out.