This is going to be a little bit of math. But you clicked into the personal blog of the guy who runs an AI company, on your own free time — so a little math doesn't scare you. Right?
Weather prediction has a hard ceiling built into it, and it's not really an engineering problem — it's math. Small errors in today's measurements grow, roughly, exponentially as you project forward; a discovery from the 1960s (the "butterfly effect" is the popular name for it) that's the actual reason forecasts get less reliable the further out they go, no matter how good our models or our computers get. That's real, it's been known for sixty years, and it's not what this post is about.
This is about something smaller and further upstream. Before chaos even gets a chance to compound your errors, you need the underlying fluid-flow physics in the simulation to be right in the first place — the actual mechanics of how air and heat move. A huge amount of engineering depends on getting that part right: aircraft wings, turbine blades, wind farms, ship hulls, and yes, the weather models too. Nobody can run the real experiment for every case; it's too expensive, too slow, or physically impossible before the thing is built. So engineers run a simulation instead, and trust the result.
But a turbulence simulation can look finished — numbers settle down, it stops changing between iterations — while still being quietly wrong. Actually knowing whether a simulation "converged" to something physically real, versus just stopped moving, is a genuinely hard problem on its own, separate from the chaos problem entirely.
Yes, I know it's a little strange how I spend my free time, but I decided to see if I could help with that piece of it. I built two checkers meant to catch that difference without needing the real answer already in hand, and pointed both at the best real experimental turbulence data available — the kind physicists have spent years measuring in real channels of real flowing fluid, not simulations.
Here's what actually happened, and why — because the reason turned out to be more interesting than the failure itself.
That relationship, κy⁺ε⁺ landing close to 1, is only exactly true in an idealized version of the region right next to the wall — a mathematical limit that real turbulence only approaches, never fully reaches. Even a genuinely correct simulation drifts away from exactly 1, just from ordinary physical effects near the wall that have nothing to do with anything being broken. So "how far from 1" was quietly measuring two different things at once: real errors, and normal physics, with no way to tell which one moved the number. One version of my checker, tuned tight around the idealized case, never saw enough drift to distinguish the two and just went silent — a flat, constant nothing, on every case I gave it. The looser version caught real problems about as often as a coin flip would.
Then I found the part that actually bothered me. I deliberately broke six simulations on purpose — injected obvious, known errors — specifically to see if either checker would notice. Neither one caught a single one. Not because the errors were subtle. Because each checker was built to watch exactly one narrow relationship, in exactly one part of the flow, and none of my injected errors happened to disturb that one specific thing. Everything else about those six simulations could have been catastrophically wrong, and both checkers would have signed off without hesitation.
So: the chaos problem in weather prediction is real, well-studied, and not something anyone is going to fix with a cleverer check. The much smaller, much more fixable problem — whether the physics underneath the chaos is even being simulated correctly — is exactly the kind of thing I thought I might be able to help with. I didn't. Not yet, anyway.
A note on how to read this: I'm an independent, amateur scientist. I don't work at a university, and nothing here has been peer-reviewed. I tested this myself, as carefully as I could, against real published data — but I can't promise I'm the first to notice this, or that I haven't made a mistake somewhere. If you know more about turbulence certification than I do, I'd genuinely like to hear where I got this wrong, or what I should test next.