[Dart-dev] [7301] DART/trunk/matlab/GetNCindices.m: Added support for identifying a few more coordinate variables.

nancy at ucar.edu nancy at ucar.edu
Thu Dec 11 13:20:58 MST 2014


Revision: 7301
Author:   thoar
Date:     2014-12-11 13:20:58 -0700 (Thu, 11 Dec 2014)
Log Message:
-----------
Added support for identifying a few more coordinate variables. 

Modified Paths:
--------------
    DART/trunk/matlab/GetNCindices.m

-------------- next part --------------
Modified: DART/trunk/matlab/GetNCindices.m
===================================================================
--- DART/trunk/matlab/GetNCindices.m	2014-12-11 15:50:28 UTC (rev 7300)
+++ DART/trunk/matlab/GetNCindices.m	2014-12-11 20:20:58 UTC (rev 7301)
@@ -264,13 +264,13 @@
                start(i) = copy1;
                count(i) = copyN;
            case {'surf','unde','hlev','mlev','plev','heig','leve','bott', ...
-                 'ilev','nver','levt','levs'}
+                 'ilev','nver','levt','levs','dept'}
                start(i) = level1;
                count(i) = levelN;
-           case {'tmpj','sout','slat'}
+           case {'tmpj','sout','slat','iyrt'}
                start(i) = lat1;
                count(i) = latN;
-           case {'tmpi','west','slon'}
+           case {'tmpi','west','slon','ixrt'}
                start(i) = lon1;
                count(i) = lonN;
            case {'stat','xdim','ydim','loc1'}
@@ -307,10 +307,10 @@
            case {'lev','z'}
                start(i) = level1;
                count(i) = levelN;
-           case {'lat','y'}
+           case {'lat','y','iy'}
                start(i) = lat1;
                count(i) = latN;
-           case {'lon','x'}
+           case {'lon','x','ix'}
                start(i) = lon1;
                count(i) = lonN;
            case 'pft'


More information about the Dart-dev mailing list