You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inference code accompanying "ACE: A fast, skillful learned global atmospheric
3
-
model for climate prediction" ([arxiv:2310.02074](https://arxiv.org/abs/2310.02074)).
2
+
This repo constains the inference code accompanying "ACE: A fast, skillful learned global atmospheric model for climate prediction" ([arxiv:2310.02074](https://arxiv.org/abs/2310.02074)).
4
3
5
4
## DISCLAIMER
6
-
This is rapidly changing research software. No guarantees are made of maintaining
7
-
backwards compatibility.
5
+
This is rapidly changing research software. We make no guarantees of maintaining backwards compatibility.
8
6
9
7
## Quickstart
10
8
11
-
1. Clone this repository. Then assuming conda is available, run
9
+
### 1. Clone this repository and install dependencies
10
+
11
+
Assuming [conda](https://docs.conda.io/en/latest/) is available, run
12
12
```
13
13
make create_environment
14
14
```
15
15
to create a conda environment called `fme` with dependencies and source
16
16
code installed. Alternatively, a Docker image can be built with `make build_docker_image`.
17
-
You may verify installation by running `pytest`.
17
+
You may verify installation by running `pytest fme/`.
18
+
19
+
### 2. Download data and checkpoint
18
20
19
-
2. Download data and checkpoint. These are available via a public
0 commit comments