ESPRI-Mod / synda

ESGF Downloader (this is a deprecated repository, the tool has now moved to https://github.com/ESGF/esgf-download)
https://espri-mod.github.io/synda/
21 stars 11 forks source link

Log wget errors. Also enable https. #184

Open painter1 opened 3 years ago

painter1 commented 3 years ago

Log wget errors. Previously it was impossible to tell why data was not coming.

A minor second improvement lets sdget.sh download https data; previously credentials problems prevented that. (Of course, only a brain-dead data node would serve CMIP* data by https only; but it happens.)

N.B. These changes are mainly in sdget.sh. Unfortunately I could not find a good place to put the file; see issue #165. I put it where it formerly was, in the same directory as sdget.py. In order to use this improvement, it would have to be copied into /etc/synda/sdt/bin (typically) or hidden in whatever tar file will be unpacked into that directory.