<div>List,</div>
<div>&nbsp;</div>
<div>I recently upgraded to 1.9b4 because I was having problems opening xdf files in 1.8sl11.&nbsp; Every time I opened an XDF file that pointed to a netcdf file - I could display&nbsp;a variable only once, then it would core dump and die.&nbsp; 
1.9b4 solved this problem, however a new problem exists.&nbsp; I am attempting to plot wind speed/direction and wave heights over Lake Erie.&nbsp; I'm successful in plotting wave height, however neither wind speed nor direction seem to want to plot.&nbsp; The wind speed is simply the magnitude of the wind, the direction is obviously the direction - it's not broken down into u or v components - not a concern at this point.&nbsp; It seems as if GrADS is having a hard time finding these variables in the netcdf file in the 1st place...this is the error I get...
</div>
<div>&nbsp;</div>
<div>
<p>Couldn't find variable Wind_Mag_SFC (aliased to speed) in SDF file.<br>Data Request Error:&nbsp; Error for variable 'speed'<br>&nbsp; Error ocurred at column 1<br>DISPLAY error:&nbsp; Invalid expression <br>&nbsp; Expression = speed</p>
<p>I've included my xdf file and the headers of my netcdf file below...unless I missed something - Wind_Mag_SFC is clearly defined in the netcdf file. I get the same error for direction - that it's not able to find Wind_Dir_SFC.
</p>
<p>The strange thing is that if I open this xdf file in 1.8sl11 - it works fine - except for the nasty core dump problem.&nbsp; The file opens, I can plot 'speed' or 'direction' just fine.&nbsp; Is there something that needs to be added to my xdf file now that I'm using 
1.9b4?&nbsp; </p>
<p>&nbsp;</p>
<p>Any help would be appreciated!</p>
<p>&nbsp;</p>
<p>Thanks!</p>
<p>Dan Leins</p>
<p>ncdump -h </p>
<p>netcdf marine_cle {<br>dimensions:<br>&nbsp;DIM_48 = 48 ;<br>&nbsp;DIM_41 = 41 ;<br>&nbsp;DIM_76 = 76 ;<br>&nbsp;DIM_138 = 138 ;<br>&nbsp;DIM_104 = 104 ;<br>variables:<br>&nbsp;float Wind_Mag_SFC(DIM_48, DIM_41, DIM_76) ;<br>&nbsp;&nbsp;Wind_Mag_SFC:validTimes = 1133006400, 1133010000, 1133010000, 1133013600, 1133013600, 1133017200, 1133017200, 1133020800, 1133020800, 1133024400, 1133024400, 1133028000, 1133028000, 1133031600, 1133031600, 1133035200, 1133035200, 1133038800, 1133038800, 1133042400, 1133042400, 1133046000, 1133046000, 1133049600, 1133049600, 1133053200, 1133053200, 1133056800, 1133056800, 1133060400, 1133060400, 1133064000, 1133064000, 1133067600, 1133067600, 1133071200, 1133071200, 1133074800, 1133074800, 1133078400, 1133078400, 1133082000, 1133082000, 1133085600, 1133085600, 1133089200, 1133089200, 1133092800, 1133092800, 1133096400, 1133096400, 1133100000, 1133100000, 1133103600, 1133103600, 1133107200, 1133107200, 1133110800, 1133110800, 1133114400, 1133114400, 1133118000, 1133118000, 1133121600, 1133121600, 1133125200, 1133125200, 1133128800, 1133128800, 1133132400, 1133132400, 1133136000, 1133136000, 1133139600, 1133139600, 1133143200, 1133143200, 1133146800, 1133146800, 1133150400, 1133150400, 1133154000, 1133154000, 1133157600, 1133157600, 1133161200, 1133161200, 1133164800, 1133164800, 1133168400, 1133168400, 1133172000, 1133172000, 1133175600, 1133175600, 1133179200 ;
<br>&nbsp;&nbsp;Wind_Mag_SFC:descriptiveName = &quot;Surface Wind Magnitude&quot; ;<br>&nbsp;&nbsp;Wind_Mag_SFC:gridSize = 76, 41 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:domainOrigin = 65.3125, 34.625 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:domainExtent = 4.6875, 2.5 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:minMaxAllowedValues = 0., 125. ;
<br>&nbsp;&nbsp;Wind_Mag_SFC:gridType = &quot;VECTOR&quot; ;<br>&nbsp;&nbsp;Wind_Mag_SFC:databaseID = &quot;CLE_GRID__Official_00000000_0000&quot; ;<br>&nbsp;&nbsp;Wind_Mag_SFC:siteID = &quot;CLE&quot; ;<br>&nbsp;&nbsp;Wind_Mag_SFC:units = &quot;kts&quot; ;<br>
&nbsp;&nbsp;Wind_Mag_SFC:level = &quot;SFC&quot; ;<br>&nbsp;&nbsp;Wind_Mag_SFC:timeConstraints = 0, 3600, 3600 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:precision = 0 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:rateDependent = 0 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:latLonLL = -133.458999633789, 12.1899995803833
 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:latLonUR = -49.3849983215332, 57.2900009155273 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:gridPointLL = 1, 1 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:gridPointUR = 93, 65 ;<br>&nbsp;&nbsp;Wind_Mag_SFC:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&nbsp;&nbsp;Wind_Mag_SFC:latLonOrigin = -95., 25. ;
<br>&nbsp;&nbsp;Wind_Mag_SFC:stdParallelOne = 25. ;<br>&nbsp;&nbsp;Wind_Mag_SFC:stdParallelTwo = 25. ;<br>&nbsp;&nbsp;Wind_Mag_SFC:fillValue = -30000. ;<br>&nbsp;float Wind_Dir_SFC(DIM_48, DIM_41, DIM_76) ;<br>&nbsp;&nbsp;Wind_Dir_SFC:validTimes = 1133006400, 1133010000, 1133010000, 1133013600, 1133013600, 1133017200, 1133017200, 1133020800, 1133020800, 1133024400, 1133024400, 1133028000, 1133028000, 1133031600, 1133031600, 1133035200, 1133035200, 1133038800, 1133038800, 1133042400, 1133042400, 1133046000, 1133046000, 1133049600, 1133049600, 1133053200, 1133053200, 1133056800, 1133056800, 1133060400, 1133060400, 1133064000, 1133064000, 1133067600, 1133067600, 1133071200, 1133071200, 1133074800, 1133074800, 1133078400, 1133078400, 1133082000, 1133082000, 1133085600, 1133085600, 1133089200, 1133089200, 1133092800, 1133092800, 1133096400, 1133096400, 1133100000, 1133100000, 1133103600, 1133103600, 1133107200, 1133107200, 1133110800, 1133110800, 1133114400, 1133114400, 1133118000, 1133118000, 1133121600, 1133121600, 1133125200, 1133125200, 1133128800, 1133128800, 1133132400, 1133132400, 1133136000, 1133136000, 1133139600, 1133139600, 1133143200, 1133143200, 1133146800, 1133146800, 1133150400, 1133150400, 1133154000, 1133154000, 1133157600, 1133157600, 1133161200, 1133161200, 1133164800, 1133164800, 1133168400, 1133168400, 1133172000, 1133172000, 1133175600, 1133175600, 1133179200 ;
<br>&nbsp;&nbsp;Wind_Dir_SFC:descriptiveName = &quot;Surface Wind Direction&quot; ;<br>&nbsp;&nbsp;Wind_Dir_SFC:gridSize = 76, 41 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:domainOrigin = 65.3125, 34.625 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:domainExtent = 4.6875, 2.5 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:minMaxAllowedValues = 0., 360. ;
<br>&nbsp;&nbsp;Wind_Dir_SFC:gridType = &quot;VECTOR&quot; ;<br>&nbsp;&nbsp;Wind_Dir_SFC:databaseID = &quot;CLE_GRID__Official_00000000_0000&quot; ;<br>&nbsp;&nbsp;Wind_Dir_SFC:siteID = &quot;CLE&quot; ;<br>&nbsp;&nbsp;Wind_Dir_SFC:units = &quot;degrees&quot; ;
<br>&nbsp;&nbsp;Wind_Dir_SFC:level = &quot;SFC&quot; ;<br>&nbsp;&nbsp;Wind_Dir_SFC:timeConstraints = 0, 3600, 3600 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:precision = 0 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:rateDependent = 0 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:latLonLL = -133.458999633789, 12.1899995803833
 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:latLonUR = -49.3849983215332, 57.2900009155273 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:gridPointLL = 1, 1 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:gridPointUR = 93, 65 ;<br>&nbsp;&nbsp;Wind_Dir_SFC:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&nbsp;&nbsp;Wind_Dir_SFC:latLonOrigin = -95., 25. ;
<br>&nbsp;&nbsp;Wind_Dir_SFC:stdParallelOne = 25. ;<br>&nbsp;&nbsp;Wind_Dir_SFC:stdParallelTwo = 25. ;<br>&nbsp;&nbsp;Wind_Dir_SFC:fillValue = -30000. ;<br>&nbsp;char Wind_SFC_GridHistory(DIM_48, DIM_138) ;<br>&nbsp;float WaveHeight_SFC(DIM_48, DIM_41, DIM_76) ;
<br>&nbsp;&nbsp;WaveHeight_SFC:validTimes = 1133006400, 1133010000, 1133010000, 1133013600, 1133013600, 1133017200, 1133017200, 1133020800, 1133020800, 1133024400, 1133024400, 1133028000, 1133028000, 1133031600, 1133031600, 1133035200, 1133035200, 1133038800, 1133038800, 1133042400, 1133042400, 1133046000, 1133046000, 1133049600, 1133049600, 1133053200, 1133053200, 1133056800, 1133056800, 1133060400, 1133060400, 1133064000, 1133064000, 1133067600, 1133067600, 1133071200, 1133071200, 1133074800, 1133074800, 1133078400, 1133078400, 1133082000, 1133082000, 1133085600, 1133085600, 1133089200, 1133089200, 1133092800, 1133092800, 1133096400, 1133096400, 1133100000, 1133100000, 1133103600, 1133103600, 1133107200, 1133107200, 1133110800, 1133110800, 1133114400, 1133114400, 1133118000, 1133118000, 1133121600, 1133121600, 1133125200, 1133125200, 1133128800, 1133128800, 1133132400, 1133132400, 1133136000, 1133136000, 1133139600, 1133139600, 1133143200, 1133143200, 1133146800, 1133146800, 1133150400, 1133150400, 1133154000, 1133154000, 1133157600, 1133157600, 1133161200, 1133161200, 1133164800, 1133164800, 1133168400, 1133168400, 1133172000, 1133172000, 1133175600, 1133175600, 1133179200 ;
<br>&nbsp;&nbsp;WaveHeight_SFC:descriptiveName = &quot;Wave Height&quot; ;<br>&nbsp;&nbsp;WaveHeight_SFC:gridSize = 76, 41 ;<br>&nbsp;&nbsp;WaveHeight_SFC:domainOrigin = 65.3125, 34.625 ;<br>&nbsp;&nbsp;WaveHeight_SFC:domainExtent = 4.6875, 2.5 ;<br>&nbsp;&nbsp;WaveHeight_SFC:minMaxAllowedValues = 0., 40. ;
<br>&nbsp;&nbsp;WaveHeight_SFC:gridType = &quot;SCALAR&quot; ;<br>&nbsp;&nbsp;WaveHeight_SFC:databaseID = &quot;CLE_GRID__Official_00000000_0000&quot; ;<br>&nbsp;&nbsp;WaveHeight_SFC:siteID = &quot;CLE&quot; ;<br>&nbsp;&nbsp;WaveHeight_SFC:units = &quot;ft&quot; ;
<br>&nbsp;&nbsp;WaveHeight_SFC:level = &quot;SFC&quot; ;<br>&nbsp;&nbsp;WaveHeight_SFC:timeConstraints = 0, 3600, 3600 ;<br>&nbsp;&nbsp;WaveHeight_SFC:precision = 1 ;<br>&nbsp;&nbsp;WaveHeight_SFC:rateDependent = 0 ;<br>&nbsp;&nbsp;WaveHeight_SFC:latLonLL = -133.458999633789
, 12.1899995803833 ;<br>&nbsp;&nbsp;WaveHeight_SFC:latLonUR = -49.3849983215332, 57.2900009155273 ;<br>&nbsp;&nbsp;WaveHeight_SFC:gridPointLL = 1, 1 ;<br>&nbsp;&nbsp;WaveHeight_SFC:gridPointUR = 93, 65 ;<br>&nbsp;&nbsp;WaveHeight_SFC:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;
<br>&nbsp;&nbsp;WaveHeight_SFC:latLonOrigin = -95., 25. ;<br>&nbsp;&nbsp;WaveHeight_SFC:stdParallelOne = 25. ;<br>&nbsp;&nbsp;WaveHeight_SFC:stdParallelTwo = 25. ;<br>&nbsp;&nbsp;WaveHeight_SFC:fillValue = -30000. ;<br>&nbsp;char WaveHeight_SFC_GridHistory(DIM_48, DIM_104) ;
<br>&nbsp;short Topo(DIM_41, DIM_76) ;<br>&nbsp;&nbsp;Topo:descriptiveName = &quot;Topography&quot; ;<br>&nbsp;&nbsp;Topo:gridSize = 76, 41 ;<br>&nbsp;&nbsp;Topo:domainOrigin = 65.3125, 34.625 ;<br>&nbsp;&nbsp;Topo:domainExtent = 4.6875, 2.5 ;<br>&nbsp;&nbsp;Topo:units = &quot;ft&quot; ;
<br>&nbsp;&nbsp;Topo:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&nbsp;&nbsp;Topo:latLonUR = -49.3849983215332, 57.2900009155273 ;<br>&nbsp;&nbsp;Topo:gridPointLL = 1, 1 ;<br>&nbsp;&nbsp;Topo:gridPointUR = 93, 65 ;<br>&nbsp;&nbsp;Topo:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;
<br>&nbsp;&nbsp;Topo:latLonOrigin = -95., 25. ;<br>&nbsp;&nbsp;Topo:stdParallelOne = 25. ;<br>&nbsp;&nbsp;Topo:stdParallelTwo = 25. ;<br>&nbsp;float latitude(DIM_41, DIM_76) ;<br>&nbsp;&nbsp;latitude:descriptiveName = &quot;latitude&quot; ;<br>&nbsp;&nbsp;latitude:gridSize = 76, 41 ;
<br>&nbsp;&nbsp;latitude:domainOrigin = 65.3125, 34.625 ;<br>&nbsp;&nbsp;latitude:domainExtent = 4.6875, 2.5 ;<br>&nbsp;&nbsp;latitude:units = &quot;degrees&quot; ;<br>&nbsp;&nbsp;latitude:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&nbsp;&nbsp;latitude:latLonUR = -
49.3849983215332, 57.2900009155273 ;<br>&nbsp;&nbsp;latitude:gridPointLL = 1, 1 ;<br>&nbsp;&nbsp;latitude:gridPointUR = 93, 65 ;<br>&nbsp;&nbsp;latitude:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&nbsp;&nbsp;latitude:latLonOrigin = -95., 25. ;<br>&nbsp;&nbsp;latitude:stdParallelOne = 25. ;
<br>&nbsp;&nbsp;latitude:stdParallelTwo = 25. ;<br>&nbsp;float longitude(DIM_41, DIM_76) ;<br>&nbsp;&nbsp;longitude:descriptiveName = &quot;longitude&quot; ;<br>&nbsp;&nbsp;longitude:gridSize = 76, 41 ;<br>&nbsp;&nbsp;longitude:domainOrigin = 65.3125, 34.625 ;<br>&nbsp;&nbsp;longitude:domainExtent = 
4.6875, 2.5 ;<br>&nbsp;&nbsp;longitude:units = &quot;degrees&quot; ;<br>&nbsp;&nbsp;longitude:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&nbsp;&nbsp;longitude:latLonUR = -49.3849983215332, 57.2900009155273 ;<br>&nbsp;&nbsp;longitude:gridPointLL = 1, 1 ;
<br>&nbsp;&nbsp;longitude:gridPointUR = 93, 65 ;<br>&nbsp;&nbsp;longitude:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&nbsp;&nbsp;longitude:latLonOrigin = -95., 25. ;<br>&nbsp;&nbsp;longitude:stdParallelOne = 25. ;<br>&nbsp;&nbsp;longitude:stdParallelTwo = 25. ;</p>

<p>// global attributes:<br>&nbsp;&nbsp;:creationTime = 1133019093 ;<br>&nbsp;&nbsp;:creationTimeString = &quot;Sat Nov 26 15:31:33 2005&quot; ;<br>&nbsp;&nbsp;:fileFormatVersion = &quot;20010816&quot; ;<br>&nbsp;&nbsp;:startProcTime = &quot;20051126_1200&quot; ;
<br>&nbsp;&nbsp;:endProcTime = &quot;20051128_1200&quot; ;<br>}<br></p>
<p>&nbsp;</p>
<p>This is my xdf file....</p>
<p>DSET ^marine_cle.cdf<br>TITLE Sample dataset<br>UNDEF -30000.0<br>XDEF DIM_76 76 LINEAR -83.76 0.06<br>YDEF DIM_41 41 LINEAR 41.40&nbsp; 0.035<br>TDEF DIM_48 48 LINEAR 12z26NOV2005 1hr<br>VARS 3<br>WaveHeight_SFC=&gt;height 1 99 height
<br>Wind_Mag_SFC=&gt;speed 1 99 speed<br>Wind_Dir_SFC=&gt;direction 1 99 direction<br>ENDVARS<br></p>
<p>&nbsp;</p></div>