Hi,

I'm trying to download "reanalysis-era5-complete".

https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-complete


Admittedly I haven't tried this since August this year. It did work then though.


Now I get (e.g., Request ID: 80b5aaea-a706-4a0d-8610-ef03c28e673b)

the request you have submitted is not valid

Reason: Expected 4400, got 0.; Request failed; Some errors reported (last error -1)

Here's the script:

            c = cdsapi.Client()
            c.retrieve('reanalysis-era5-complete',{
                    'class':'ea',
                    'date':"2022-02-01",
                    'area':'-14/5/-43.5/44.5',
                    'expver':'1',
                    'levelist': '1/to/137',
                    'levtype':'ml',
                    'param':'129/130/131/132/133/152',
                    'stream':'oper',
                    'time':'00:00:00/03:00:00/06:00:00/09:00:00/12:00:00/15:00:00/18:00:00/21:00:00',
                    'type':'an',
                    'grid':'0.25/0.25',
            },filout)




2 Comments

  1. Ok dug around a bit.

    Error could be due to the DHS move.

    For MARS status I see:

    Mon 10/Oct/2022 13:44:46 UTCIn ProgressSystem Session Starts: DHS Move

    ERA5 is also not part of the temporary DHS data.


  2. Hi Mogesh,

    There is some disruption during the DHS move to Bologna

    CDS Service disruption expected starting 8 September 2022 for 5-6 weeks

    Hope that helps,

    Kevin