More information about the datasets
Browse files
README.md
CHANGED
@@ -106,6 +106,12 @@ across protected classes; identity characteristics; and sensitive, social, and o
|
|
106 |
|
107 |
The dataset used is a composition of the ERA5 and CERRA reanalysis.
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
The spatial coverage of the input grids (ERA5) is defined below, and corresponds to a 2D array of dimensions (60, 44):
|
110 |
|
111 |
```
|
@@ -154,7 +160,7 @@ The interpolation transformed the CERRA dataset to match the regular grid struct
|
|
154 |
### Speeds, Sizes, Times
|
155 |
|
156 |
- Training time: The training duration for the ConvSwin2SR model is notably extensive, clocking in at 3,648 days to complete a total of 100 epochs with
|
157 |
-
|
158 |
|
159 |
- Model size: The ConvSwin2SR model is a robust machine learning model boasting a total of 12,383,377 parameters.
|
160 |
This size reflects a substantial capacity for learning and generalizing complex relationships within the data, enabling the model to
|
|
|
106 |
|
107 |
The dataset used is a composition of the ERA5 and CERRA reanalysis.
|
108 |
|
109 |
+
More information about both datasets can be found in the Copernicus Climate Data Store:
|
110 |
+
|
111 |
+
- [ERA5 hourly data on single levels from 1940 to present](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=overview)
|
112 |
+
|
113 |
+
- [CERRA sub-daily regional reanalysis data for Europe on single levels from 1984 to present](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-cerra-single-levels?tab=overview)
|
114 |
+
|
115 |
The spatial coverage of the input grids (ERA5) is defined below, and corresponds to a 2D array of dimensions (60, 44):
|
116 |
|
117 |
```
|
|
|
160 |
### Speeds, Sizes, Times
|
161 |
|
162 |
- Training time: The training duration for the ConvSwin2SR model is notably extensive, clocking in at 3,648 days to complete a total of 100 epochs with
|
163 |
+
a batch size of 2 for a total number of batches equal to ~43000.
|
164 |
|
165 |
- Model size: The ConvSwin2SR model is a robust machine learning model boasting a total of 12,383,377 parameters.
|
166 |
This size reflects a substantial capacity for learning and generalizing complex relationships within the data, enabling the model to
|