Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Paper] Graph-based Neural Weather Prediction for Limited Area Modeling #78

Open
jacobbieker opened this issue Dec 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jacobbieker
Copy link
Member

Arxiv/Blog/Paper Link

https://www.climatechange.ai/papers/neurips2023/17

Detailed Description

Interesting work using graph weather models for limited area models

Code is available here: https://github.com/joeloskarsson/neural-lam

Context

This somewhat does the more fine-grained local area forecasts with graph weather models. Its only limited-area-models, so not quite the same, but considering we want to have our global weather models here also be able to have higher-resolution areas that they output to/take in data from. So would be quite interesting to look through, especially the graph creation, since it is also in PyTorch.

@jacobbieker jacobbieker added the enhancement New feature or request label Dec 8, 2023
@jacobbieker
Copy link
Member Author

A lot of these LAM has higher update rates than the global models that they use for boundary conditions (i.e. HRRR is every 15 minutes, while GFS is hourly). One approach for training a model that outputs to both would be mask the non-LAM model area's loss for all timesteps that are not covered by the global model. So the LAM might still get 4 updates per hour, but the global areas would only get 1 per hour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant