Replies: 2 comments 3 replies
-
I saw this earlier, but it's interesting to see the progress on it, and would love to get it rolled in! My big question is how fast it is at running the operational model, since that would probably be the best way to implement it? It looks like the operational one can pull in data and produce a forecast, which is perfect, but if it's heavy to run that would be an issue. The other option is to create a forecast for each requested point "live", as it's needed. This would work if it's a really fast model, but would require some sort of automated way to pull in the input data. Either way, it's a super cool project, and definitely on my radar. |
Beta Was this translation helpful? Give feedback.
-
I recently found this AWS dataset which contains a few more AI weather models https://registry.opendata.aws/aiwp/ There's also this https://registry.opendata.aws/noaa-nws-fourcastnetgfs/ and ECMWF released a new version of their AIFS model recently as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
GraphCast is a weather model released by Google DeepMind which is far more accurate than traditional weather models and has decent accuracy as far as 10 days out. A pre-trained model is open-sourced on GitHub and can forecast on a small machine, so it seems possible to integrate with PirateWeather. What do y'all think?
Beta Was this translation helpful? Give feedback.
All reactions