Skip to content

Releases: TUW-GEO/ecmwf_models

v0.9.2

08 May 12:28
Compare
Choose a tag to compare
  • Fix issue with too large data requests to download, added command line arg to specify max request size.
  • Pin pynetcf>=0.5.0
  • Add test for downloading ERA5 data directly from CDS (requires CDS API key)

v0.9.1

03 May 19:41
a8529db
Compare
Choose a tag to compare

Fix returned status code in case of partial data availability.

v0.9.0

18 Mar 11:55
133bbd7
Compare
Choose a tag to compare
  • ERA5T data is now downloaded
  • Testdata is now hosted at TUW gitlab (requires git LFS)
  • Package code formatting with yapf

v0.8.1

14 Feb 11:40
3cf3757
Compare
Choose a tag to compare
  • Fix a bug that caused reshuffling of land points to not work from command line

v0.8

15 Nov 10:49
Compare
Choose a tag to compare
  • Program era5_download returns exit code now (PR #27);
  • Program era5_reshuffle can now take a bounding box to reshuffle spatial subsets;
  • TravisCI was replaced by Github Actions;
  • Pyscaffold 4 is used; contributing guide added; pre-commit added;
  • Code formatting with black (line length 79);

v0.7

19 Jun 10:23
12ba536
Compare
Choose a tag to compare
  • Update pyscaffold structure
  • Drop support for python2
  • Travis deoploy to pypi

v0.6.1

09 Jan 09:37
873cd5c
Compare
Choose a tag to compare
  • Fix bug when creating 0.1 deg grid cells (floating point precision)
  • Missing variables in grib files are now replaced by empty images.
  • Read variable names from grib files from cfVarNameECMF instead of short_name field

v0.6

20 Sep 14:55
c5519ec
Compare
Choose a tag to compare
  • Add support for downloading, reading, reshuffling era5-land
  • Add support for reading, reshuffling points over land only (era5 and era5-land)
  • Add function to create land definition files
  • Test with pinned environments

v0.5

13 Jun 16:03
7b0d5d4
Compare
Choose a tag to compare
  • Change default time steps to 6 hours.
  • Add more tests, also for download functions
  • Update documentation, add installation script
  • Fix bugs, update command line interfaces, update dependencies
  • Separate download programs for ERA5 and ERA Interim
  • Change the ERA5 download api to use cdsapi instead of ecmwf api
  • Update package structure to better separate between the ERA products
  • Add look-up-table file for more flexibility in variable names passed by user
  • Update readme

v0.4

15 Dec 17:48
57f39c6
Compare
Choose a tag to compare
  • Add ERA5 support (download, reading, TS conversion)
  • Add netcdf support for ERA5 and ERA-Interim download (regular grid)
  • Add new grid defintions: netcdf download in regular grid, grib in gaussian grid
  • Add Download with spatial resampling (grib and nc)
  • Update GRIB message storing (per day instead of per message)