No description
PropagationGridWorker hard-coded `now-2h` for run_time selection on the conservative theory that NOAA always finishes publishing within two hours. In practice f18 is on the mirror by HH:55–HH:00 of the next hour, so the cron at HH:05 was always picking a cycle that was already an hour stale. `HrrrClient.cycle_available?/1` HEADs the wrfprsf18 idx (the slowest file in the cycle) — a 200 means every earlier forecast hour is also on disk. `pick_run_time/1` probes `now-1h` first; if the probe returns true we use that cycle, otherwise we fall back to the existing `now-2h` slot. Test hook via :hrrr_cycle_available_fn env keeps the behaviour fully exercisable without hitting NOAA. End-to-end: weather/score data lag drops from ~2 h to ~1 h on every hour where NOAA delivers on time. The fallback path keeps the chain running on slow-publish hours. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| LICENSE | ||
| 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