Skip to content

v2.0.0b1

Latest
Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 30 Aug 12:05
52a6a2d

Note: this is a beta release, as this transfers era5cli over to the new Climate Data Store (CDS-Beta) which is not fully stable yet.

However, the old CDS will stop working by September 3, 2024..

Changed:

  • The splitmonths argument now defaults to True for hourly requests. To not split requests by year, add --splitmonths False.

Fixed:

  • Added support for the beta-CDS
  • For authentication, the new cads-api-client is used, instead of a dummy request. This should avoid the dummy requests appearing in the user's queue.

Removed:

  • the deprecated orography variable. Use geopotential instead.
  • the deprecated --prelimbe argument. This one has not been required anymore, as the back-extension is part of the normal dataset now.

Dev changes:

  • The pre-commit hook has been removed. Pre-commit does not play well with hatch: it would need to be installed system-wide. No hatch-specific hooks are available.