From 824f180195c1cce184c53acded845c06abd96ce8 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 29 Jun 2021 10:36:43 +0200
Subject: [PATCH] Debugging single-level variables.

---
 climax/main/preprocess/download_ERA5.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/climax/main/preprocess/download_ERA5.py b/climax/main/preprocess/download_ERA5.py
index 3c8ff18..6e68100 100644
--- a/climax/main/preprocess/download_ERA5.py
+++ b/climax/main/preprocess/download_ERA5.py
@@ -63,6 +63,7 @@ if __name__ == '__main__':
             # download configuration: ERA5 variable on single level
             product = 'reanalysis-era5-single-levels'
             _ = CONFIG.pop('pressure_level')  # remove pressure levels
+            print(CONFIG)
 
         # split the download to the different years: CDS API cannot handle
         # requests over the whole time period
-- 
GitLab