You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by go...@apache.org on 2013/08/12 23:36:45 UTC

svn commit: r1513260 - /incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py

Author: goodale
Date: Mon Aug 12 21:36:45 2013
New Revision: 1513260

URL: http://svn.apache.org/r1513260
Log:
CLIMATE-250:  Fix a small variable name so Model Ensemble can be selected from the Command Line Interface

Modified:
    incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py?rev=1513260&r1=1513259&r2=1513260&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/toolkit/do_data_prep.py Mon Aug 12 21:36:45 2013
@@ -383,7 +383,7 @@ def prep_data(settings, obsDatasetList, 
         # i0mdl=0
         # i1mdl=numMDLs
         numMDLs=numMDLs+1
-        mdlList.append('ENS-MODEL')
+        mdlName.append('ENS-MODEL')
         print 'Eval mdl-mean timeseries for the obs periods: modelData.shape= ',modelData.shape
     # GOODALE:  This ensemble code should be refactored into process.py module since it's purpose is data processing