Update README.md
Browse files
README.md
CHANGED
@@ -9,24 +9,24 @@ tags:
|
|
9 |
- climate
|
10 |
---
|
11 |
|
12 |
-
#
|
13 |
|
14 |
-
This is
|
15 |
|
16 |
See also: [Github repository](https://github.com/HFAiLab/FourCastNet) and [High-flyer AI's blog](https://www.high-flyer.cn/blog/fourcastnet/)
|
17 |
|
18 |
-
|
19 |
|
20 |
-
![](./wind_small.gif)
|
21 |
|
22 |
-
Water vapour
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
For more cases about FourCastNet prediction, please have a look at [HF-Earth](https://www.high-flyer.cn/hf-earth/), a daily updated demo released by [High-Flyer AI](https://www.high-flyer.cn/en/).
|
27 |
|
28 |
## Inference
|
29 |
|
|
|
|
|
30 |
You can load the weights `backbone.pt` and `precipitation.pt` to generate weather predictions, as shown in the following pseudocode. The complete code is released at `./infer2img.py`.
|
31 |
|
32 |
```python
|
@@ -53,7 +53,6 @@ plt.savefig('img.png')
|
|
53 |
|
54 |
FourCastNet can predict 7 surface variables, plus 5 atmospheric variables at each of 3 or 4 pressure levels, for 21 variables total. The details of these variables follow the [paper](https://arxiv.org/abs/2202.11214).
|
55 |
|
56 |
-
|
57 |
## Description of Files
|
58 |
|
59 |
`backbone.pt`
|
|
|
9 |
- climate
|
10 |
---
|
11 |
|
12 |
+
# OpenCastKit: an open-source solutions of global data-driven high-resolution weather forecasting
|
13 |
|
14 |
+
This is an open-source solutions of global data-driven high-resolution weather forecasting, implemented and improved by [High-Flyer AI](https://www.high-flyer.cn/). It can compare with the ECMWF Integrated Forecasting System (IFS).
|
15 |
|
16 |
See also: [Github repository](https://github.com/HFAiLab/FourCastNet) and [High-flyer AI's blog](https://www.high-flyer.cn/blog/fourcastnet/)
|
17 |
|
18 |
+
Several cases:
|
19 |
|
20 |
+
![Typhoon track comparison](./wind_small.gif)
|
21 |
|
22 |
+
![Water vapour comparison](./precipitation_small.gif)
|
23 |
|
24 |
+
For more cases about FourCastNet/GraphCast prediction, please have a look at [HF-Earth](https://www.high-flyer.cn/hf-earth/), a daily updated demo released by [High-Flyer AI](https://www.high-flyer.cn/en/).
|
|
|
|
|
25 |
|
26 |
## Inference
|
27 |
|
28 |
+
### FourCastNet
|
29 |
+
|
30 |
You can load the weights `backbone.pt` and `precipitation.pt` to generate weather predictions, as shown in the following pseudocode. The complete code is released at `./infer2img.py`.
|
31 |
|
32 |
```python
|
|
|
53 |
|
54 |
FourCastNet can predict 7 surface variables, plus 5 atmospheric variables at each of 3 or 4 pressure levels, for 21 variables total. The details of these variables follow the [paper](https://arxiv.org/abs/2202.11214).
|
55 |
|
|
|
56 |
## Description of Files
|
57 |
|
58 |
`backbone.pt`
|