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 with pre-print link
#4
by spencerkclark - opened
- .gitattributes +0 -1
- README.md +2 -16
- training_validation_data/normalization/centering.nc +0 -3
- training_validation_data/normalization/scaling-full-field.nc +0 -3
- training_validation_data/normalization/scaling-residual.nc +0 -3
- training_validation_data/normalization/time-mean.nc +0 -3
- training_validation_data/training_validation/1940010100.nc +0 -3
- training_validation_data/training_validation/1940020100.nc +0 -3
- training_validation_data/training_validation/1940030100.nc +0 -3
- training_validation_data/training_validation/1940040100.nc +0 -3
- training_validation_data/training_validation/1940050100.nc +0 -3
- training_validation_data/training_validation/1940060100.nc +0 -3
- training_validation_data/training_validation/1940070100.nc +0 -3
- training_validation_data/training_validation/1940080100.nc +0 -3
- training_validation_data/training_validation/1940090100.nc +0 -3
- training_validation_data/training_validation/1940100100.nc +0 -3
- training_validation_data/training_validation/1940110100.nc +0 -3
- training_validation_data/training_validation/1940120100.nc +0 -3
.gitattributes
CHANGED
|
@@ -121,4 +121,3 @@ initial_conditions/ic_1950.nc filter=lfs diff=lfs merge=lfs -text
|
|
| 121 |
initial_conditions/ic_1979.nc filter=lfs diff=lfs merge=lfs -text
|
| 122 |
initial_conditions/ic_2001.nc filter=lfs diff=lfs merge=lfs -text
|
| 123 |
initial_conditions/ic_2020.nc filter=lfs diff=lfs merge=lfs -text
|
| 124 |
-
*.nc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 121 |
initial_conditions/ic_1979.nc filter=lfs diff=lfs merge=lfs -text
|
| 122 |
initial_conditions/ic_2001.nc filter=lfs diff=lfs merge=lfs -text
|
| 123 |
initial_conditions/ic_2020.nc filter=lfs diff=lfs merge=lfs -text
|
|
|
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
library_name: fme
|
| 4 |
---
|
| 5 |
|
| 6 |
<img src="ACE-logo.png" alt="Logo for the ACE Project" style="width: auto; height: 50px;">
|
|
@@ -11,11 +10,11 @@ Ai2 Climate Emulator (ACE) is a family of models designed to simulate atmospheri
|
|
| 11 |
|
| 12 |
**Disclaimer: ACE models are research tools and should not be used for operational climate predictions.**
|
| 13 |
|
| 14 |
-
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://
|
| 15 |
|
| 16 |
### Quick links
|
| 17 |
|
| 18 |
-
- 📃 [Paper](https://
|
| 19 |
- 💻 [Code](https://github.com/ai2cm/ace)
|
| 20 |
- 💬 [Docs](https://ai2-climate-emulator.readthedocs.io/en/stable/)
|
| 21 |
- 📂 [All Models](https://huggingface.co/collections/allenai/ace-67327d822f0f0d8e0e5e6ca4)
|
|
@@ -44,16 +43,3 @@ 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)
|
| 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.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<img src="ACE-logo.png" alt="Logo for the ACE Project" style="width: auto; height: 50px;">
|
|
|
|
| 10 |
|
| 11 |
**Disclaimer: ACE models are research tools and should not be used for operational climate predictions.**
|
| 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)
|
|
|
|
| 43 |
- the individual sensitivities to changing sea surface temperature and CO2 are not entirely realistic
|
| 44 |
- the medium-range (3-10 day) weather forecast skill is not state of the art
|
| 45 |
- not expected to generalize accurately for large perturbations of certain inputs (e.g. doubling of CO2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/normalization/centering.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bdaf993c9f5b030d2e2b0bba926df64f6cbd3d1c98af36a6c667802a2bdddc0b
|
| 3 |
-
size 336678
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/normalization/scaling-full-field.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:096504b7392e09cdc08aa258251a8e9c9d71ae55f206d7e7c0405e9833aa5f1e
|
| 3 |
-
size 336678
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/normalization/scaling-residual.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:db4ae7db960c91f2d5917d9ac4779a00aa6e25dcef77bd4c24165c06257a2cbd
|
| 3 |
-
size 336678
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/normalization/time-mean.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5c7997a975289722114c238df428acb6058d71ec8d1233db15fd052a6053643c
|
| 3 |
-
size 20588078
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940010100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d1d45a467d676d5bf0dee4e8ae7ba6178a0e8ef0451b10a73593ecb83ae14de7
|
| 3 |
-
size 2405291722
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940020100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e565abb41888a8f15497b17ca3d3688b835102c00746bde059a74cbc965f3239
|
| 3 |
-
size 2286977354
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940030100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2be448c578e74bc3523030a23a430c7e812e61771fbbde43549a1c164132fc12
|
| 3 |
-
size 2444702666
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940040100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5188af61f1bc7824c2cc137d2351c25a4c237759ab3a048aeaeca0ebae775ddf
|
| 3 |
-
size 2365758474
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940050100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b07fa37379acdde4be02afbcf97672baa5fc6493848748868c4a34de8fe2668
|
| 3 |
-
size 2444686986
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940060100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a7a8e32f4c7bc5fa14e9f5b5b8a149056613da64a8daa24d101241f7b0018812
|
| 3 |
-
size 2365727114
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940070100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:edd6d0f2dfb6b5c59acbff7048362a30ee7d96d66a074ca53a537a0898adf63f
|
| 3 |
-
size 2444677578
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940080100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9237cf6b105e8b358aec765425f6d9211a612d1a71791a76b8c57173b2c11972
|
| 3 |
-
size 2444658762
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940090100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:25a3ec64fd675c90385582d5b9b14fd154a87de8970ecfbfc255542fa025ad04
|
| 3 |
-
size 2365792970
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940100100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5efc391dd1580822ade9d4802a19634d3ff83bde1375187abe7ad8de9de7bc77
|
| 3 |
-
size 2444677578
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940110100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b8685e90d8b3f26452a2406b4bf983802d10bfa06eba17c154c47ab3ae2e4fda
|
| 3 |
-
size 2365733386
|
|
|
|
|
|
|
|
|
|
|
|
training_validation_data/training_validation/1940120100.nc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8a5145cc87d3748ddc2cdb84a8097b91d90f7be209cc3fcca31b9ff404aec2b8
|
| 3 |
-
size 2444686986
|
|
|
|
|
|
|
|
|
|
|
|