Single level monthly data request error for February 2025

The February 2025 monthly average data was updated a few hours ago. I am trying to download this data but I am getting this error.

However, this error only occurs when requesting the data for February 2025, it doesn’t occur if I try to request the data for January 2025, for example.

When accessing the data in the link below, the data update date is today, and when selecting the options, February 2025 appears as available. Why is this error occurring?

MARS has returned an error, please check your selection.
Request submitted to the MARS server:
[{'__part_of_request_under_embargo': '85105081657404753464586929754332938295', 'dataset': ['reanalysis-monthly-means-of-daily-means'], 'time': ['00:00:00'], 'param': ['167', '34', '228'], 'class': ['ea'], 'expect': ['any'], 'number': ['all'], 'levtype': ['sfc'], 'date': ['2025-02-01']}]
Full error message:
mars - ERROR  - 20250306.171116 - Mars server task finished in error
mars - ERROR  - 20250306.171116 - AccessError: Restricted access to ERA5T/ERA5LANDT Monthly means. Please, check that your date selection is valid. [mars]
mars - ERROR  - 20250306.171116 - Error code is -2
mars - ERROR  - 20250306.171116 - Request failed
mars - ERROR  - 20250306.171116 - Some errors reported (last error -2)

The job failed with: MarsRuntimeError

1 Like

Same error for me. No luck using the API either.

The same for me. It is funny, but if we ask the same for march 2025 it doesn’t gives any error. May be a bug ?

It seems to work now. I just ran my script and it didn’t give any error. :grinning:

2300 UTC March 8 and access fails with the GUI and API.

Hi,
Could you please try now?

Thanks

Could anybody help me with the new time format with ERA5, and convert it to standard calendar (ymd)?

The data format until recently was (ymd) X20110101, X20110201, etc., but now it is X631152000, X633830400, etc. I use R to download the data and my analysis. Could you please help? Thank you