Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Methodology
Anchor
methodology
methodology

Excerpt

The process to generate this dataset involves:

  • Fetching ERA5 Pressure Levels data in GRIB format.
  • Applying homogenization conventions, as applicable:
    • Ensure latitude, longitude ranges are between [-90, +90], [-180, +180].
  • Rename vertical dimension to pressureLevels, to homogenize all parameters.
  • Leave only essential coordinates latitude, longitude, time and pressureLevels.
  • Writing to an ARCO Zarr archive (which is similar in structure to netCDF).
  • The CDS requests the data from the Zarr archive using xarray and writes the data to netCDF or CSV (as requested).

Data organization and access

...

Table 1: pressure levels parameters 


NameUnitsVariable nameNotes
1

Geopotential

m2 s-2
geopotential

2Specific humiditykg kg-1
specific_humidity

3TemperatureK
temperature

4U component of windm s-1
u_component_of_wind

5V component of windm s-1
v_component_of_wind

6Vertical velocityPa s-1
vertical_velocity

Known issues

Please refer to the ERA5 documentation.

...