[
https://issues.apache.org/jira/browse/CLIMATE-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney reopened CLIMATE-779:
------------------------------------------
This is not resolved, I am getting the following issue when trying to use the
code
{code}
hector@kilchattan:~/climate$ python RCMES/run_RCMES.py
RCMES/configuration_files/ESGF_example/ESGF-Example.yaml
Reading the configuration file
RCMES/configuration_files/ESGF_example/ESGF-Example.yaml
Enter your ESGF OpenID:
lewismc
Enter your ESGF password:
Loading observation dataset:
{'variable': 'zos', 'dataset_id':
'obs4MIPs.CNES.AVISO.zos.mon.v20110829|esgf-data.jpl.nasa.gov', 'data_name':
'AVISO', 'data_source': 'ESGF'}
Traceback (most recent call last):
File "RCMES/run_RCMES.py", line 91, in <module>
esgf_password=password)
File "build/bdist.linux-x86_64/egg/ocw/data_source/esgf.py", line 89, in
load_dataset
File "build/bdist.linux-x86_64/egg/ocw/data_source/esgf.py", line 136, in
_download_files
File "build/bdist.linux-x86_64/egg/ocw/esgf/logon.py", line 42, in logon
File "/home/hector/miniconda2/lib/python2.7/site-packages/pyesgf/logon.py",
line 136, in logon_with_openid
username, myproxy = self._get_logon_details(openid)
File "/home/hector/miniconda2/lib/python2.7/site-packages/pyesgf/logon.py",
line 196, in _get_logon_details
openid_doc = urllib2.urlopen(openid).read()
File "/home/hector/miniconda2/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/home/hector/miniconda2/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
File "/home/hector/miniconda2/lib/python2.7/urllib2.py", line 285, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: lewismc
{code}
> Add ESGF Integration into run_RCMES.py
> --------------------------------------
>
> Key: CLIMATE-779
> URL: https://issues.apache.org/jira/browse/CLIMATE-779
> Project: Apache Open Climate Workbench
> Issue Type: Improvement
> Affects Versions: 1.1
> Reporter: Deanna Nash
> Assignee: Lewis John McGibbney
> Priority: Critical
> Fix For: 1.1
>
>
> Add ESGF Integration for observation and model datasets in run_RCMES.py
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)