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:05:13 UTC

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

Merge branch 'master' into CLIMATE-943

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

Branch: refs/heads/master
Commit: 50b9d984f1e5264fa3fb98a7366f2a0ff37a6560
Parents: fa2098f 1373563
Author: MichaelArthurAnderson <mi...@gmail.com>
Authored: Tue Jan 16 21:50:17 2018 -0500
Committer: GitHub <no...@github.com>
Committed: Tue Jan 16 21:50:17 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  |  15 +-
 .../directives/predictivefilebrowserinput.js    |  25 ++-
 .../app/scripts/services/evaluationsettings.js  |   2 +-
 ocw-ui/frontend/package.json                    |  22 ++-
 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 +-
 34 files changed, 957 insertions(+), 282 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/50b9d984/ocw-ui/frontend/app/scripts/controllers/parameterselect.js
----------------------------------------------------------------------
diff --cc ocw-ui/frontend/app/scripts/controllers/parameterselect.js
index 81ee7cd,a2554f4..9b52e53
--- a/ocw-ui/frontend/app/scripts/controllers/parameterselect.js
+++ b/ocw-ui/frontend/app/scripts/controllers/parameterselect.js
@@@ -27,9 -27,9 +27,10 @@@
   * Controller of the ocwUiApp
   */
  angular.module('ocwUiApp')
- .controller('ParameterSelectCtrl', ['$rootScope', '$scope', '$http', '$timeout',
+ .controller('ParameterSelectCtrl', ['$rootScope', '$scope', '$http', '$timeout', '$location',
  						   'selectedDatasetInformation', 'regionSelectParams', 'evaluationSettings',
-   function($rootScope, $scope, $http, $timeout, selectedDatasetInformation, regionSelectParams, evaluationSettings) {
+   function($rootScope, $scope, $http, $timeout, $location, selectedDatasetInformation, regionSelectParams, evaluationSettings) {
++
      $scope.datasets = selectedDatasetInformation.getDatasets();
  
      // The min/max lat/lon values from the selected datasets