Upload README.md
Browse files
README.md
CHANGED
|
@@ -11,8 +11,8 @@ tags:
|
|
| 11 |
- netcdf
|
| 12 |
license: mit
|
| 13 |
task_categories:
|
| 14 |
-
- regression
|
| 15 |
- time-series-forecasting
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- NOTE: Math formatting convention: inline math uses \\( ... \\) and math blocks use $$ ... $$. -->
|
|
@@ -25,7 +25,7 @@ ClimX is a challenge about building **fast and accurate machine learning emulato
|
|
| 25 |
|
| 26 |
This dataset contains the **full-resolution** ClimX data in **NetCDF-4** format (targets + forcings, depending on split) with a native grid of \\(192 \times 288\\) (about \\(1^\circ\\)) resolution. It also contains the **lite-resolution** version, with a native grid of \\(12 \times 18\\) (about \\(16^\circ\\)) resolution:
|
| 27 |
|
| 28 |
-
- **Lite-resolution**: <1GB,
|
| 29 |
- **Full-resolution**: ~200GB, full-resolution data for large-scale training.
|
| 30 |
|
| 31 |
## What you will do (high level)
|
|
@@ -119,11 +119,4 @@ print(ds)
|
|
| 119 |
|
| 120 |
## License and usage
|
| 121 |
|
| 122 |
-
The dataset is released under **MIT**. In addition, if you are participating in the ClimX competition, please follow the competition rules (notably: restrictions on external climate training data and redistribution of competition data).
|
| 123 |
-
|
| 124 |
-
## Citation
|
| 125 |
-
|
| 126 |
-
If you use this dataset in academic work, please cite the ClimX challenge materials and the underlying NorESM2 model description:
|
| 127 |
-
|
| 128 |
-
- Seland, Ø., Bentsen, M., Graff, L. S., et al. (2020). *The Norwegian Earth System Model, NorESM2 – Evaluation of the CMIP6 DECK and historical simulations*. Geoscientific Model Development.
|
| 129 |
-
|
|
|
|
| 11 |
- netcdf
|
| 12 |
license: mit
|
| 13 |
task_categories:
|
|
|
|
| 14 |
- time-series-forecasting
|
| 15 |
+
- other
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- NOTE: Math formatting convention: inline math uses \\( ... \\) and math blocks use $$ ... $$. -->
|
|
|
|
| 25 |
|
| 26 |
This dataset contains the **full-resolution** ClimX data in **NetCDF-4** format (targets + forcings, depending on split) with a native grid of \\(192 \times 288\\) (about \\(1^\circ\\)) resolution. It also contains the **lite-resolution** version, with a native grid of \\(12 \times 18\\) (about \\(16^\circ\\)) resolution:
|
| 27 |
|
| 28 |
+
- **Lite-resolution**: <1GB, \\(16\times\\) spatially coarsened, meant for rapid prototyping.
|
| 29 |
- **Full-resolution**: ~200GB, full-resolution data for large-scale training.
|
| 30 |
|
| 31 |
## What you will do (high level)
|
|
|
|
| 119 |
|
| 120 |
## License and usage
|
| 121 |
|
| 122 |
+
The dataset is released under **MIT**. In addition, if you are participating in the ClimX competition, please follow the competition rules (notably: restrictions on external climate training data and redistribution of competition data).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|