Merge branch 'CLIMATE-852'

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/18fe8a38
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/18fe8a38
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/18fe8a38

Branch: refs/heads/master
Commit: 18fe8a38573a590a01ec97c16b21f565ae2e1bd7
Parents: f931bb1 731419f
Author: Omkar20895 <omkarreddy2...@gmail.com>
Authored: Wed Sep 28 02:34:32 2016 +0530
Committer: Omkar20895 <omkarreddy2...@gmail.com>
Committed: Wed Sep 28 02:34:32 2016 +0530

----------------------------------------------------------------------
 docs/source/conf.py                           |  35 ++--
 docs/source/data_source/data_sources.rst      |   4 +-
 docs/source/ocw/dataset_loader.rst            |   2 +-
 examples/draw_climatology_map_MISR_AOD.py     |  18 +-
 examples/esgf_integration_example.py          |   2 +-
 examples/knmi_to_cru31_full_bias.py           |  59 ++++---
 examples/model_ensemble_to_rcmed.py           |  51 +++---
 examples/multi_model_evaluation.py            |  97 +++++-----
 examples/multi_model_taylor_diagram.py        | 106 +++++------
 examples/simple_model_to_model_bias.py        |  14 +-
 examples/simple_model_tstd.py                 |   5 +-
 examples/subregions_portrait_diagram.py       | 115 ++++++------
 examples/subregions_rectangular_boundaries.py |  50 +++---
 examples/subset_TRMM_data_for_NCA_regions.py  |  32 ++--
 examples/taylor_diagram_example.py            |  32 ++--
 examples/time_series_with_regions.py          | 146 +++++++--------
 ez_setup.py                                   |  20 ++-
 mccsearch/code/mainProg.py                    |  67 ++++---
 mccsearch/code/mainProgTemplate.py            |  67 ++++---
 ocw/data_source/esgf.py                       |   3 +
 ocw/data_source/local.py                      | 141 ++++++++-------
 ocw/data_source/rcmed.py                      |  47 ++---
 ocw/dataset.py                                |  46 +++--
 ocw/dataset_processor.py                      |  73 ++++----
 ocw/esgf/download.py                          |  35 ++--
 ocw/esgf/logon.py                             |   2 +-
 ocw/esgf/main.py                              |  47 ++---
 ocw/esgf/search.py                            |  27 ++-
 ocw/evaluation.py                             |  65 ++++---
 ocw/metrics.py                                |  88 +++++----
 ocw/plotter.py                                | 196 ++++++++++++---------
 ocw/statistical_downscaling.py                |  41 +++--
 ocw/tests/test_dap.py                         |   1 +
 ocw/tests/test_dataset.py                     |  26 ++-
 ocw/tests/test_dataset_loader.py              |   7 +-
 ocw/tests/test_dataset_processor.py           |  10 ++
 ocw/tests/test_evaluation.py                  |   1 +
 ocw/tests/test_local.py                       |  10 +-
 ocw/tests/test_plotter.py                     |   3 +
 ocw/tests/test_rcmed.py                       |   1 +
 ocw/tests/test_utils.py                       |   7 +
 ocw/utils.py                                  | 106 ++++++-----
 setup.py                                      |  29 +--
 test_smoke.py                                 |   4 +-
 44 files changed, 1077 insertions(+), 861 deletions(-)
----------------------------------------------------------------------


Reply via email to