oliverwm commited on
Commit
a4ca6cc
•
1 Parent(s): abb18bf

Add inference quickstart (#3)

Browse files

- Add inference quickstart (3ad839a12adfa49c8b9d5402d48ace0f3b323090)

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -12,12 +12,25 @@ Ai2 Climate Emulator (ACE) is a family of models designed to simulate atmospheri
12
 
13
  ACE2-ERA5 is trained on the [ERA5 dataset](https://rmets.onlinelibrary.wiley.com/doi/10.1002/qj.3803) and is described in [ACE2: Accurately learning subseasonal to decadal atmospheric variability and forced responses](https://arxiv.org/abs/2411.11268).
14
 
15
- Quick links:
 
16
  - 📃 [Paper](https://arxiv.org/abs/2411.11268)
17
  - 💻 [Code](https://github.com/ai2cm/ace)
18
  - 💬 [Docs](https://ai2-climate-emulator.readthedocs.io/en/stable/)
19
  - 📂 [All Models](https://huggingface.co/collections/allenai/ace-67327d822f0f0d8e0e5e6ca4)
20
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  Briefly, the strengths of ACE2-ERA5 are:
22
  - accurate atmospheric warming response to combined increase of sea surface temperature and CO2 over last 80 years
23
  - highly accurate atmospheric response to El Niño sea surface temperature variability
 
12
 
13
  ACE2-ERA5 is trained on the [ERA5 dataset](https://rmets.onlinelibrary.wiley.com/doi/10.1002/qj.3803) and is described in [ACE2: Accurately learning subseasonal to decadal atmospheric variability and forced responses](https://arxiv.org/abs/2411.11268).
14
 
15
+ ### Quick links
16
+
17
  - 📃 [Paper](https://arxiv.org/abs/2411.11268)
18
  - 💻 [Code](https://github.com/ai2cm/ace)
19
  - 💬 [Docs](https://ai2-climate-emulator.readthedocs.io/en/stable/)
20
  - 📂 [All Models](https://huggingface.co/collections/allenai/ace-67327d822f0f0d8e0e5e6ca4)
21
 
22
+ ### Inference quickstart
23
+
24
+ 1. Download this repository. Optionally, you can just download a subset of the `forcing_data` and `initial_conditions` for the period you are interested in.
25
+
26
+ 2. Update paths in the `inference_config.yaml`. Specifically, update `experiment_dir`, `checkpoint_path`, `initial_condition.path` and `forcing_loader.dataset.path`.
27
+
28
+ 3. Install code dependencies with `pip install fme`.
29
+
30
+ 4. Run inference with `python -m fme.ace.inference inference_config.yaml`.
31
+
32
+ ### Strengths and weaknesses
33
+
34
  Briefly, the strengths of ACE2-ERA5 are:
35
  - accurate atmospheric warming response to combined increase of sea surface temperature and CO2 over last 80 years
36
  - highly accurate atmospheric response to El Niño sea surface temperature variability