Author: joyce
Date: Wed May 29 22:34:29 2013
New Revision: 1487664
URL: http://svn.apache.org/r1487664
Log:
Resolves CLIMATE-65 - Add temporal regrid options
- Adds temporal regrid options to the evaluationSettings service. The
possible temporal regridding options are stored in temporal.options
and the user selected value (which defaults to monthly) is stored in
temporal.seleted.
Modified:
incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js
Modified: incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js
URL:
http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js?rev=1487664&r1=1487663&r2=1487664&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js Wed May 29 22:34:29
2013
@@ -62,6 +62,10 @@ angular.module('rcmes', []).
'metrics': [
{'name': 'bias', 'select': true},
],
+ 'temporal': {
+ 'options': ['daily', 'monthly', 'yearly'],
+ 'selected': 'monthly',
+ },
};
return {