Hello Everyone,<br>   I am having a problem with my data descriptor file.  I am running grads version 1.9b4.  I currently have 12 netcdf monthly files which are named <a href="http://terra200501.nc">terra200501.nc</a> through <a href="http://terra200512.nc">terra200512.nc</a>.  I am attempting to create a proper data descriptor file so I can perform some analysis.  This is my first time working with creating a descriptor file for multiple .nc files.  The files have no discernible time, thus I am trying to write a descriptor file so it does have a set time.  This is what my control file looks like:<br>
<br>DSET ^terra2005%t1%<a href="http://m2.nc">m2.nc</a><br>DTYPE netcdf<br>OPTIONS template<br>UNDEF -9.999e3_FillValue<br>TITLE Test<br>XDEF 360 linear -179.5 1.0<br>YDEF 180 linear -89.5 1.0<br>ZDEF 1 Levels 0<br>TDEF 12 linear jan2005 1mo<br>
VARS 1<br>Optical_Depth_Land_And_Ocean_Mean_Mean=&gt;aod 0 y,x aerosol optical depth<br>ENDVARS<br><br>This is what I get when I run ncdump:<br><br>ncdump -c <a href="http://terra200501.nc">terra200501.nc</a><br>netcdf terra200501 {<br>
dimensions:<br>        lat = 180 ;<br>        lon = 360 ;<br>variables:<br>        float Optical_Depth_Land_And_Ocean_Mean_Mean(lat, lon) ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:_FillValue = -9999.f ;<br>
                Optical_Depth_Land_And_Ocean_Mean_Mean:Quality_Assurance_Data_Set = &quot;No_QA&quot; ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:scale_factor = 1.f ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:Weighting = &quot;Pixel_Weighted_Screen&quot; ;<br>
                Optical_Depth_Land_And_Ocean_Mean_Mean:Weighted_Parameter_Data_Set = &quot;Optical_Depth_Land_And_Ocean_Pixel_Counts&quot; ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:Derived_From_Level_3_Daily_Data_Set = &quot;Optical_Depth_Land_And_Ocean_Mean&quot; ;<br>
                Optical_Depth_Land_And_Ocean_Mean_Mean:add_offset = 0.f ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:long_name = &quot;Aerosol Optical Thickness at 0.55 microns for both Ocean (best)  and Land (corrected): Mean of Daily Mean&quot; ;<br>
                Optical_Depth_Land_And_Ocean_Mean_Mean:Statistic_Type = &quot;Simple&quot; ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:units = &quot;1&quot; ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:Aggregation_Data_Set = &quot;None&quot; ;<br>
                Optical_Depth_Land_And_Ocean_Mean_Mean:valid_range = -100, 5000 ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:Included_Level_2_Nighttime_Data = &quot;False&quot; ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:Level_2_Pixel_Values_Read_As = &quot;Real&quot; ;<br>
                Optical_Depth_Land_And_Ocean_Mean_Mean:structureType = &quot;Grid&quot; ;<br>                Optical_Depth_Land_And_Ocean_Mean_Mean:unitsCategory = &quot;optical_depth&quot; ;<br>        float lat(lat) ;<br>
                lat:scale = 0 ;<br>                lat:stride = 1.f ;<br>                lat:gridReference = &quot;edge&quot; ;<br>                lat:standard_name = &quot;latitude&quot; ;<br>                lat:endValue = 90.f ;<br>
                lat:units = &quot;degrees_north&quot; ;<br>                lat:scaleType = &quot;linear&quot; ;<br>                lat:startValue = -90.f ;<br>                lat:size = 180 ;<br>        float lon(lon) ;<br>
                lon:scale = 0 ;<br>                lon:stride = 1.f ;<br>                lon:gridReference = &quot;edge&quot; ;<br>                lon:standard_name = &quot;longitude&quot; ;<br>                lon:endValue = 180.f ;<br>
                lon:units = &quot;degrees_east&quot; ;<br>                lon:scaleType = &quot;linear&quot; ;<br>                lon:startValue = -180.f ;<br>                lon:size = 360 ;<br><br>// global attributes:<br>
                :Conventions = &quot;CF-1.0&quot; ;<br>}<br> data:<br><br> lat = -89.5, -88.5, -87.5, -86.5, -85.5, -84.5, -83.5, -82.5, -81.5, -80.5, <br>    -79.5, -78.5, -77.5, -76.5, -75.5, -74.5, -73.5, -72.5, -71.5, -70.5, <br>
    -69.5, -68.5, -67.5, -66.5, -65.5, -64.5, -63.5, -62.5, -61.5, -60.5, <br>    -59.5, -58.5, -57.5, -56.5, -55.5, -54.5, -53.5, -52.5, -51.5, -50.5, <br>    -49.5, -48.5, -47.5, -46.5, -45.5, -44.5, -43.5, -42.5, -41.5, -40.5, <br>
    -39.5, -38.5, -37.5, -36.5, -35.5, -34.5, -33.5, -32.5, -31.5, -30.5, <br>    -29.5, -28.5, -27.5, -26.5, -25.5, -24.5, -23.5, -22.5, -21.5, -20.5, <br>    -19.5, -18.5, -17.5, -16.5, -15.5, -14.5, -13.5, -12.5, -11.5, -10.5, <br>
    -9.5, -8.5, -7.5, -6.5, -5.5, -4.5, -3.5, -2.5, -1.5, -0.5, 0.5, 1.5, <br>    2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 10.5, 11.5, 12.5, 13.5, 14.5, <br>    15.5, 16.5, 17.5, 18.5, 19.5, 20.5, 21.5, 22.5, 23.5, 24.5, 25.5, 26.5, <br>
    27.5, 28.5, 29.5, 30.5, 31.5, 32.5, 33.5, 34.5, 35.5, 36.5, 37.5, 38.5, <br>    39.5, 40.5, 41.5, 42.5, 43.5, 44.5, 45.5, 46.5, 47.5, 48.5, 49.5, 50.5, <br>    51.5, 52.5, 53.5, 54.5, 55.5, 56.5, 57.5, 58.5, 59.5, 60.5, 61.5, 62.5, <br>
    63.5, 64.5, 65.5, 66.5, 67.5, 68.5, 69.5, 70.5, 71.5, 72.5, 73.5, 74.5, <br>    75.5, 76.5, 77.5, 78.5, 79.5, 80.5, 81.5, 82.5, 83.5, 84.5, 85.5, 86.5, <br>    87.5, 88.5, 89.5 ;<br><br> lon = -179.5, -178.5, -177.5, -176.5, -175.5, -174.5, -173.5, -172.5, <br>
    -171.5, -170.5, -169.5, -168.5, -167.5, -166.5, -165.5, -164.5, -163.5, <br>    -162.5, -161.5, -160.5, -159.5, -158.5, -157.5, -156.5, -155.5, -154.5, <br>    -153.5, -152.5, -151.5, -150.5, -149.5, -148.5, -147.5, -146.5, -145.5, <br>
    -144.5, -143.5, -142.5, -141.5, -140.5, -139.5, -138.5, -137.5, -136.5, <br>    -135.5, -134.5, -133.5, -132.5, -131.5, -130.5, -129.5, -128.5, -127.5, <br>    -126.5, -125.5, -124.5, -123.5, -122.5, -121.5, -120.5, -119.5, -118.5, <br>
    -117.5, -116.5, -115.5, -114.5, -113.5, -112.5, -111.5, -110.5, -109.5, <br>    -108.5, -107.5, -106.5, -105.5, -104.5, -103.5, -102.5, -101.5, -100.5, <br>    -99.5, -98.5, -97.5, -96.5, -95.5, -94.5, -93.5, -92.5, -91.5, -90.5, <br>
    -89.5, -88.5, -87.5, -86.5, -85.5, -84.5, -83.5, -82.5, -81.5, -80.5, <br>    -79.5, -78.5, -77.5, -76.5, -75.5, -74.5, -73.5, -72.5, -71.5, -70.5, <br>    -69.5, -68.5, -67.5, -66.5, -65.5, -64.5, -63.5, -62.5, -61.5, -60.5, <br>
    -59.5, -58.5, -57.5, -56.5, -55.5, -54.5, -53.5, -52.5, -51.5, -50.5, <br>    -49.5, -48.5, -47.5, -46.5, -45.5, -44.5, -43.5, -42.5, -41.5, -40.5, <br>    -39.5, -38.5, -37.5, -36.5, -35.5, -34.5, -33.5, -32.5, -31.5, -30.5, <br>
    -29.5, -28.5, -27.5, -26.5, -25.5, -24.5, -23.5, -22.5, -21.5, -20.5, <br>    -19.5, -18.5, -17.5, -16.5, -15.5, -14.5, -13.5, -12.5, -11.5, -10.5, <br>    -9.5, -8.5, -7.5, -6.5, -5.5, -4.5, -3.5, -2.5, -1.5, -0.5, 0.5, 1.5, <br>
    2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 10.5, 11.5, 12.5, 13.5, 14.5, <br>    15.5, 16.5, 17.5, 18.5, 19.5, 20.5, 21.5, 22.5, 23.5, 24.5, 25.5, 26.5, <br>    27.5, 28.5, 29.5, 30.5, 31.5, 32.5, 33.5, 34.5, 35.5, 36.5, 37.5, 38.5, <br>
    39.5, 40.5, 41.5, 42.5, 43.5, 44.5, 45.5, 46.5, 47.5, 48.5, 49.5, 50.5, <br>    51.5, 52.5, 53.5, 54.5, 55.5, 56.5, 57.5, 58.5, 59.5, 60.5, 61.5, 62.5, <br>    63.5, 64.5, 65.5, 66.5, 67.5, 68.5, 69.5, 70.5, 71.5, 72.5, 73.5, 74.5, <br>
    75.5, 76.5, 77.5, 78.5, 79.5, 80.5, 81.5, 82.5, 83.5, 84.5, 85.5, 86.5, <br>    87.5, 88.5, 89.5, 90.5, 91.5, 92.5, 93.5, 94.5, 95.5, 96.5, 97.5, 98.5, <br>    99.5, 100.5, 101.5, 102.5, 103.5, 104.5, 105.5, 106.5, 107.5, 108.5, <br>
    109.5, 110.5, 111.5, 112.5, 113.5, 114.5, 115.5, 116.5, 117.5, 118.5, <br>    119.5, 120.5, 121.5, 122.5, 123.5, 124.5, 125.5, 126.5, 127.5, 128.5, <br>    129.5, 130.5, 131.5, 132.5, 133.5, 134.5, 135.5, 136.5, 137.5, 138.5, <br>
    139.5, 140.5, 141.5, 142.5, 143.5, 144.5, 145.5, 146.5, 147.5, 148.5, <br>    149.5, 150.5, 151.5, 152.5, 153.5, 154.5, 155.5, 156.5, 157.5, 158.5, <br>    159.5, 160.5, 161.5, 162.5, 163.5, 164.5, 165.5, 166.5, 167.5, 168.5, <br>
    169.5, 170.5, 171.5, 172.5, 173.5, 174.5, 175.5, 176.5, 177.5, 178.5, <br>    179.5 ;<br>}<br><br>*** I am able to open the control file, but I have this error in Grads:<br> open terra2005.ctl<br>Scanning description file:  terra2005.ctl<br>
Data file terra2005%t1%<a href="http://m2.nc">m2.nc</a> is open as file 1<br>LON set to 0 360 <br>LAT set to -89.5 89.5 <br>LEV set to 0 0 <br>Time values set: 2005:1:1:0 2005:1:1:0 <br>ga-&gt; d aod<br>Cannot contour grid - all undefined values <br>
******<br><br>If anyone knows how to remedy the problem please let me know.  I&#39;m sure I am making a minor mistake somewhere, but I can&#39;t seem to figure out what it is.  Thank you for your time, it is very appreciated.<br>
-Jim<br><br>