ecmwf / ecmwf-opendata

A package to download ECMWF open data
Apache License 2.0
174 stars 27 forks source link

AI version of ECMWF - (model = "aifs") doesn't seem to be downloading #40

Closed theweatherguy closed 6 months ago

theweatherguy commented 6 months ago

The version is 0.3.3 is working fine for downloading the model = "ifs, but when changing the model to (model = "aifs") seems to download the same model as the "ifs" version.

I've tried with infer_steam as True and also as False with no difference.

from ecmwf.opendata import Client

client = Client( source="ecmwf", model="aifs", resol="0p25", preserve_request_order=False, infer_stream_keyword=False, ) from ecmwf.opendata import Client

client = Client(source="ecmwf")

request = { "date": 20240309, "time": 12, "type": "fc", "step": [3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60], "param": ["2t", "msl", "tp", "10u", "10v", "tcwv"], }

client.retrieve(request, "surface1.grib2")

Feedback would be appreciated. Thanks so much!

theweatherguy commented 6 months ago

Does work. I see the time steps are every 6 hours instead of 3