Repository: climate Updated Branches: refs/heads/master fd6debb27 -> 37dd5a86f
CLIMATE-772 - Update esgf with new server name and use client rather than server certificate. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/ef551600 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/ef551600 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/ef551600 Branch: refs/heads/master Commit: ef551600e19bdd9f0ef40d68de55343fb5164f09 Parents: fd6debb Author: MichaelArthurAnderson <[email protected]> Authored: Fri Mar 25 11:38:52 2016 -0400 Committer: MichaelArthurAnderson <[email protected]> Committed: Fri Mar 25 11:38:52 2016 -0400 ---------------------------------------------------------------------- examples/esgf_integration_examply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/ef551600/examples/esgf_integration_examply.py ---------------------------------------------------------------------- diff --git a/examples/esgf_integration_examply.py b/examples/esgf_integration_examply.py index cf0725d..47409cf 100644 --- a/examples/esgf_integration_examply.py +++ b/examples/esgf_integration_examply.py @@ -17,7 +17,7 @@ import ocw.data_source.esgf as esgf -dataset_id = 'obs4MIPs.CNES.AVISO.mon.v1|esg-datanode.jpl.nasa.gov' +dataset_id = 'obs4MIPs.CNES.AVISO.zos.mon.v20110829|esgf-data.jpl.nasa.gov' variable = 'zosStderr' username = raw_input('Enter your ESGF Username:\n')
