David Specht
David Specht
Hi Iain! I'm glad, thanks for the help. I turned on debug messages, and while I tried setting a large buffer size, I think it's actually an issue with the...
Hi Iain, Ah, you're correct, I did hit ctrl-c because I thought metview had died because of the debug messages. However, when I let it run the entire time, I'm...
Iain, Here is my query: import cdsapi c = cdsapi.Client() c.retrieve( 'reanalysis-era5-single-levels', { 'product_type': 'reanalysis', 'variable': [ '10m_u_component_of_wind', '10m_v_component_of_wind', '2m_dewpoint_temperature', '2m_temperature', 'instantaneous_10m_wind_gust', 'mean_sea_level_pressure', 'precipitation_type', 'total_cloud_cover', 'total_precipitation', ], 'year': 1979, 'month':...