From d4c397fba010543d92fe333d8fa97efb9f75d24c Mon Sep 17 00:00:00 2001 From: Lingxi Xie <198808xc@gmail.com> Date: Sun, 19 Feb 2023 17:06:27 +0800 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 97c6851..9c6d955 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ ## Pangu-Weather This is the official repository for the Pangu-Weather paper. + +Resources including pseudocode and pre-trained models will be updated. Stay tuned! + +#### Policy of using the contents + +All models are trained using the ERA5 dataset provided by ECMWF. Please follow their policy and note that commercial use of these models are forbidden. + +More policy to be updated. + +#### Pseudocode and how to use + +To be updated. + +#### Pre-trained models + +To be updated. + +#### References + +If you use the resource in your research, please cite our paper: + +``` +@article{bi2022pangu, + title={Pangu-Weather: A 3D High-Resolution Model for Fast and Accurate Global Weather Forecast}, + author={Bi, Kaifeng and Xie, Lingxi and Zhang, Hengheng and Chen, Xin and Gu, Xiaotao and Tian, Qi}, + journal={arXiv preprint arXiv:2211.02556}, + year={2022} +} +```