Instructions to use allenai/ACE2-ERA5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Full Model Emulation
How to use allenai/ACE2-ERA5 with Full Model Emulation:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md (#10)
Browse files- Update README.md (a3e0373c1a0fa88ff4c4b3a170cd202b88f177cd)
- Update README.md (bcf3065c4aab62407024e2064aae01a8c0125f0a)
- Update README.md (f905c0cac87d8fe5f28880a62cb1d1af9925c3e3)
- Update README.md (38cbf980c8b9a40a3994c012989a0db1fb343938)
README.md
CHANGED
|
@@ -44,3 +44,16 @@ Some known weaknesses are:
|
|
| 44 |
- the individual sensitivities to changing sea surface temperature and CO2 are not entirely realistic
|
| 45 |
- the medium-range (3-10 day) weather forecast skill is not state of the art
|
| 46 |
- not expected to generalize accurately for large perturbations of certain inputs (e.g. doubling of CO2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
- the individual sensitivities to changing sea surface temperature and CO2 are not entirely realistic
|
| 45 |
- the medium-range (3-10 day) weather forecast skill is not state of the art
|
| 46 |
- not expected to generalize accurately for large perturbations of certain inputs (e.g. doubling of CO2)
|
| 47 |
+
|
| 48 |
+
### Complete training dataset
|
| 49 |
+
|
| 50 |
+
This repository only contains the data necessary for inference starting from a select number of
|
| 51 |
+
past times. You can find the complete training dataset spanning 1940-2022 at this requester-pays
|
| 52 |
+
Google cloud bucket: `gs://ai2cm-public-requester-pays/2024-11-13-ai2-climate-emulator-v2-amip/data/era5-1deg-1940-2022.zarr`.
|
| 53 |
+
|
| 54 |
+
This dataset was generated from the ERA5 datasets hosted by Google Research (https://github.com/google-research/arco-era5)
|
| 55 |
+
and NCAR (https://gdex.ucar.edu/datasets/d633000/).
|
| 56 |
+
|
| 57 |
+
We acknowledge ECMWF and the Copernicus Climate Change Service for producing the ERA5 dataset.
|
| 58 |
+
|
| 59 |
+
> This dataset contains modified Copernicus Climate Change Service information. Neither the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus information or data it contains.
|