Skip to content

ERA5 from CDS working again

Choose a tag to compare

@ArcticSnow ArcticSnow released this 26 May 09:40
· 122 commits to main since this release

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 library cdo instead 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