GitHub user agoodm opened a pull request: https://github.com/apache/climate/pull/386
CLIMATE-846 - ESGF loader fails with new changes to run_RCMES.py The following bugs were fixed: - Changed loader_name from 'ESGF' to 'esgf' in the config file to make it compatible with `DatasetLoader`. - Changed the argument name of `variable` to `variable_name` in `esgf.py`, again for compatibility purposes with `DatasetLoader`. - Added `bootstrap=True` when logging on via myproxyclient. If certificates were not found in the users ~/.esg/certificates directory, this would result in an SSLError since the directory would not exist on clean systems (eg a freshly installed VM in which the local ESGF examples were not ran). You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoodm/climate CLIMATE-846 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/386.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #386 ---- commit 625eec2d2454d699e9a0dfe4e9d9a73f6c55ed57 Author: Alex Goodman <ago...@users.noreply.github.com> Date: 2016-08-09T22:56:28Z Fixed issues with ESGF loader ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---