No description
parse_cdo_row/1 assumed cdo -outputtab,code,lev,value would always emit numeric codes in the first column, but Debian's cdo 2.5.1 (the version in the prod container) emits mixed output: - 'codeNN' with a literal 'code' prefix for most GRIB1 parameters - Short GRIB1 names for a few: 2tag2 (PRES sfc), saip (DPT 2m), tpag10 (HGT) Result: every row fell through to :error, yielding a 'no parseable values' error and 986 discarded NarrFetchWorker jobs. Fix: normalize the code token by stripping 'code' prefix when present and mapping known 2.5.1 short names. UGRD/VGRD intentionally omitted (no discard evidence yet) — comment documents the add-when-they-surface plan. Also exposed parse_cdo_outputtab/1 as @doc false for testability. |
||
|---|---|---|
| .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