Update about page: ten factors, mention PWAT and native duct detection

This commit is contained in:
Graham McIntire 2026-04-11 13:52:25 -05:00
parent 0448ff47cc
commit bac0bc3a98

View file

@ -81,12 +81,13 @@ defmodule MicrowavepropWeb.AboutLive do
</li> </li>
</ol> </ol>
<p> <p>
The scoring is a weighted sum of nine factors: humidity, time of The scoring is a weighted sum of ten factors: rain, humidity,
day, TTd depression, refractivity gradient, sky cover, season, rain, precipitable water (PWAT), season, refractivity gradient, pressure,
wind, pressure. The weights are band-dependent because the physics TTd depression, sky cover, wind, and time of day. Weights were
changes as you go up: humidity helps at 10 GHz (more refractivity) calibrated via gradient descent against 5,000 QSOs. The physics
and hurts at 24+ GHz (absorption). Every coefficient is a hypothesis changes by frequency: humidity helps at 10 GHz (more refractivity)
I'm checking against the contact and beacon data. and hurts at 24+ GHz (absorption). Refractivity now uses native
HRRR hybrid-sigma levels (1050 m resolution) for duct detection.
</p> </p>
</div> </div>