Metadata-Version: 2.1
Name: ai-models-fourcastnetv2
Version: 0.0.1
Summary: An ai-models plugin to run the Nvidia spherical harmonics FourCastNet v2 (small) model
Home-page: https://github.com/ecmwf-lab/ai-models-fourcastnetv2
Author: European Centre for Medium-Range Weather Forecasts (ECMWF)
Author-email: software.support@ecmwf.int
License: Apache License Version 2.0
Keywords: tool
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_FourCastNetv2

# ai-models-fourcastnetv2

`ai-models-fourcastnetv2` is an [ai-models](https://github.com/ecmwf-lab/ai-models) plugin to run Nvidia's spherical harmonics tranformer.

<TERMS OF USE>

### Installation

Right now you have to clone this repository and

`pip install -e .`

as the spherical model by Nvidia isn't public yet.


---

Once the model is public, to install the package, run:

```bash
pip install ai-models-fourcastnetv2
```

This will install the package and its dependencies.
