Hi Dev@Climate I am new here. I installed ocw using conda. And tried to run the sample pgm as suggested here https://cwiki.apache.org/confluence/display/CLIMATE/Getting+Started But I get a connection timeout error. In simple_model_to_model_bias.py, Is the url of the dataset it tries to reach accessible for all? http://zipper.jpl.nasa.gov/dist/ - Im unable to reach this from my end. Pls see the detailed error message below. Pls let me know if there are additional settings I need to change to see ocw sample program running. Thank you Jayanthi
Traceback (most recent call last): File "simple_model_to_model_bias.py", line 82, in <module> urlretrieve(FILE_LEADER + FILE_1, FILE_1_PATH) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/urllib.py", line 98, in urlretrieve return opener.retrieve(url, filename, reporthook, data) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/urllib.py", line 245, in retrieve fp = self.open(url, data) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/urllib.py", line 213, in open return getattr(self, name)(url) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/urllib.py", line 350, in open_http h.endheaders(data) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/httplib.py", line 1038, in endheaders self._send_output(message_body) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/httplib.py", line 882, in _send_output self.send(msg) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/httplib.py", line 844, in send self.connect() File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/httplib.py", line 821, in connect self.timeout, self.source_address) File "/home/jaya/anaconda3/envs/openClWb/lib/python2.7/socket.py", line 575, in create_connection raise err IOError: [Errno socket error] [Errno 110] Connection timed out