-
Notifications
You must be signed in to change notification settings - Fork 44
Description
From the reviewers of our IS-ENES3 deliverable D9.5:
Angelika has just (almost*) completed to retrieve the 1940–2022 hourly time series from ECMWF Mars Tape Archive to Levante /pool/data/ERA5.
This comprises
• surface level analysis (49 parameters)
• surface level forecasts (55 parameters)
• model level analysis (16 parameters) (*retrieval 1940–1958 ongoing)
• pressure level analysis (16 parameters) (*retrieval 1940–1950 ongoing).
The data are not the 0.25° regridded ERA5 data that users can download from Copernicus CDS, but the native resolution ERA5 data (T639/N320) that can be retrieved from Mars, only.
The now around 1550 Tb of data are stored directly on Levante’s disk storage, globally accessible via /pool/data/ERA5/E5.
We could think of adding a drs in our config file to enable ESMValTool to access this vast collection of ERA5 data. This would be interesting if DKRZ users would like to benefit from having access to that data pool. It could be an interesting test to check how well grib files are handled by ESMValTool.
I'm not sure this could completely replace our own local collection of RAWOBS ERA5 data (downloaded from CDS with era5cli). The reason is such retrieval of huge amount of data cannot be done by our users on their own. These would need to continue relying on tools like era5cli or cdsapi to create their own local pools of ERA5 data on their own machines/clusters. Thus, it might be good to continue testing ESMValTool as done now with ERA5 in our own RAWOBS to better reproduce what's done by a majority of our users.
This idea is similar to that of #1246 for Jasmin. See also DKRZ docs on ECMWF reanalysis products available locally.