Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ecmwf-lab/ai-models
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Sep 12, 2023
2 parents 16dd2db + c22c655 commit c5b3cd9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ pip install ai-models

## Available Models

Currently, two models can be installed:
Currently, four models can be installed:

```bash
pip install ai-models-panguweather
pip install ai-models-fourcastnet
pip install ai-models-graphcast # Install details at https://github.com/ecmwf-lab/ai-models-graphcast
pip install ai-models-fourcastnetv2
```

See [ai-models-panguweather](https://github.com/ecmwf-lab/ai-models-panguweather) and [ai-models-fourcastnet](https://github.com/ecmwf-lab/ai-models-fourcastnet).
for more details about these models.
See [ai-models-panguweather](https://github.com/ecmwf-lab/ai-models-panguweather), [ai-models-fourcastnet](https://github.com/ecmwf-lab/ai-models-fourcastnet),
[ai-models-fourcastnetv2](https://github.com/ecmwf-lab/ai-models-fourcastnetv2) and [ai-models-graphcast](https://github.com/ecmwf-lab/ai-models-graphcast) for more details about these models.

## Running the models

Expand Down Expand Up @@ -188,4 +190,4 @@ It has the following options:
- `--fields`: Print the list of fields needed by a model as initial conditions.
- `--expver EXPVER`: The experiment version of the model output.
- `--class CLASS`: The 'class' metadata of the model output.
- `--metadata KEY=VALUE`: Additional metadata metadata in the model output
- `--metadata KEY=VALUE`: Additional metadata metadata in the model output

0 comments on commit c5b3cd9

Please sign in to comment.