-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} | ||
} | ||
``` |