[ncl-talk] addfiles error in ncl
Debasish Hazra
debasish.hazra5 at gmail.com
Wed Nov 25 12:12:50 MST 2015
Kyle,
Thanks. I tried with your option :
fname = systemfunc("ls -1 ../../MODIS/Monthly/AOD/*.nc")
m = addfiles(fname,"r")
ListSetType (m, "join")
print(m)
and it printed out all the 144 file names. I have attached a text file of
the output. But still shows, it cannot read that variable.
Debasish
On Wed, Nov 25, 2015 at 1:38 PM, Kyle Griffin <ksgriffin2 at wisc.edu> wrote:
> Have you considered the input to addfiles? You appear to be passing the
> filesize value (column 5 when you run ls -l (lower case L) in your
> directory) to the NCL function. I can't imagine this is intended, as
> addfiles is looking for the file name itself - but fname ends up as the
> size, not the name. Even if you were getting them as names, you then run
> toint(fname), which should fail if you were actually getting the names as
> strings.
>
> Try using 'ls -1 filenames*.nc' (the number one) and this should print out
> all of your files in that directory with one name on each line, a format
> that addfiles will read from quite well and you can avoid your use of awk.
> Your current method could also work, but would require pulling a later
> column in the awk command (perhaps 9?).
>
> Consider what you actually want your 'print(fsz)' statement to
> output...you do well by looking at it, but that output is showing you the
> problem of trying to read the variable from a bunch of numbers and not
> files.
>
>
> Kyle
>
> ----------------------------------------
> Kyle S. Griffin
> Department of Atmospheric and Oceanic Sciences
> University of Wisconsin - Madison
> Room 1407
> 1225 W Dayton St, Madison, WI 53706
> Email: ksgriffin2 at wisc.edu
>
> On Wed, Nov 25, 2015 at 12:28 PM, Debasish Hazra <
> debasish.hazra5 at gmail.com> wrote:
>
>> Hi,
>>
>> I am trying to read bunch of files in ncl and at first it gave " ncl
>> fatal:incorrect size for list filevar subselection" error. Followed by ncl
>> examples I tried something like this :
>>
>> fname = systemfunc("ls -l ../../MODIS/Monthly/AOD/*.nc | awk '{print
>> $5}' ")
>> fsz = toint(fname)
>> m = addfiles(fsz,"r")
>> ListSetType (m, "join")
>>
>> print(fsz)
>> printVarSummary(fsz)
>>
>> mod_aod =
>> m[:]->MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean
>>
>> which print outs and gave error as :
>>
>> Variable: fsz
>> Type: integer
>> Total Size: 576 bytes
>> 144 values
>> Number of Dimensions: 1
>> Dimensions and sizes: [144]
>> Coordinates:
>> (0) 264160
>> (1) 263836
>> (2) 263836
>> (3) 263836
>> (4) 263836
>> (5) 263836
>> (6) 263836
>> (7) 263836
>> (8) 263836
>> (9) 263836
>> [SNIP]
>> (133) 522664
>> (134) 522664
>> (135) 522664
>> (136) 522664
>> (137) 522664
>> (138) 522668
>> (139) 522668
>> (140) 522668
>> (141) 522668
>> (142) 522664
>> (143) 522664
>>
>> fatal:No valid instance of variable
>> MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean found in file list
>>
>> However, ncl_filedump of this files show :
>> g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130701.180W_90S_180E_90N.nc
>>
>> shows
>> title : MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean
>> (180W_90S_180E_90N)
>> dimensions:
>> time = 1 // unlimited
>> lat = 180
>> lon = 360
>> variables:
>> float MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean ( time,
>> lat, lon )
>>
>> Any help why this one is not working. Thanks.
>>
>> Attached is the one of the many identical files I was trying to work on.
>>
>> Debasish.
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20151125/ceb187d1/attachment.html
-------------- next part --------------
Copyright (C) 1995-2014 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.3.0-09Oct2014_0233
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Variable: m
Type: list
Total Size: 4 bytes
1 values
Number of Dimensions: 1
Dimensions and sizes: [1]
Coordinates:
Type: list <join | fifo>
Total items: 144
List Item 0: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030101.180W_90S_180E_90N.nc
Number of global attributes: 10
Number of dimensions: 3
Number of variables: 5
List Item 1: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 2: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 3: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 4: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 5: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 6: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 7: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 8: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20030901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 9: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20031001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 10: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20031101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 11: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20031201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 12: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 13: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 14: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 15: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 16: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 17: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 18: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 19: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 20: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20040901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 21: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20041001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 22: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20041101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 23: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20041201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 24: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 25: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 26: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 27: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 28: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 29: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 30: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 31: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 32: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20050901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 33: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20051001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 34: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20051101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 35: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20051201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 36: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 37: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 38: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 39: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 40: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 41: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 42: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 43: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 44: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20060901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 45: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20061001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 46: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20061101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 47: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20061201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 48: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 49: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 50: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 51: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 52: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 53: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 54: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 55: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 56: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20070901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 57: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20071001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 58: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20071101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 59: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20071201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 60: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 61: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 62: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 63: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 64: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 65: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 66: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 67: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 68: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20080901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 69: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20081001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 70: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20081101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 71: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20081201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 72: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 73: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 74: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 75: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 76: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 77: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 78: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 79: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 80: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20090901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 81: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20091001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 82: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20091101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 83: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20091201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 84: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 85: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 86: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 87: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 88: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 89: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 90: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 91: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 92: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20100901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 93: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20101001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 94: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20101101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 95: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20101201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 96: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 97: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 98: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 99: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 100: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 101: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 102: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 103: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 104: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20110901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 105: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20111001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 106: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20111101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 107: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20111201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 108: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 109: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 110: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 111: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 112: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 113: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 114: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 115: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 116: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20120901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 117: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20121001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 118: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20121101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 119: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20121201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 120: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 121: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 122: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 123: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 124: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 125: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 126: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 127: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 128: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20130901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 129: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20131001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 130: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20131101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 131: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20131201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 132: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 133: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 134: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140301.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 135: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140401.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 136: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140501.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 137: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140601.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 138: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140701.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 139: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140801.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 140: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20140901.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 141: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20141001.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 142: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20141101.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
List Item 143: NclFileVarClass
Variable: unnamed
Type: file
File path: ../../MODIS/Monthly/AOD/g4.subsetted.MYD08_M3_051_Optical_Depth_Land_And_Ocean_Mean_Mean.20141201.180W_90S_180E_90N.nc
Number of global attributes: 7
Number of dimensions: 3
Number of variables: 5
fatal:incorrect size for list filevar subselection
fatal:["Execute.c":8578]:Execute: Error occurred at or near line 34 in file aerosl2d_modis.ncl
More information about the ncl-talk
mailing list