openclimatefix / diffusion_weather

Testing out Diffusion-based models for weather and PV forecasting
MIT License
11 stars 1 forks source link

[Paper] Physics-Diffusion Model #4

Open jacobbieker opened 1 year ago

jacobbieker commented 1 year ago

https://arxiv.org/pdf/2212.02500.pdf

Detailed Description

Physical constraints were added to a conditional diffusion model

Context

Making sure the output is physical is quite important. The graph_weather repo has some other ones for this as well.

Possible Implementation