Introduction
Ocean Reanalysis System 5 (ORAS5) is the global monthly ocean and sea-ice ECMWF reanalysis. It covers the past 68 years from January 1958 to the present.
The ORAS5 Analysis Ready Cloud Optimised (ARCO) presented here is a subset of some parameters of the full Climate Data Store (CDS) ORAS5 global ocean monthly dataset on approximately 0.25° x 0.25° (around 25 km in the tropics and 9 km in the Arctic) resolution and is stored in a ARCO format. It allows direct access to a subset of the surface and wave variables (see below) without downloading individual files, enabling efficient and scalable data access and retrieval. The ARCO format has a dual-chunking approach which means that data access can be optimised for retrieving long-time periods for a limited area (geo-chunked) or short-time period for large areas (time-chunked).
Methodology
The process to generate this dataset involves:
Data organization and access
The ARCO data is stored as Zarr datacubes to provide efficient access to time-chunked and geo-chunked ORAS5 data:
| Product type | Chunking strategy | URL for Zarr datacube |
|---|---|---|
Consolidated, 1958-2014 | Geo-chunked | https://arco.datastores.ecmwf.int/cadl-arco-geo-001/arco/reanalysis_oras5/consolidated/geoChunked.zarr |
| Time-chunked | https://arco.datastores.ecmwf.int/cadl-arco-time-001/arco/reanalysis_oras5/consolidated/timeChunked.zarr | |
Operational, 2015-present | Geo-chunked | https://arco.datastores.ecmwf.int/cadl-arco-geo-001/arco/reanalysis_oras5/operational/geoChunked.zarr |
Time-chunked | https://arco.datastores.ecmwf.int/cadl-arco-time-001/arco/reanalysis_oras5/operational/timeChunked.zarr |
The variables available in the Single level and All levels Zarr files are listed in Table 1 and Table 2, respectively.
Target audience
Access to ARCO data is programmatic; therefore, users of these resources and this documentation are expected to have some relevant programming experience.
The Zarr datacubes can be accessed using your CDS API key. Below is a simple plug-and-play code snippet and a more detailed Jupyter Notebook example. For more detailed and advanced access examples, please refer to the main Analysis Ready Cloud Optimised (ARCO) Data.
Time-series access via the CDS
The ORAS5 global ocean reanalysis monthly time-series data from 1958 to present catalogue entry allows users to download long time series for a single-point or limited area via the CDS download webform or a CDS API request that users can build from the webform. The data download via the time-series entry is as described below with additional aspects:
Please be aware when you select a "Location" on the form, the latitude and longitude values are rounded to the closest neighborhood point of the 0.25 degrees grid. Similarly, selecting an “Area” returns all points within the region defined by the nearest neighborhood corner points to the user-specified S, W, N, and E latitude/longitude values (maximum 5° x 5°).
- The download form allows users to select a choice of netCDF or CSV. The conversion is done directly with xarray with no additional processing from the Zarr description above.
- Given the computational cost of writing to csv, users are limited to smaller downloads with this option.
- The surface and single level parameters (Table 1) and the all levels parameters (Table 2) are in different Zarr stores, therefore they will be served in different output files.
The entry may be temporarily disabled or completely deprecated at any point and it does not come with the same level of operational support as the parent entry. Additionally, the formats and structure of the data files are subject to change.
Spatial grid
The parameters have a regular grid of 0.25° x 0.25° (around 25 km in the tropics and 9 km in the Arctic).
Temporal frequency
Temporal frequency of the data is monthly.
Data update frequency
ORAS5 is updated depending on the product:
- Consolidated product: Possible future extension in time
- Operational product: New near real-time data added monthly on the 15th of the month
Variations in delivery times may occur due to the non-operational nature of this CDS service, as issues may arise which cause delays.
Parameters listings
Table 1 below lists the single level parameters and Table 2 lists the 'All levels' parameters.
Table 1: Single level parameters
| Name | Units | Variable name | Notes | |
|---|---|---|---|---|
| 1 | Depth of 20°C isotherm | m | depth_of_20_c_isotherm | |
| 2 | Meridional wind stress | N m-2 | meridional_wind_stress | |
| 3 | Mixed layer depth 0.01 | m | mixed_layer_depth_0_01 | |
| 4 | Mixed layer depth 0.03 | m | mixed_layer_depth_0_03 | |
| 5 | Ocean heat content for the total water column | J m-2 | ocean_heat_content_for_the_total_water_column | |
| 6 | Ocean heat content for the upper 300m | J m-2 | ocean_heat_content_for_the_upper_300m | |
| 7 | Sea ice concentration | Dimensionless | ||
| 8 | Sea ice meridional velocity | m s-1 | sea_ice_meridional_velocity | |
| 9 | Sea ice thickness | m | sea_ice_thickness | |
| 10 | Sea ice zonal velocity | m s-1 | sea_ice_zonal_velocity | |
| 11 | m | sea_surface_height | ||
| 12 | Sea surface salinity | PSU | sea_surface_salinity | |
| 13 | Sea surface temperature | °C | sea_surface_temperature | |
| 14 | Zonal wind stress | N m-2 | zonal_wind_stress |
Table 2: All Levels parameters
| Count | Name | Units | Variable name |
|---|---|---|---|
1 | Salinity | PSU | salinity |
Known issues
Please refer to the ORAS5 documentation.
References
Further ORAS5 references are available from the ECMWF website.
