Skip to content

Commit 78c7a74

Browse files
committed
Update README
1 parent 590e438 commit 78c7a74

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ai-models
22

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+
39
The `ai-models` command is used to run AI-based weather forecasting models. These models need to be installed independently.
410

511
## Usage
@@ -195,3 +201,25 @@ It has the following options:
195201
- `--expver EXPVER`: The experiment version of the model output.
196202
- `--class CLASS`: The 'class' metadata of the model output.
197203
- `--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

Comments
 (0)