ecmwf / ecmwf-opendata

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

Support the new 0.25 degree open data #33

Closed djzurawski closed 6 months ago

josepaulo1233 commented 7 months ago

How to select the 0.25 degree data instead 0p4?

I tried

client = Client(
    source="ecmwf",
    model="ifs",
    resol="0p25",
    preserve_request_order=False,
    infer_stream_keyword=True,
)

but both model and resol doesn't work.

packman2008 commented 7 months ago

Check that you've got v0.3.0. When I looked earlier today Pypi still only had v0.2.0. I got the update from GitHub and manually copied the files. Resol and model worked OK.

josepaulo1233 commented 7 months ago

I just copy and paste the new client.py file and that's works..