Releases: GeoRegionsEcosystem/ERA5Reanalysis.jl
Releases · GeoRegionsEcosystem/ERA5Reanalysis.jl
v0.4.0
ERA5Reanalysis v0.4.0
- 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
ERA5Reanalysis v0.3.4
- It is imperative that the parent ERA5Region have the same resolution as the given ERA5Region
ereg
v0.3.3
ERA5Reanalysis v0.3.3
- Debugging the NetCDF downloads, need to specify additional options in the keyword arguments
v0.3.2
v0.3.1
ERA5Reanalysis v0.3.1
- Updating ERA5Region paths
- Debugging checking of GeoRegion type
v0.3.0
ERA5Reanalysis v0.3.0
- 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
ERA5Reanalysis v0.2.3
v0.2.2
ERA5Reanalysis v0.2.2
v0.2.1
ERA5Reanalysis v0.2.1
v0.2.0
ERA5Reanalysis v0.2.0
- 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
andPressureLevel
types