[Dart-dev] [6773] DART/trunk/matlab/GetNCindices.m: supporting staggered latitude and staggered longitude coordinate
nancy at ucar.edu
nancy at ucar.edu
Wed Jan 29 15:54:45 MST 2014
Revision: 6773
Author: thoar
Date: 2014-01-29 15:54:45 -0700 (Wed, 29 Jan 2014)
Log Message:
-----------
supporting staggered latitude and staggered longitude coordinate
variables named 'slat' and 'slon'.
Modified Paths:
--------------
DART/trunk/matlab/GetNCindices.m
-------------- next part --------------
Modified: DART/trunk/matlab/GetNCindices.m
===================================================================
--- DART/trunk/matlab/GetNCindices.m 2014-01-29 22:52:01 UTC (rev 6772)
+++ DART/trunk/matlab/GetNCindices.m 2014-01-29 22:54:45 UTC (rev 6773)
@@ -267,10 +267,10 @@
'ilev','nver','levt','levs'}
start(i) = level1;
count(i) = levelN;
- case {'tmpj','sout'}
+ case {'tmpj','sout','slat'}
start(i) = lat1;
count(i) = latN;
- case {'tmpi','west'}
+ case {'tmpi','west','slon'}
start(i) = lon1;
count(i) = lonN;
case {'stat','xdim','ydim','loc1'}
More information about the Dart-dev
mailing list