v2.0.0b1
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 toTrue
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. Usegeopotential
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.