No description
Wires the GEFS fetch pipeline into the existing scoring machinery: - GefsFetchWorker runs Propagation.score_grid_point over every fetched grid cell and persists the result via replace_scores/2, so Day 2-7 valid_times show up on the map through the same Propagation.scores_at/3 path HRRR uses - Empty-args perform/1 seeds the chain by enqueueing f024-f168 (25 jobs at 6-hour cadence) for the most recent GEFS run that should be published given NOMADS' ~3-4h publication lag - Cron: seeds at 05:30, 11:30, 17:30, 23:30 UTC — 5 hours after each 00/06/12/18Z run - GefsClient.build_profile now emits :wind_u / :wind_v atom keys to match the scorer's input shape; DB columns keep the *_mps suffix for unit clarity, remapped at write time GEFS pgrb2a lacks HPBL, native-level duct data, NEXRAD, and commercial-link degradation — the extended-horizon score is a rougher signal than the HRRR-driven one but covers the window HRRR can't reach. |
||
|---|---|---|
| .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