Author: joyce
Date: Wed May 29 22:34:36 2013
New Revision: 1487666

URL: http://svn.apache.org/r1487666
Log:
Resolves CLIMATE-48 - Update runEvaluation to use temporal options.

- Updates the runEvaluation call to ues the temporal regrid options that
  the user can manipulate in the settings modal.

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers.js

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers.js
URL: 
http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers.js?rev=1487666&r1=1487665&r2=1487666&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers.js Wed May 29 
22:34:36 2013
@@ -287,7 +287,7 @@ function ParameterSelectCtrl($rootScope,
                                'modelLatVarName'  : 
$scope.datasets[modelIndex]['lat'],
                                'modelLonVarName'  : 
$scope.datasets[modelIndex]['lon'],
                                'regridOption'     : 'model',
-                               'timeRegridOption' : 'monthly',
+                               'timeRegridOption' : 
evaluationSettings.getSettings().temporal.selected,
                                'metricOption'     : metricToRun,
                        },
                        success: function(data) {


Reply via email to