You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since recently it's possible to download ERA5T reanalysis data (ERA5T= ERA5 preliminary data) within a normal ERA5 request. This can happen when you request data not older than 3 months. The request will be processed by Copernicus like any other ERA5 request, only to provide a NetCDF with two columns per requested variable (e.g. v100). These columns are the same as normal ERA5 request, only with suffix '_0001' or '_0005'. More information here:
Since recently it's possible to download ERA5T reanalysis data (ERA5T= ERA5 preliminary data) within a normal ERA5 request. This can happen when you request data not older than 3 months. The request will be processed by Copernicus like any other ERA5 request, only to provide a NetCDF with two columns per requested variable (e.g. v100). These columns are the same as normal ERA5 request, only with suffix '_0001' or '_0005'. More information here:
https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation
I think the proper place to change is at the following location:
feedinlib/feedinlib/era5.py
Line 380 in c3f829b
(If I have a bit of time left, I can create a pull request.)
The text was updated successfully, but these errors were encountered: