Skip to content

Commit

Permalink
modify README of yinglong
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Feb 23, 2024
1 parent e7da995 commit 93ee454
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/yinglong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,22 @@ wget https://paddle-org.bj.bcebos.com/paddlescience/datasets/yinglong/hrrr_examp
tar -xvf hrrr_example_24vars.tar
wget https://paddle-org.bj.bcebos.com/paddlescience/datasets/yinglong/hrrr_example_69vars.tar
tar -xvf hrrr_example_69vars.tar
wget https://paddle-org.bj.bcebos.com/paddlescience/models/yinglong/yinglong_models.tar
tar -xvf yinglong_models.tar
wget https://paddle-org.bj.bcebos.com/paddlescience/models/yinglong/inference.tar
tar -xvf inference.tar
```

### 2. Run the code

The following code runs the Yinglong model, and the model output will be saved in 'output/result.npy'.

``` shell
cd PaddleScience
export PYTHONPATH=$PWD
cd ./examples/yinglong
# YingLong-12 Layers
python examples/yinglong/predict_12layers.py
python ./predict_12layers.py mode=infer
# YingLong-24 Layers
# python examples/yinglong/predict_24layers.py
# python ./predict_24layers.py mode=infer
```

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.

0 comments on commit 93ee454

Please sign in to comment.