<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hello,</div><div><br></div><div><br></div><div>I have 7671 (21 years) Mixlayer depth files with dimensions, time, lat and lon. I want to extract mix layer depth data for "JJA". but I cannot read such amount of files at once and give errors;</div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><br></span></div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">for that I have used;</span></div><div><br></div><div><div>diri="/mnt/g/Ocean/ECCO2/MXLDEPTH/"</div><div>fili=systemfunc("cd "+diri+" ;ls MXLDEPTH.1440x720.*.nc")</div></div><div><br></div><div>"warning:_NclOpenFile: Can not open file <*.nc>; file format not supported or file is corrupted"<br></div><div><br></div><div>if I add only one-month data, it runs properly and gives the output. for that I have used;</div><div><br></div><div><div>diri="/mnt/g/Ocean/ECCO2/MXLDEPTH/"</div><div>fili=systemfunc("cd "+diri+" ;ls MXLDEPTH.1440x720.201106*.nc")</div><div><br></div><div>And one more thing, when I try to use only the 21 years June data, It gives not only June data but other months data also (the part of the printed output has been displayed below). for that I have used;</div><div><br></div><div><div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">diri="/mnt/g/Ocean/ECCO2/MXLDEPTH/"</div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">fili=systemfunc("cd "+diri+" ;ls MXLDEPTH.1440x720.*06*.nc")</div></div></div><br></div><div><div> <div>(1141)  MXLDEPTH.1440x720.20111006.nc</div><div>(1142)  MXLDEPTH.1440x720.20111106.nc</div><div>(1143)  MXLDEPTH.1440x720.20111206.nc</div><div>(1144)  MXLDEPTH.1440x720.20120106.nc</div><div>(1145)  MXLDEPTH.1440x720.20120206.nc</div><div>(1146)  MXLDEPTH.1440x720.20120306.nc</div><div>(1147)  MXLDEPTH.1440x720.20120406.nc</div><div>(1148)  MXLDEPTH.1440x720.20120506.nc</div><div>(1149)  MXLDEPTH.1440x720.20120601.nc</div><div>(1150)  MXLDEPTH.1440x720.20120602.nc</div><div>(1151)  MXLDEPTH.1440x720.20120603.nc</div><div>(1152)  MXLDEPTH.1440x720.20120604.nc</div><div>(1153)  MXLDEPTH.1440x720.20120605.nc</div><div>(1154)  MXLDEPTH.1440x720.20120606.nc</div><div>(1155)  MXLDEPTH.1440x720.20120607.nc</div><div>(1156)  MXLDEPTH.1440x720.20120608.nc</div><div>(1157)  MXLDEPTH.1440x720.20120609.nc</div><div>(1158)  MXLDEPTH.1440x720.20120610.nc</div><div>(1159)  MXLDEPTH.1440x720.20120611.nc</div><div>(1160)  MXLDEPTH.1440x720.20120612.nc</div><div>(1161)  MXLDEPTH.1440x720.20120613.nc</div><div>(1162)  MXLDEPTH.1440x720.20120614.nc</div><div>(1163)  MXLDEPTH.1440x720.20120615.nc</div><div>(1164)  MXLDEPTH.1440x720.20120616.nc</div><div>(1165)  MXLDEPTH.1440x720.20120617.nc</div><div>(1166)  MXLDEPTH.1440x720.20120618.nc</div><div>(1167)  MXLDEPTH.1440x720.20120619.nc</div><div>(1168)  MXLDEPTH.1440x720.20120620.nc</div><div>(1169)  MXLDEPTH.1440x720.20120621.nc</div><div>(1170)  MXLDEPTH.1440x720.20120622.nc</div><div>(1171)  MXLDEPTH.1440x720.20120623.nc</div><div>(1172)  MXLDEPTH.1440x720.20120624.nc</div><div>(1173)  MXLDEPTH.1440x720.20120625.nc</div><div>(1174)  MXLDEPTH.1440x720.20120626.nc</div><div>(1175)  MXLDEPTH.1440x720.20120627.nc</div><div>(1176)  MXLDEPTH.1440x720.20120628.nc</div><div>(1177)  MXLDEPTH.1440x720.20120629.nc</div><div>(1178)  MXLDEPTH.1440x720.20120630.nc</div><div>(1179)  MXLDEPTH.1440x720.20120706.nc</div><div>(1180)  MXLDEPTH.1440x720.20120806.nc</div><div>(1181)  MXLDEPTH.1440x720.20120906.nc</div><div>(1182)  MXLDEPTH.1440x720.20121006.nc</div><div>(1183)  MXLDEPTH.1440x720.20121106.nc</div><div>(1184)  MXLDEPTH.1440x720.20121206.nc</div><br></div>The variable summary for one file is,</div><div><br></div><div><div>Variable: mix</div><div>Type: float</div><div>Total Size: 560 bytes</div><div>            140 values</div><div>Number of Dimensions: 2</div><div>Dimensions and sizes:   [TIME | 1] x [LONGITUDE_T | 140]</div><div>Coordinates:</div><div>            TIME: [2507.5..2507.5]</div><div>            LONGITUDE_T: [45.125..79.875]</div><div>Number Of Attributes: 6</div><div>  missing_value :       -9.9999998e+22</div><div>  FillValue :   -9.9999998e+22</div><div>  long_name :   Mixed layer depth, dT=.8degC density criterion</div><div>  units :       m</div><div>  LATITUDE_T :  -0.125</div><div>  _FillValue :  1e+20</div><br></div><div><br></div><div>I want to plot the mix layer depth climatology for seasons wise ( DJF,MAM,JJA,SON). Please help me to solve this problem and I stuck here so long time. Any help appriciate in advance. I have tried so may methods up to now, but nothing work properly.</div><div><br></div><div>Thank you so much</div><div><br></div><div>Kind regards,</div><div>Chathu</div><div class="ydp4148571fsignature"><div style="font-size:small;"><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><span style="font-style:italic;font-size:medium;">........................................</span></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><span style="font-style:italic;font-size:medium;"><br></span></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><br></blockquote></div></div></div></body></html>