|
1 | 1 | # ai-models |
2 | 2 |
|
| 3 | +**DISCLAIMER** |
| 4 | +This project is **BETA** and will be **Experimental** for the foreseeable future. |
| 5 | +Interfaces and functionality are likely to change, and the project itself may be scrapped. |
| 6 | +**DO NOT** use this software in any project/software that is operational. |
| 7 | + |
| 8 | + |
3 | 9 | The `ai-models` command is used to run AI-based weather forecasting models. These models need to be installed independently. |
4 | 10 |
|
5 | 11 | ## Usage |
@@ -195,3 +201,25 @@ It has the following options: |
195 | 201 | - `--expver EXPVER`: The experiment version of the model output. |
196 | 202 | - `--class CLASS`: The 'class' metadata of the model output. |
197 | 203 | - `--metadata KEY=VALUE`: Additional metadata metadata in the model output |
| 204 | + |
| 205 | +## License |
| 206 | + |
| 207 | +``` |
| 208 | +Copyright 2022, European Centre for Medium Range Weather Forecasts. |
| 209 | +
|
| 210 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 211 | +you may not use this file except in compliance with the License. |
| 212 | +You may obtain a copy of the License at |
| 213 | +
|
| 214 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 215 | +
|
| 216 | +Unless required by applicable law or agreed to in writing, software |
| 217 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 218 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 219 | +See the License for the specific language governing permissions and |
| 220 | +limitations under the License. |
| 221 | +
|
| 222 | +In applying this licence, ECMWF does not waive the privileges and immunities |
| 223 | +granted to it by virtue of its status as an intergovernmental organisation |
| 224 | +nor does it submit to any jurisdiction. |
| 225 | +``` |
0 commit comments