Skip to content

Releases: GeoRegionsEcosystem/ERA5Reanalysis.jl

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

v0.1.3

24 Jun 20:12
Compare
Choose a tag to compare

ERA5Reanalysis v0.1.3

Diff since v0.1.2

  • Adding analysis and compilation function for hourly and monthly data
  • Downloading pressure variables at multiple pressure levels at one shot and splitting into individual levels
  • Updated time-vector during the saving of data into files

v0.1.2

03 Jun 20:39
Compare
Choose a tag to compare

ERA5Reanalysis v0.1.2

Diff since v0.1.1

  • Debugging LandSea datasets, and adding methods for LandSea downloads and retrievals
  • Made e5dfnc more general for ERA5Variables
  • When extracting data from ERA5 NetCDF files, convert missing to NaN
  • Added template files to create custom ERA5Variables

v0.1.1

14 Feb 02:30
Compare
Choose a tag to compare

ERA5Reanalysis v0.1.1

Diff since v0.1.0

  • Adding the extraction of sub-GeoRegion data from a parent GeoRegion without necessitating downloads
  • Modifying save function such that NaN values can be saved as missing data
  • Debugging the LandSea functions, especially in extraction of GeoRegion mask
  • Editing scale/offset to prevent real values from becoming missing values during conversion

v0.1.0

10 Feb 23:05
Compare
Choose a tag to compare

ERA5Reanalysis v0.1.0

  • A package to streamline the downloads and reading of ERA5 reanalysis datasets in Julia
  • Currently downloading, reading and saving functions available
  • LandSea masks can also be downloaded separately
  • Pressure-Level and Single-Level options available for variables, with some predefined variables included and the option to create custom ones
  • Hourly, Monthly and Monthly Hour-of-Day options available
  • Can specify specific regions using the GeoRegion package functionality (see GeoRegions.jl for more information)
  • Ensemble and Error datasets NOT CURRENTLY AVAILABLE

Merged pull requests: