Skip to content

Commit 6fb27c0

Browse files
Update YingLong1 README.md (#861)
* Update YingLong1 README.md * Update README.md
1 parent b469876 commit 6fb27c0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

examples/yinglong/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Skillful High Resolution Regional Short Term Forecasting with Boundary Smoothing
22

3-
YingLong, a high-resolution, short-term regional weather forecasting, artificial-intelligence-based model, which is capable of hourly predicting weather fields including wind speed, temperature, and specific humidity at a 3km resolution. YingLong utilizes a parallel structure of global and local blocks to capture multiscale meteorological features and is trained on analysis dataset. Additionally, the necessary information around the regional boundary is introduced to YingLong through the boundary smoothing strategy, which significantly improves the regional forecasting results. By comparing forecast results with those from WRF-ARW, one of the best numerical prediction models, YingLong demonstrates superior forecasting performances in most cases, especially on surface variables.
3+
YingLong1, a high-resolution, short-term regional weather forecasting, artificial-intelligence-based model, which is capable of hourly predicting weather fields including wind speed, temperature, and specific humidity at a 3km resolution. YingLong1 utilizes a parallel structure of global and local blocks to capture multiscale meteorological features and is trained on analysis dataset. Additionally, the necessary information around the regional boundary is introduced to YingLong1 through the boundary smoothing strategy, which significantly improves the regional forecasting results. By comparing forecast results with those from WRF-ARW, one of the best numerical prediction models, YingLong1 demonstrates superior forecasting performances in most cases, especially on surface variables.
44

5-
This code is the implementation of YingLong. We select the southeastern region of the United States, which is around the range of 110-130E, 15-35N, with 440 × 408 grid points in Lambert projection.
5+
This code is the implementation of YingLong1. We select the southeastern region of the United States, which is around the range of 110-130E, 15-35N, with 440 × 408 grid points in Lambert projection.
66

77
<div align=center>
88
<img src="doc/fig_arch1.jpg" width="70%" height="auto" >
@@ -55,13 +55,19 @@ tar -xvf inference.tar
5555

5656
### 2. Run the code
5757

58-
The following code runs the Yinglong model, and the model output will be saved in 'output/result.npy'.
58+
The following code runs the YingLong1 model, and the model output will be saved in 'output/result.npy'.
5959

6060
``` shell
61-
# YingLong-12 Layers
61+
# YingLong1-12 Layers
6262
python predict_12layers.py mode=infer
63-
# YingLong-24 Layers
63+
# YingLong1-24 Layers
6464
python predict_24layers.py mode=infer
6565
```
6666

6767
We also visualized the predicted wind speed at 10 meters above ground level, with an initial field of 0:00 on January 1, 2022. Click [here](https://paddle-org.bj.bcebos.com/paddlescience/docs/Yinglong/result.gif) to view the prediction results.
68+
69+
## License
70+
71+
YingLong1 was released by Shanghai Zhangjiang Institute of Mathematics, Baidu inc.
72+
73+
The commercial use of these models is forbidden.

0 commit comments

Comments
 (0)