Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
Ai2 Climate Emulator (ACE) is a family of models designed to simulate atmospheric variability from the time scale of days to centuries.
|
| 4 |
|
| 5 |
**Disclaimer: ACE models are research tools and should not be used for operational climate predictions.**
|
| 6 |
|
| 7 |
-
ACE-climSST is the original
|
| 8 |
It is trained on output from the FV3GFS atmospheric model forced with annually-repeating climatological sea surface temperature.
|
| 9 |
|
| 10 |
Code for doing inference with ACE models can be found here: [https://github.com/ai2cm/ace](https://github.com/ai2cm/ace)
|
| 11 |
-
with corresponding documentation here: [https://ai2-climate-emulator.readthedocs.io/en/stable/](https://ai2-climate-emulator.readthedocs.io/en/stable/)
|
| 12 |
|
| 13 |
Briefly, the strengths of ACE-climSST are:
|
| 14 |
- long-term stability
|
|
@@ -16,7 +19,9 @@ Briefly, the strengths of ACE-climSST are:
|
|
| 16 |
- very fast inference compared to typical physics-based atmospheric models
|
| 17 |
|
| 18 |
Some known weaknesses are:
|
| 19 |
-
- responses to
|
| 20 |
- small but non-zero drifts in total dry air mass of the atmosphere
|
| 21 |
|
| 22 |
-
Refer to [published manuscript](https://arxiv.org/abs/2310.02074) for more details.
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
# ACE-climSST
|
| 5 |
|
| 6 |
Ai2 Climate Emulator (ACE) is a family of models designed to simulate atmospheric variability from the time scale of days to centuries.
|
| 7 |
|
| 8 |
**Disclaimer: ACE models are research tools and should not be used for operational climate predictions.**
|
| 9 |
|
| 10 |
+
ACE-climSST is the original ACE model, as described in [ACE: A fast, skillful learned global atmospheric model for climate prediction](https://arxiv.org/abs/2310.02074).
|
| 11 |
It is trained on output from the FV3GFS atmospheric model forced with annually-repeating climatological sea surface temperature.
|
| 12 |
|
| 13 |
Code for doing inference with ACE models can be found here: [https://github.com/ai2cm/ace](https://github.com/ai2cm/ace)
|
| 14 |
+
with corresponding documentation here: [https://ai2-climate-emulator.readthedocs.io/en/stable/](https://ai2-climate-emulator.readthedocs.io/en/stable/).
|
| 15 |
|
| 16 |
Briefly, the strengths of ACE-climSST are:
|
| 17 |
- long-term stability
|
|
|
|
| 19 |
- very fast inference compared to typical physics-based atmospheric models
|
| 20 |
|
| 21 |
Some known weaknesses are:
|
| 22 |
+
- responses to El Niño-like sea surface temperature and long-term warming trends are not accurately captured
|
| 23 |
- small but non-zero drifts in total dry air mass of the atmosphere
|
| 24 |
|
| 25 |
+
Refer to [published manuscript](https://arxiv.org/abs/2310.02074) for more details.
|
| 26 |
+
|
| 27 |
+
Note the checkpoint provided here is the same as the one in [this Zenodo repository](https://zenodo.org/records/10791087), just with the optimizer state removed to decrease the checkpoint size.
|