No description
Add Propagation.Region module with 8 CONUS climate zones (gulf_coast, southeast, southern_plains, corn_belt, northeast, desert_southwest, pacific_northwest, mountain_west) and per-region monthly seasonal adjustment multipliers. The scorer's score_season now takes lat/lon and applies a regional multiplier from Region.seasonal_adjustment on top of the band's seasonal_base + seasonal_adj. Gulf coast August gets a 1.15x boost (drier, better for ducting) while Corn Belt August gets a 0.80x penalty (corn evapotranspiration = miserable dewpoints). Adjustments are hand-tuned starting points from the meteorologist's qualitative guidance. Phase 9 recalibration will refine them from backtest data. |
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| test | ||
| vendor | ||
| .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