Update dataset card
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ scores["per_variable"]
|
|
| 66 |
```
|
| 67 |
|
| 68 |
See the GitHub repository for notebooks, baseline code, evaluation utilities,
|
| 69 |
-
and
|
| 70 |
|
| 71 |
## Files
|
| 72 |
|
|
@@ -104,8 +104,7 @@ The subset split files contain:
|
|
| 104 |
| `test_shared_planets_only.csv` | - | 58 | 60 |
|
| 105 |
| `held_out_aux.csv` | - | 31 | 34 |
|
| 106 |
|
| 107 |
-
`held_out_aux.csv` is excluded from train and test
|
| 108 |
-
remaining simulations in the two multi-GCM subsets.
|
| 109 |
|
| 110 |
## Inputs and Outputs
|
| 111 |
|
|
@@ -132,16 +131,16 @@ and outgoing longwave radiation. Gridded targets are provided on a 32 x 64
|
|
| 132 |
latitude-longitude grid, with vertical fields stored on relative pressure
|
| 133 |
levels.
|
| 134 |
|
| 135 |
-
| Variable | Unit |
|
| 136 |
-
| --- | --- |
|
| 137 |
-
| Surface temperature | K |
|
| 138 |
-
| Temperature | K |
|
| 139 |
-
| Specific humidity | dex |
|
| 140 |
-
| Cloud fraction | 1 |
|
| 141 |
-
| East-west wind | m s^-1 |
|
| 142 |
-
| North-south wind | m s^-1 |
|
| 143 |
-
| Absorbed shortwave radiation | W m^-2 |
|
| 144 |
-
| Outgoing longwave radiation | W m^-2 |
|
| 145 |
|
| 146 |
The gridded field archives are:
|
| 147 |
|
|
|
|
| 66 |
```
|
| 67 |
|
| 68 |
See the GitHub repository for notebooks, baseline code, evaluation utilities,
|
| 69 |
+
and reproducing paper results.
|
| 70 |
|
| 71 |
## Files
|
| 72 |
|
|
|
|
| 104 |
| `test_shared_planets_only.csv` | - | 58 | 60 |
|
| 105 |
| `held_out_aux.csv` | - | 31 | 34 |
|
| 106 |
|
| 107 |
+
`held_out_aux.csv` is excluded from train and test to prevent train-test leakage (it contains simulations from auxiliary GCMs that correspond to identical planets present in the test set).
|
|
|
|
| 108 |
|
| 109 |
## Inputs and Outputs
|
| 110 |
|
|
|
|
| 131 |
latitude-longitude grid, with vertical fields stored on relative pressure
|
| 132 |
levels.
|
| 133 |
|
| 134 |
+
| Variable | Dimensionality | Unit |
|
| 135 |
+
| --- | --- | --- |
|
| 136 |
+
| Surface temperature | 2D | K |
|
| 137 |
+
| Temperature | 3D | K |
|
| 138 |
+
| Specific humidity | 3D | dex |
|
| 139 |
+
| Cloud fraction | 3D | 1 |
|
| 140 |
+
| East-west wind | 3D | m s^-1 |
|
| 141 |
+
| North-south wind | 3D | m s^-1 |
|
| 142 |
+
| Absorbed shortwave radiation | 2D | W m^-2 |
|
| 143 |
+
| Outgoing longwave radiation | 2D | W m^-2 |
|
| 144 |
|
| 145 |
The gridded field archives are:
|
| 146 |
|