jpxkqx commited on
Commit
2c76157
1 Parent(s): c339f85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - openclimatefix/era5
5
+ language:
6
+ - es
7
+ - en
8
+ metrics:
9
+ - mse
10
+ library_name: transformers
11
+ pipeline_tag: image-to-image
12
+ tags:
13
+ - climate
14
+ - transformers
15
+ - super-resolution
16
  ---
17
+
18
+
19
+ # Europe Reanalysis Super Resolution
20
+
21
+ The aim of the project is to create a Machine learning (ML) model that can generate high-resolution regional reanalysis data (similar to the one produced by CERRA) by downscaling global reanalysis data from ERA5.
22
+
23
+
24
+ This will be accomplished by using state-of-the-art Deep Learning (DL) techniques like U-Net, conditional GAN, and diffusion models (among others). Additionally, an ingestion module will be implemented to assess the possible benefit of using CERRA pseudo-observations as extra predictors. Once the model is designed and trained, a detailed validation framework takes the place.
25
+
26
+
27
+ It combines classical deterministic error metrics with in-depth validations, including time series, maps, spatio-temporal correlations, and computer vision metrics, disaggregated by months, seasons, and geographical regions, to evaluate the effectiveness of the model in reducing errors and representing physical processes. This level of granularity allows for a more comprehensive and accurate assessment, which is critical for ensuring that the model is effective in practice.
28
+
29
+
30
+ Moreover, tools for interpretability of DL models can be used to understand the inner workings and decision-making processes of these complex structures by analyzing the activations of different neurons and the importance of different features in the input data.
31
+
32
+ This work is funded by [Code for Earth 2023](https://codeforearth.ecmwf.int/) initiative.