You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by le...@apache.org on 2018/01/17 03:06:22 UTC

[2/3] climate git commit: Merge branch 'master' into CLIMATE-945

Merge branch 'master' into CLIMATE-945

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

Branch: refs/heads/master
Commit: ac52e3887cdb74383585bba54bcc46efee0517fc
Parents: 2dd6b51 1373563
Author: MichaelArthurAnderson <mi...@gmail.com>
Authored: Tue Jan 16 21:39:32 2018 -0500
Committer: GitHub <no...@github.com>
Committed: Tue Jan 16 21:39:32 2018 -0500

----------------------------------------------------------------------
 docs/source/conf.py                             |   9 +
 docs/source/index.rst                           |   1 +
 docs/source/ocw/statistical_downscaling.rst     |   8 +
 examples/GPM_WRF24_JPDF_comparison.py           |  26 +++
 examples/draw_climatology_map_MISR_AOD.py       |  26 +++
 examples/esgf_integration_example.py            |  15 ++
 examples/knmi_to_cru31_full_bias.py             |  32 ++++
 examples/model_ensemble_to_rcmed.py             |  32 ++++
 examples/multi_model_evaluation.py              |  36 ++++
 examples/multi_model_taylor_diagram.py          |  51 ++++++
 examples/podaac_integration_example.py          |  21 +++
 examples/simple_model_to_model_bias.py          |  29 ++++
 examples/simple_model_tstd.py                   |  24 +++
 examples/subregions_portrait_diagram.py         | 144 +++++++++++-----
 examples/subregions_rectangular_boundaries.py   |  73 +++++---
 examples/subset_TRMM_data_for_NCA_regions.py    |  25 ++-
 examples/taylor_diagram_example.py              |  31 ++++
 examples/temperature_trends_over_CONUS.py       |  71 +++++---
 examples/time_series_with_regions.py            | 172 ++++++++++++-------
 ocw-ui/backend/processing.py                    |  12 +-
 ocw-ui/backend/rcmed_helpers.py                 |  71 ++++----
 ocw-ui/backend/run_webservices.py               |  37 +++-
 .../app/scripts/controllers/parameterselect.js  |  28 ++-
 .../app/scripts/controllers/rcmedselection.js   |   4 +-
 .../directives/predictivefilebrowserinput.js    |  25 ++-
 .../app/scripts/services/evaluationsettings.js  |   2 +-
 ocw-ui/frontend/package.json                    |  20 ++-
 ocw-ui/frontend/test/karma.conf.js              |  43 ++++-
 .../test/spec/controllers/rcmedselection.js     |   8 +-
 ocw/dataset.py                                  |   3 +-
 ocw/dataset_loader.py                           |  17 +-
 ocw/dataset_processor.py                        |  10 +-
 ocw/plotter.py                                  |  81 +++++++--
 ocw/statistical_downscaling.py                  |  51 ++++--
 ocw/utils.py                                    |  16 +-
 35 files changed, 965 insertions(+), 289 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/ac52e388/ocw-ui/frontend/package.json
----------------------------------------------------------------------