Releases: GeoRegionsEcosystem/ERA5Reanalysis.jl
Releases · GeoRegionsEcosystem/ERA5Reanalysis.jl
v0.5.2
ERA5Reanalysis v0.5.2
- Updating LandSea function calls and [compat]
- Adding dkrz options to Pressure Variables
- Documentation is not quite complete, but getting there
v0.5.1
ERA5Reanalysis v0.5.1
- An urgent debug of the DKRZ saving functionality
- Adding an
overwriteoption to thedkrz()function
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#17) (@dependabot[bot])
v0.5.0
ERA5Reanalysis v0.5.0
- More breaking changes
- Added ability to extract raw GRIB data from the DKRZ servers
- Streamlined and reorganized ERA5Variables into becoming more "project"-based, with more information on MARS and DKRZ variable identifiers
- New functionality for RegionGrids to accomodate the native spectral/reduced gaussian grid
- Updating LandSea and PrettyTables compatabilities
Breaking Changes
- NetCDF IDs is no longer the same as the ERA5 IDs
- ERA5Variable functionality is now "project"-based, except for a default list based on the CDS
Merged pull requests:
- Milestones required in order to bump ERA5Reanalysis.jl to v0.5 (#15) (@natgeo-wong)
- Bump actions/checkout from 4 to 5 (#16) (@dependabot[bot])
Closed issues:
- Need to update backend to use Float32 directly instead of Int16 (#14)
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
Float32format, 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_timeto 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