oliverwm commited on
Commit
5aef857
1 Parent(s): e3f03bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -13,8 +13,11 @@ Ai2 Climate Emulator (ACE) is a family of models designed to simulate atmospheri
13
  ACE-climSST-EAMv2 is the model described in [Application of the AI2 Climate Emulator to E3SMv2's Global Atmosphere Model, With a Focus on Precipitation Fidelity](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2024JH000136).
14
  It is trained on output from the E3SMv2's atmosphere model (a.k.a. EAMv2) forced with annually-repeating climatological sea surface temperature.
15
 
16
- Code for doing inference with ACE models can be found here: [https://github.com/ai2cm/ace](https://github.com/ai2cm/ace)
17
- with corresponding documentation here: [https://ai2-climate-emulator.readthedocs.io/en/stable/](https://ai2-climate-emulator.readthedocs.io/en/stable/).
 
 
 
18
 
19
  Briefly, the strengths of ACE-climSST-EAMv2 are:
20
  - long-term stability
@@ -25,6 +28,4 @@ Some known weaknesses are:
25
  - responses to El Niño-like sea surface temperature and long-term warming trends are not accurately captured
26
  - small but non-zero drifts in total dry air mass of the atmosphere
27
 
28
- Refer to [published manuscript](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2024JH000136) for more details.
29
-
30
  Note the checkpoint provided here is the same as the one [here](https://portal.nersc.gov/archive/home/projects/e3sm/www/e3smv2-fme-dataset), just with the optimizer state removed to decrease the checkpoint size.
 
13
  ACE-climSST-EAMv2 is the model described in [Application of the AI2 Climate Emulator to E3SMv2's Global Atmosphere Model, With a Focus on Precipitation Fidelity](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2024JH000136).
14
  It is trained on output from the E3SMv2's atmosphere model (a.k.a. EAMv2) forced with annually-repeating climatological sea surface temperature.
15
 
16
+ Quick links:
17
+ - 📃 [Paper](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2024JH000136)
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
  Briefly, the strengths of ACE-climSST-EAMv2 are:
23
  - long-term stability
 
28
  - responses to El Niño-like sea surface temperature and long-term warming trends are not accurately captured
29
  - small but non-zero drifts in total dry air mass of the atmosphere
30
 
 
 
31
  Note the checkpoint provided here is the same as the one [here](https://portal.nersc.gov/archive/home/projects/e3sm/www/e3smv2-fme-dataset), just with the optimizer state removed to decrease the checkpoint size.