In the cds request api, the default timeout is set 60 which may not be enough, see issues reported at https://confluence.ecmwf.int/display/CKB/Common+Error+Messages+for+CDS+Requests#heading-21Timeouterror. I increased it to 300 in PR #62 to be able to download all the stemmus_scope data. However, the better solution is to expose the arguments of cdsapi.Client to users, for example using the config file.
In the cds request api, the default
timeoutis set 60 which may not be enough, see issues reported at https://confluence.ecmwf.int/display/CKB/Common+Error+Messages+for+CDS+Requests#heading-21Timeouterror. I increased it to 300 in PR #62 to be able to download all the stemmus_scope data. However, the better solution is to expose the arguments ofcdsapi.Clientto users, for example using the config file.