Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/climate


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

Branch: refs/heads/master
Commit: a65438c964433b3d9bba0a91aecef07051b7921d
Parents: 5d1bc5c 18fe8a3
Author: Alex Goodman <ago...@users.noreply.github.com>
Authored: Fri Sep 30 20:45:38 2016 -0700
Committer: Alex Goodman <ago...@users.noreply.github.com>
Committed: Fri Sep 30 20:45:38 2016 -0700

----------------------------------------------------------------------
 .landscape.yml                                  |   2 +-
 .noserc                                         |  23 +
 .travis.yml                                     |  15 +-
 RCMES/cli_app.py                                |  10 +-
 .../CMIP5_precipitation_evaluation.yaml         |  43 ++
 ...ordex-arctic_cloud_fraction_bias_to_SRB.yaml |   2 +-
 .../cordex-arctic_rlds_bias_to_SRB.yaml         |   2 +-
 .../cordex-arctic_rlus_bias_to_SRB.yaml         |   2 +-
 .../cordex-arctic_rsds_bias_to_SRB.yaml         |   2 +-
 .../ESGF_example/ESGF-Example_local.yaml        |   3 +-
 .../NARCCAP_examples/Fig14_and_Fig15.yaml       |   2 +-
 .../NARCCAP_examples/Fig16_summer.yaml          |   2 +-
 .../NARCCAP_examples/Fig16_winter.yaml          |   2 +-
 .../dscale_prmo-wus_local.yaml                  |   2 +-
 RCMES/run_RCMES.py                              | 632 ++++++++++---------
 README.md                                       |   7 +-
 conda_recipes/bottle/bld.bat                    |  28 +-
 conda_recipes/esgf-pyclient/bld.bat             |  28 +-
 conda_recipes/myproxyclient/bld.bat             |  28 +-
 conda_recipes/ocw/bld.bat                       |  28 +-
 conda_recipes/ocw/meta.yaml                     |  31 +-
 conda_recipes/podaacpy/bld.bat                  |  25 +
 conda_recipes/podaacpy/build.sh                 |  26 +
 conda_recipes/podaacpy/meta.yaml                |  85 +++
 conda_recipes/pydap/bld.bat                     |  28 +-
 conda_recipes/sphinxcontrib-httpdomain/bld.bat  |  28 +-
 docs/source/conf.py                             |  35 +-
 docs/source/data_source/data_sources.rst        |   5 +
 docs/source/ocw/dataset_loader.rst              |   2 +-
 easy-ocw/install-ubuntu.sh                      |   4 +-
 easy-ocw/ocw-pip-dependencies.txt               |   1 +
 examples/draw_climatology_map_MISR_AOD.py       |  54 ++
 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/podaac_integration_example.py          |  75 +++
 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/dap.py                          |  15 +-
 ocw/data_source/esgf.py                         |   3 +
 ocw/data_source/local.py                        | 150 +++--
 ocw/data_source/podaac_datasource.py            | 111 ++++
 ocw/data_source/rcmed.py                        |  47 +-
 ocw/dataset.py                                  |  46 +-
 ocw/dataset_loader.py                           |   6 +-
 ocw/dataset_processor.py                        | 137 ++--
 ocw/esgf/download.py                            |  39 +-
 ocw/esgf/logon.py                               |   2 +-
 ocw/esgf/main.py                                |  81 +--
 ocw/esgf/search.py                              |  31 +-
 ocw/evaluation.py                               |  65 +-
 ocw/metrics.py                                  | 133 +++-
 ocw/plotter.py                                  | 196 +++---
 ocw/statistical_downscaling.py                  |  41 +-
 ocw/tests/test_dap.py                           |   4 +-
 ocw/tests/test_dataset.py                       |  26 +-
 ocw/tests/test_dataset_loader.py                |   7 +-
 ocw/tests/test_dataset_processor.py             |  18 +-
 ocw/tests/test_evaluation.py                    |   1 +
 ocw/tests/test_local.py                         |  44 +-
 ocw/tests/test_plotter.py                       |   3 +
 ocw/tests/test_podaac.py                        |  66 ++
 ocw/tests/test_rcmed.py                         |   1 +
 ocw/tests/test_utils.py                         |   7 +
 ocw/utils.py                                    | 136 ++--
 setup.py                                        |  57 +-
 test.sh                                         |   6 +-
 test_smoke.py                                   |  36 +-
 78 files changed, 2279 insertions(+), 1361 deletions(-)
----------------------------------------------------------------------


Reply via email to