https://ecmwf-projects.github.io/copern ... cmip6.html
Когда я печатаю:
Код: Выделить всё
# DOWNLOAD DATA FOR HISTORICAL PERIOD
c = cdsapi.Client(url=URL, key=KEY)
for j in models:
c.retrieve(
'projections-cmip6',
{
'download_format': 'zip',
'data_format': 'netcdf_legacy',
'temporal_resolution': 'monthly',
'experiment': 'historical',
'level': 'single_levels',
'variable': 'near_surface_air_temperature',
'model': f'{j}',
'date': '1850-01-01/2014-12-31',
},
f'{DATADIR}cmip6_monthly_1850-2014_historical_{j}.zip')
Код: Выделить всё
HTTPError: 400 Client Error: Bad Request for url:
The job has failed
The job failed with: TypeError
Пожалуйста, может кто-нибудь помочь?
Подробнее здесь: https://stackoverflow.com/questions/798 ... cmip6-clim
Мобильная версия