No description
algo.md rewrite: - Strip retrospective language (was/previously/↑ from/Reverted/prior) so the doc describes the current algorithm instead of its history. Parts 2b/2c/2d lose their dated headings. - Replace ERA5 references with NARR — ERA5 was never populated in prod; NARR is the real historical-backfill path (1979–2014 via NCEP / NCEI). - Fold the sounding ducting-probability table, HPBL binned distance, and per-band signal summary into the current-state discussion instead of "changes since last refresh" tables. - Note the bulk_richardson gating on the native-duct boost (code follow-up in a separate commit). Algo page UI: widen .markdown-content from 64rem → 88rem so the per-band weight + correlation matrices stop overflowing on typical screens. Wide tables inside markdown content now get their own horizontal scroll (display: block + overflow-x: auto) rather than forcing the whole container to scroll. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix