Update README.md
Browse files
README.md
CHANGED
@@ -63,6 +63,14 @@ pip install anemoi-inference[plugin] anemoi-models==0.2
|
|
63 |
ai-models anemoi --checkpoint aifs_single_v0.2.1.ckpt --file example_20241107_12_n320.grib
|
64 |
```
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
## Training Details
|
67 |
|
68 |
### Training Data
|
|
|
63 |
ai-models anemoi --checkpoint aifs_single_v0.2.1.ckpt --file example_20241107_12_n320.grib
|
64 |
```
|
65 |
|
66 |
+
The input grib file can be downloaded from MARS:
|
67 |
+
|
68 |
+
```
|
69 |
+
ai-model anemoi --retrieve-requests --checkpoint aifs_single_v0.2.1.ckpt > request_latest.mars
|
70 |
+
mars request_latest.mars
|
71 |
+
```
|
72 |
+
|
73 |
+
|
74 |
## Training Details
|
75 |
|
76 |
### Training Data
|