ERA5 from CDS working again
Big bug fix of the CDS API downloading capabilities with commit: 57d6a1c
- now request are daily.
- it automaticaaly deal with the weird ZIP files that ERA5 may deliver (in particular for surface data)
- documentation is now part of the main repo under the folder
doc/ - function called 'process_SURF_file()
was renamedunzip_file()`. it is run right after the download request. it is also more generic - dropped the need for the library
cfgrib. Use the librarycdoinstead that has many useful and efficiently coded functionalities
I hope this is working robustly. There may still be some bugs as the logic has changed slightly.
Enjoy