Skip to content

Releases: GeoRegionsEcosystem/ERA5Reanalysis.jl

v0.4.0

16 Feb 00:16
Compare
Choose a tag to compare

ERA5Reanalysis v0.4.0

Diff since v0.3.4

  • A lot of breaking changes in order to accommodate the upgrades and changes made by the Climate Data Store (CDS) late last year
  • All previously downloaded files for v0.3 are no longer compatible with this current version. You will either need to convert or redownload those files
  • Bump to GeoRegions v7 and adding RegionGrids and LandSea to merge with the rest of the GeoRegions Ecosystem
  • This is also a preparatory release for GeoRegionsv8, RegionGridsv0.1 and LandSeav0.1, coming in the near future

Breaking Changes

  • ERA5 datasets retrieved from the CDS are now natively in Float32 format, and thus all files downloaded using ≤v0.3 are no longer compatible with the functions
  • Time dimension and variables are now saved under the ID valid_time to make them standardized with the CDS
  • A lot of changes to how ERA5Variables are handled, I am attempting to make it more "project"-based like how I did for GeoRegionsv7 and above

v0.3.4

15 Feb 23:55
Compare
Choose a tag to compare

ERA5Reanalysis v0.3.4

Diff since v0.3.3

  • It is imperative that the parent ERA5Region have the same resolution as the given ERA5Region ereg

v0.3.3

06 Feb 00:04
Compare
Choose a tag to compare

ERA5Reanalysis v0.3.3

Diff since v0.3.2

  • Debugging the NetCDF downloads, need to specify additional options in the keyword arguments

v0.3.2

06 Feb 00:03
Compare
Choose a tag to compare

ERA5Reanalysis v0.3.2

Diff since v0.3.1

  • Updating the CDSAPI downloading process

v0.3.1

06 Feb 00:02
Compare
Choose a tag to compare

ERA5Reanalysis v0.3.1

Diff since v0.3.0

  • Updating ERA5Region paths
  • Debugging checking of GeoRegion type

v0.3.0

06 Feb 00:00
Compare
Choose a tag to compare

ERA5Reanalysis v0.3.0

Diff since v0.2.3

  • Updating LandSea functionality, save as geopotential, but retrieve as height
  • Updating and flush logging to stderr
  • Added spatialtemporal smoothing
  • Added ability to download files in GRIB format instead of NetCDF
  • Updating PrettyTables formatting and stuff
  • Added all ERA5 Single-Level variables in the CDStore
  • And more? Quite a few changes here haha

v0.2.3

03 Apr 03:24
Compare
Choose a tag to compare

ERA5Reanalysis v0.2.3

Diff since v0.2.2

v0.2.2

24 Mar 05:48
Compare
Choose a tag to compare

ERA5Reanalysis v0.2.2

Diff since v0.2.1

v0.2.1

02 Feb 06:01
Compare
Choose a tag to compare

ERA5Reanalysis v0.2.1

Diff since v0.2.0

v0.2.0

22 Aug 00:27
Compare
Choose a tag to compare

ERA5Reanalysis v0.2.0

Diff since v0.1.3

  • Debugged save function to account for if scale = 0
  • Updated list of single-level variables and the units
  • CDSAPI Julia downloads now allow for multiple download attempts and requests to account for failures
  • Updating GeoRegions.jl compat to v4
  • Breaking changes on keyword arguments and structure field names for datasets to be more intuitive
  • Export the SingleLevel and PressureLevel types