Hacker News new | ask | show | jobs
by adamius 1353 days ago
Right now I'm playing with simulated weather systems using an automata for each grid location at an effective resolution of a square km. I'm getting predictive real-world accuracy within around 10 degrees C with a range of 2 days. Very rough. Takes a long time to simulate a globe which I've found is really important to do. A limited region is usually not as useful.

Its an interesting field. But its seems not so easy to get the real methods used by the bigger models.

(I'm not using a supercomputer...)