TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why is weather forecasting such a demanding workload

1 点作者 swaranga超过 5 年前
Peter DeSantis, VP of AWS Global Infrastructure in his keynote in AWS re:Invent mentioned that there are few workloads that are more demanding than weather forecasting such that it needs these extreme high performance super-computers.<p>Why does it need such high performance hardware?

2 条评论

Juliate超过 5 年前
Edit. Even better: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Numerical_weather_prediction" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Numerical_weather_prediction</a><p>Very broadly, I&#x27;m not an expert in this.<p>It&#x27;s simulation.<p>The models for wheather split the atmosphere in 3D blocks, on to which observed data parameters (temp, pressure, wind direction &amp; speed, humidity, more perhaps?) is &quot;projected&quot;.<p>Then calculations are run to forecast the behaviour of each and every block and its neighbors, on the n next time steps.<p>The smaller the blocks, the more precise you can forecast. The more the blocks, the larger the area you can cover. Each and every parameter can impact others. Each and every cell impacts its neighbours.<p>All of this combines into quite a huge computational challenge.
detaro超过 5 年前
It&#x27;s physics simulations on a gigantic scale, performed continuously on deadlines, and can easily use any available gain in computer performance to improve precision.