earth-system-radiation / rte-rrtmgp

RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres.
BSD 3-Clause "New" or "Revised" License
74 stars 67 forks source link

make data download agnostic to certificate issues #153

Closed Try2Code closed 2 years ago

Try2Code commented 2 years ago

hi!

I experience problems with this data download because wget usually does test for bad certificates and avoids the download. This is my workaround.

Try2Code commented 2 years ago

I realized that there is 2nd download related script written python. Another option could be remove the shell script and replace it with this python version

RobertPincus commented 2 years ago

@Try2Code Thanks for this. Are you able to change the target of the PR to the "develop" branch?

Try2Code commented 2 years ago

created a new on based on 'develop' #154