Skip to content
Snippets Groups Projects
Commit 824f1801 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Debugging single-level variables.

parent ff006448
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ if __name__ == '__main__': ...@@ -63,6 +63,7 @@ if __name__ == '__main__':
# download configuration: ERA5 variable on single level # download configuration: ERA5 variable on single level
product = 'reanalysis-era5-single-levels' product = 'reanalysis-era5-single-levels'
_ = CONFIG.pop('pressure_level') # remove pressure levels _ = CONFIG.pop('pressure_level') # remove pressure levels
print(CONFIG)
# split the download to the different years: CDS API cannot handle # split the download to the different years: CDS API cannot handle
# requests over the whole time period # requests over the whole time period
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment