We have a script for downloading forecasts which worked for years, also in a reasonable time (less than a few minutes).
I now tried to do the upgrade to the new server, but cannot pass the ‘accepted’ state.
I now use a new key and use the new URL , and the basic example works fine.
However, using the following parameters:
url = "https://ads.atmosphere.copernicus.eu/api"
dataset = "cams-global-atmospheric-composition-forecasts"
'date' 2024-04-23/2024-04-23
'type' forecast
'format' grib
'variable' ["2m_temperature","mean_sea_level_pressure","total_aerosol_optical_depth_550nm","total_column_ozone","total_column_water_vapour","ammonium_aerosol_optical_depth_550nm","dust_aerosol_optical_depth_550nm","organic_matter_aerosol_optical_depth_550nm","sea_salt_a
erosol_optical_depth_550nm","black_carbon_aerosol_optical_depth_550nm","nitrate_aerosol_optical_depth_550nm","sulphate_aerosol_optical_depth_550nm","total_aerosol_optical_depth_670nm","total_aerosol_optical_depth_1240nm","total_aerosol_optical_depth_865nm"]
'time' "00:00"
'leadtime_hour': ["0","3","6","9","12","15","18","21"]
Gives this logging output but then just gets stuck:
2024-10-23 14:16:40,473 INFO legacy_api_client-log 180: [2024-09-26T00:00:00] **Welcome to the New Atmosphere Data Store (ADS)!** This new system is in its early days of full operations and still undergoing enhancements and fine tuning. Some disruptions are to be expecte
d. Your
[feedback](https://jira.ecmwf.int/plugins/servlet/desk/portal/1/create/202) is key to improve the user experience on the new ADS for the benefit of everyone. Thank you.
2024-10-23 14:16:40,473 INFO [2024-09-26T00:00:00] **Welcome to the New Atmosphere Data Store (ADS)!** This new system is in its early days of full operations and still undergoing enhancements and fine tuning. Some disruptions are to be expected. Your
[feedback](https://jira.ecmwf.int/plugins/servlet/desk/portal/1/create/202) is key to improve the user experience on the new ADS for the benefit of everyone. Thank you.
2024-10-23 14:16:40,474 INFO legacy_api_client-log 180: [2024-09-26T00:00:00] Watch our [Forum]( https://forum.ecmwf.int/) for Announcements, news and other discussed topics.
2024-10-23 14:16:40,474 INFO [2024-09-26T00:00:00] Watch our [Forum]( https://forum.ecmwf.int/) for Announcements, news and other discussed topics.
2024-10-23 14:16:40,474 INFO [2024-08-08T00:00:00] Should you have not yet migrated from the old ADS system to the new ADS, please check our [informative page](https://confluence.ecmwf.int/x/uINmFw) for guidance.
2024-10-23 14:16:40,474 INFO legacy_api_client-log 180: [2024-08-08T00:00:00] Should you have not yet migrated from the old ADS system to the new ADS, please check our [informative page](https://confluence.ecmwf.int/x/uINmFw) for guidance.
2024-10-23 14:19:27,509 INFO Request ID is ae897683-a0ea-4a76-85f7-4f730511fc9e
2024-10-23 14:19:27,509 INFO legacy_api_client-log 180: Request ID is ae897683-a0ea-4a76-85f7-4f730511fc9e
2024-10-23 14:19:27,575 INFO legacy_api_client-log 180: status has been updated to accepted
2024-10-23 14:19:27,575 INFO status has been updated to accepted
Any ideas?
Thanks!
Dominique