shermansiu commited on
Commit
bba52af
1 Parent(s): 2ef1d39

Add citation to README.

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -18,3 +18,23 @@ ECMWF data products are subject to the following terms:
18
  2. Source www.ecmwf.int
19
  3. Licence Statement: ECMWF data is published under a Creative Commons Attribution 4.0 International (CC BY 4.0). https://creativecommons.org/licenses/by/4.0/
20
  4. Disclaimer: ECMWF does not accept any liability whatsoever for any error or omission in the data, their availability, or for any loss or damage arising from their use.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  2. Source www.ecmwf.int
19
  3. Licence Statement: ECMWF data is published under a Creative Commons Attribution 4.0 International (CC BY 4.0). https://creativecommons.org/licenses/by/4.0/
20
  4. Disclaimer: ECMWF does not accept any liability whatsoever for any error or omission in the data, their availability, or for any loss or damage arising from their use.
21
+
22
+ ## Citation
23
+ https://www.science.org/doi/10.1126/science.adi2336
24
+ https://arxiv.org/abs/2212.12794
25
+
26
+ ```
27
+ @article{
28
+ doi:10.1126/science.adi2336,
29
+ author = {Remi Lam and Alvaro Sanchez-Gonzalez and Matthew Willson and Peter Wirnsberger and Meire Fortunato and Ferran Alet and Suman Ravuri and Timo Ewalds and Zach Eaton-Rosen and Weihua Hu and Alexander Merose and Stephan Hoyer and George Holland and Oriol Vinyals and Jacklynn Stott and Alexander Pritzel and Shakir Mohamed and Peter Battaglia },
30
+ title = {Learning skillful medium-range global weather forecasting},
31
+ journal = {Science},
32
+ volume = {382},
33
+ number = {6677},
34
+ pages = {1416-1421},
35
+ year = {2023},
36
+ doi = {10.1126/science.adi2336},
37
+ URL = {https://www.science.org/doi/abs/10.1126/science.adi2336},
38
+ eprint = {https://www.science.org/doi/pdf/10.1126/science.adi2336},
39
+ abstract = {Global medium-range weather forecasting is critical to decision-making across many social and economic domains. Traditional numerical weather prediction uses increased compute resources to improve forecast accuracy but does not directly use historical weather data to improve the underlying model. Here, we introduce GraphCast, a machine learning–based method trained directly from reanalysis data. It predicts hundreds of weather variables for the next 10 days at 0.25° resolution globally in under 1 minute. GraphCast significantly outperforms the most accurate operational deterministic systems on 90\% of 1380 verification targets, and its forecasts support better severe event prediction, including tropical cyclone tracking, atmospheric rivers, and extreme temperatures. GraphCast is a key advance in accurate and efficient weather forecasting and helps realize the promise of machine learning for modeling complex dynamical systems. The numerical models used to predict weather are large, complex, and computationally demanding and do not learn from past weather patterns. Lam et al. introduced a machine learning–based method that has been trained directly from reanalysis data of past atmospheric conditions. In this way, the authors were able to quickly predict hundreds of weather variables globally up to 10 days in advance and at high resolution. Their predictions were more accurate than those of traditional weather models in 90\% of tested cases and displayed better severe event prediction for tropical cyclones, atmospheric rivers, and extreme temperatures. —H. Jesse Smith Machine learning leads to better, faster, and cheaper weather forecasting.}}
40
+ ```