Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ClimX: A challenge for extreme-aware climate model emulation
|
| 2 |
+
|
| 3 |
+
ClimX is a competition focused on developing **fast and accurate machine learning emulators** for the NorESM2-MM Earth System Model, with evaluation centered on **climate extremes**.
|
| 4 |
+
|
| 5 |
+
## What’s in this dataset?
|
| 6 |
+
|
| 7 |
+
This Hugging Face dataset hosts the ClimX training data as **Zarr** archives, plus a lightweight downscaled variant for prototyping.
|
| 8 |
+
|
| 9 |
+
- **ClimX.zip**: full dataset (historical + projections)
|
| 10 |
+
- **ClimX-lite.zip**: 16× downscaled “lite” dataset (historical + projections)
|
| 11 |
+
|
| 12 |
+
The lite dataset is designed to reduce barriers to entry (fast iteration, smaller memory footprint) while keeping the end-to-end workflow consistent.
|
| 13 |
+
|
| 14 |
+
## Problem summary
|
| 15 |
+
|
| 16 |
+
Participants train emulators that take **forcing trajectories** (greenhouse gases + aerosols) and optionally past predicted state to produce daily climate fields. The **benchmark target** is not the raw fields themselves, but **15 extreme indices** derived from daily temperature and precipitation.
|
| 17 |
+
|
| 18 |
+
Primary leaderboard metric (mean standardized MAE over indices):
|
| 19 |
+
|
| 20 |
+
\[
|
| 21 |
+
S = \frac{1}{15}\sum_{i=1}^{15}\frac{\mathrm{MAE}(\hat{Y}_i, Y_i)}{\sigma_i}
|
| 22 |
+
\]
|
| 23 |
+
|
| 24 |
+
## Links
|
| 25 |
+
|
| 26 |
+
- Kaggle competition page: `https://www.kaggle.com/competitions/climx`
|
| 27 |
+
- Public challenge repository: `https://github.com/IPL-UV/ClimX`
|
| 28 |
+
|
| 29 |
+
## License and usage
|
| 30 |
+
|
| 31 |
+
This dataset is provided for the ClimX competition and associated research/education use. Please follow the competition rules regarding external data/model restrictions and data redistribution.
|
| 32 |
+
|