<div>Jennifer,</div>
<div>&nbsp;</div>
<div>Here's what I've got so far in my xdf file.....</div>
<div>&nbsp;</div>
<div>DSET ^marine_cle.cdf<br>DTYPE netcdf<br>TITLE Sample dataset<br>UNDEF -30000.0<br>PDEF 76 41 LCC 1 1 -83.4952 5<br>XDEF DIM_76 76 LINEAR -83.4952 0.06<br>YDEF DIM_41 41 LINEAR 41.46499&nbsp; 0.04<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><br><br>I'm not even sure if this is working, because when I run gradshdf and xdfopen my xdf file, I get an error along the lines of &quot;Unknown keyword in decsription file.&nbsp; The invalid description file record is dtype netcdf&quot;&nbsp; Likewise if I get rid of the dtype and try again, I get the same error about the pdef line.&nbsp; Is there something I am missing when I am opening these files?&nbsp; Why would GrADS complain about dtype or pdef?&nbsp; Using open and sdfopen don't work either (different errors).&nbsp; Now sure what I've done wrong here.&nbsp; I'm not worried too much about what's in the PDEF section, I can iron that out later if you're sure the correct data is buried in the actual netcdf file.&nbsp; I'd just like to be able to open the xdf file w/o getting an error! :-)
</div>
<div>&nbsp;</div>
<div>Dan</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 11/27/05, <b class="gmail_sendername">Jennifer Adams</b> &lt;<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Dan,<br>You need to use a 'dtype netcdf' descriptor with a PDEF statement in<br>order to display this data properly. Take a look at http://
<br><a href="http://grads.iges.org/grads/gadoc/SDFdescriptorfile.html">grads.iges.org/grads/gadoc/SDFdescriptorfile.html</a> . All the<br>parameters you need to build your PDEF entry appear to be included in<br>the attribute metadata.
<br>Jennifer<br><br>On Nov 26, 2005, at 11:29 AM, Dan Leins wrote:<br><br>&gt; List,<br>&gt;<br>&gt; I recently upgraded to 1.9b4 because I was having problems opening<br>&gt; xdf files in 1.8sl11.&nbsp;&nbsp;Every time I opened an XDF file that pointed
<br>&gt; to a netcdf file - I could display a variable only once, then it<br>&gt; would core dump and die.&nbsp;&nbsp;1.9b4 solved this problem, however a new<br>&gt; problem exists.&nbsp;&nbsp;I am attempting to plot wind speed/direction and
<br>&gt; wave heights over Lake Erie.&nbsp;&nbsp;I'm successful in plotting wave<br>&gt; height, however neither wind speed nor direction seem to want to<br>&gt; plot.&nbsp;&nbsp;The wind speed is simply the magnitude of the wind, the<br>&gt; direction is obviously the direction - it's not broken down into u
<br>&gt; or v components - not a concern at this point.&nbsp;&nbsp;It seems as if<br>&gt; GrADS is having a hard time finding these variables in the netcdf<br>&gt; file in the 1st place...this is the error I get...<br>&gt;<br>&gt; Couldn't find variable Wind_Mag_SFC (aliased to speed) in SDF file.
<br>&gt; Data Request Error:&nbsp;&nbsp;Error for variable 'speed'<br>&gt;&nbsp;&nbsp; Error ocurred at column 1<br>&gt; DISPLAY error:&nbsp;&nbsp;Invalid expression<br>&gt;&nbsp;&nbsp; Expression = speed<br>&gt;<br>&gt; I've included my xdf file and the headers of my netcdf file
<br>&gt; below...unless I missed something - Wind_Mag_SFC is clearly defined<br>&gt; in the netcdf file. I get the same error for direction - that it's<br>&gt; not able to find Wind_Dir_SFC.<br>&gt;<br>&gt; The strange thing is that if I open this xdf file in 
1.8sl11 - it<br>&gt; works fine - except for the nasty core dump problem.&nbsp;&nbsp;The file<br>&gt; opens, I can plot 'speed' or 'direction' just fine.&nbsp;&nbsp;Is there<br>&gt; something that needs to be added to my xdf file now that I'm using
<br>&gt; 1.9b4?<br>&gt;<br>&gt;<br>&gt; Any help would be appreciated!<br>&gt;<br>&gt;<br>&gt; Thanks!<br>&gt;<br>&gt; Dan Leins<br>&gt;<br>&gt; ncdump -h<br>&gt;<br>&gt; netcdf marine_cle {<br>&gt; dimensions:<br>&gt;&nbsp;&nbsp;DIM_48 = 48 ;
<br>&gt;&nbsp;&nbsp;DIM_41 = 41 ;<br>&gt;&nbsp;&nbsp;DIM_76 = 76 ;<br>&gt;&nbsp;&nbsp;DIM_138 = 138 ;<br>&gt;&nbsp;&nbsp;DIM_104 = 104 ;<br>&gt; variables:<br>&gt;&nbsp;&nbsp;float Wind_Mag_SFC(DIM_48, DIM_41, DIM_76) ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:validTimes = 1133006400, 1133010000, 1133010000,
<br>&gt; 1133013600, 1133013600, 1133017200, 1133017200, 1133020800,<br>&gt; 1133020800, 1133024400, 1133024400, 1133028000, 1133028000,<br>&gt; 1133031600, 1133031600, 1133035200, 1133035200, 1133038800,<br>&gt; 1133038800, 1133042400, 1133042400, 1133046000, 1133046000,
<br>&gt; 1133049600, 1133049600, 1133053200, 1133053200, 1133056800,<br>&gt; 1133056800, 1133060400, 1133060400, 1133064000, 1133064000,<br>&gt; 1133067600, 1133067600, 1133071200, 1133071200, 1133074800,<br>&gt; 1133074800, 1133078400, 1133078400, 1133082000, 1133082000,
<br>&gt; 1133085600, 1133085600, 1133089200, 1133089200, 1133092800,<br>&gt; 1133092800, 1133096400, 1133096400, 1133100000, 1133100000,<br>&gt; 1133103600, 1133103600, 1133107200, 1133107200, 1133110800,<br>&gt; 1133110800, 1133114400, 1133114400, 1133118000, 1133118000,
<br>&gt; 1133121600, 1133121600, 1133125200, 1133125200, 1133128800,<br>&gt; 1133128800, 1133132400, 1133132400, 1133136000, 1133136000,<br>&gt; 1133139600, 1133139600, 1133143200, 1133143200, 1133146800,<br>&gt; 1133146800, 1133150400, 1133150400, 1133154000, 1133154000,
<br>&gt; 1133157600, 1133157600, 1133161200, 1133161200, 1133164800,<br>&gt; 1133164800, 1133168400, 1133168400, 1133172000, 1133172000,<br>&gt; 1133175600, 1133175600, 1133179200 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:descriptiveName = &quot;Surface Wind Magnitude&quot; ;
<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:gridSize = 76, 41 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:domainOrigin = 65.3125, 34.625 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:domainExtent = 4.6875, 2.5 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:minMaxAllowedValues = 0., 125. ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:gridType = &quot;VECTOR&quot; ;
<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:databaseID = &quot;CLE_GRID__Official_00000000_0000&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:siteID = &quot;CLE&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:units = &quot;kts&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:level = &quot;SFC&quot; ;
<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:timeConstraints = 0, 3600, 3600 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:precision = 0 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:rateDependent = 0 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:latLonUR = -
49.3849983215332, 57.2900009155273 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:gridPointLL = 1, 1 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:gridPointUR = 93, 65 ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:latLonOrigin = -95., 25. ;
<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:stdParallelOne = 25. ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:stdParallelTwo = 25. ;<br>&gt;&nbsp;&nbsp; Wind_Mag_SFC:fillValue = -30000. ;<br>&gt;&nbsp;&nbsp;float Wind_Dir_SFC(DIM_48, DIM_41, DIM_76) ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:validTimes = 1133006400, 1133010000, 1133010000,
<br>&gt; 1133013600, 1133013600, 1133017200, 1133017200, 1133020800,<br>&gt; 1133020800, 1133024400, 1133024400, 1133028000, 1133028000,<br>&gt; 1133031600, 1133031600, 1133035200, 1133035200, 1133038800,<br>&gt; 1133038800, 1133042400, 1133042400, 1133046000, 1133046000,
<br>&gt; 1133049600, 1133049600, 1133053200, 1133053200, 1133056800,<br>&gt; 1133056800, 1133060400, 1133060400, 1133064000, 1133064000,<br>&gt; 1133067600, 1133067600, 1133071200, 1133071200, 1133074800,<br>&gt; 1133074800, 1133078400, 1133078400, 1133082000, 1133082000,
<br>&gt; 1133085600, 1133085600, 1133089200, 1133089200, 1133092800,<br>&gt; 1133092800, 1133096400, 1133096400, 1133100000, 1133100000,<br>&gt; 1133103600, 1133103600, 1133107200, 1133107200, 1133110800,<br>&gt; 1133110800, 1133114400, 1133114400, 1133118000, 1133118000,
<br>&gt; 1133121600, 1133121600, 1133125200, 1133125200, 1133128800,<br>&gt; 1133128800, 1133132400, 1133132400, 1133136000, 1133136000,<br>&gt; 1133139600, 1133139600, 1133143200, 1133143200, 1133146800,<br>&gt; 1133146800, 1133150400, 1133150400, 1133154000, 1133154000,
<br>&gt; 1133157600, 1133157600, 1133161200, 1133161200, 1133164800,<br>&gt; 1133164800, 1133168400, 1133168400, 1133172000, 1133172000,<br>&gt; 1133175600, 1133175600, 1133179200 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:descriptiveName = &quot;Surface Wind Direction&quot; ;
<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:gridSize = 76, 41 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:domainOrigin = 65.3125, 34.625 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:domainExtent = 4.6875, 2.5 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:minMaxAllowedValues = 0., 360. ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:gridType = &quot;VECTOR&quot; ;
<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:databaseID = &quot;CLE_GRID__Official_00000000_0000&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:siteID = &quot;CLE&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:units = &quot;degrees&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:level = &quot;SFC&quot; ;
<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:timeConstraints = 0, 3600, 3600 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:precision = 0 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:rateDependent = 0 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:latLonUR = -
49.3849983215332, 57.2900009155273 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:gridPointLL = 1, 1 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:gridPointUR = 93, 65 ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:latLonOrigin = -95., 25. ;
<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:stdParallelOne = 25. ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:stdParallelTwo = 25. ;<br>&gt;&nbsp;&nbsp; Wind_Dir_SFC:fillValue = -30000. ;<br>&gt;&nbsp;&nbsp;char Wind_SFC_GridHistory(DIM_48, DIM_138) ;<br>&gt;&nbsp;&nbsp;float WaveHeight_SFC(DIM_48, DIM_41, DIM_76) ;
<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:validTimes = 1133006400, 1133010000, 1133010000,<br>&gt; 1133013600, 1133013600, 1133017200, 1133017200, 1133020800,<br>&gt; 1133020800, 1133024400, 1133024400, 1133028000, 1133028000,<br>&gt; 1133031600, 1133031600, 1133035200, 1133035200, 1133038800,
<br>&gt; 1133038800, 1133042400, 1133042400, 1133046000, 1133046000,<br>&gt; 1133049600, 1133049600, 1133053200, 1133053200, 1133056800,<br>&gt; 1133056800, 1133060400, 1133060400, 1133064000, 1133064000,<br>&gt; 1133067600, 1133067600, 1133071200, 1133071200, 1133074800,
<br>&gt; 1133074800, 1133078400, 1133078400, 1133082000, 1133082000,<br>&gt; 1133085600, 1133085600, 1133089200, 1133089200, 1133092800,<br>&gt; 1133092800, 1133096400, 1133096400, 1133100000, 1133100000,<br>&gt; 1133103600, 1133103600, 1133107200, 1133107200, 1133110800,
<br>&gt; 1133110800, 1133114400, 1133114400, 1133118000, 1133118000,<br>&gt; 1133121600, 1133121600, 1133125200, 1133125200, 1133128800,<br>&gt; 1133128800, 1133132400, 1133132400, 1133136000, 1133136000,<br>&gt; 1133139600, 1133139600, 1133143200, 1133143200, 1133146800,
<br>&gt; 1133146800, 1133150400, 1133150400, 1133154000, 1133154000,<br>&gt; 1133157600, 1133157600, 1133161200, 1133161200, 1133164800,<br>&gt; 1133164800, 1133168400, 1133168400, 1133172000, 1133172000,<br>&gt; 1133175600, 1133175600, 1133179200 ;
<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:descriptiveName = &quot;Wave Height&quot; ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:gridSize = 76, 41 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:domainOrigin = 65.3125, 34.625 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:domainExtent = 4.6875, 
2.5 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:minMaxAllowedValues = 0., 40. ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:gridType = &quot;SCALAR&quot; ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:databaseID = &quot;CLE_GRID__Official_00000000_0000&quot; ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:siteID = &quot;CLE&quot; ;
<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:units = &quot;ft&quot; ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:level = &quot;SFC&quot; ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:timeConstraints = 0, 3600, 3600 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:precision = 1 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:rateDependent = 0 ;
<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:latLonLL = -133.458999633789 , 12.1899995803833 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:latLonUR = -49.3849983215332, 57.2900009155273 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:gridPointLL = 1, 1 ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:gridPointUR = 93, 65 ;
<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:latLonOrigin = -95., 25. ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:stdParallelOne = 25. ;<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:stdParallelTwo = 25. ;
<br>&gt;&nbsp;&nbsp; WaveHeight_SFC:fillValue = -30000. ;<br>&gt;&nbsp;&nbsp;char WaveHeight_SFC_GridHistory(DIM_48, DIM_104) ;<br>&gt;&nbsp;&nbsp;short Topo(DIM_41, DIM_76) ;<br>&gt;&nbsp;&nbsp; Topo:descriptiveName = &quot;Topography&quot; ;<br>&gt;&nbsp;&nbsp; Topo:gridSize = 76, 41 ;
<br>&gt;&nbsp;&nbsp; Topo:domainOrigin = 65.3125, 34.625 ;<br>&gt;&nbsp;&nbsp; Topo:domainExtent = 4.6875, 2.5 ;<br>&gt;&nbsp;&nbsp; Topo:units = &quot;ft&quot; ;<br>&gt;&nbsp;&nbsp; Topo:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&gt;&nbsp;&nbsp; Topo:latLonUR = -
49.3849983215332, 57.2900009155273 ;<br>&gt;&nbsp;&nbsp; Topo:gridPointLL = 1, 1 ;<br>&gt;&nbsp;&nbsp; Topo:gridPointUR = 93, 65 ;<br>&gt;&nbsp;&nbsp; Topo:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&gt;&nbsp;&nbsp; Topo:latLonOrigin = -95., 25. ;<br>&gt;&nbsp;&nbsp; Topo:stdParallelOne = 25. ;
<br>&gt;&nbsp;&nbsp; Topo:stdParallelTwo = 25. ;<br>&gt;&nbsp;&nbsp;float latitude(DIM_41, DIM_76) ;<br>&gt;&nbsp;&nbsp; latitude:descriptiveName = &quot;latitude&quot; ;<br>&gt;&nbsp;&nbsp; latitude:gridSize = 76, 41 ;<br>&gt;&nbsp;&nbsp; latitude:domainOrigin = 65.3125
, 34.625 ;<br>&gt;&nbsp;&nbsp; latitude:domainExtent = 4.6875, 2.5 ;<br>&gt;&nbsp;&nbsp; latitude:units = &quot;degrees&quot; ;<br>&gt;&nbsp;&nbsp; latitude:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&gt;&nbsp;&nbsp; latitude:latLonUR = - 49.3849983215332
, 57.2900009155273 ;<br>&gt;&nbsp;&nbsp; latitude:gridPointLL = 1, 1 ;<br>&gt;&nbsp;&nbsp; latitude:gridPointUR = 93, 65 ;<br>&gt;&nbsp;&nbsp; latitude:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&gt;&nbsp;&nbsp; latitude:latLonOrigin = -95., 25. ;<br>&gt;&nbsp;&nbsp; latitude:stdParallelOne = 25. ;
<br>&gt;&nbsp;&nbsp; latitude:stdParallelTwo = 25. ;<br>&gt;&nbsp;&nbsp;float longitude(DIM_41, DIM_76) ;<br>&gt;&nbsp;&nbsp; longitude:descriptiveName = &quot;longitude&quot; ;<br>&gt;&nbsp;&nbsp; longitude:gridSize = 76, 41 ;<br>&gt;&nbsp;&nbsp; longitude:domainOrigin = 
65.3125, 34.625 ;<br>&gt;&nbsp;&nbsp; longitude:domainExtent = 4.6875, 2.5 ;<br>&gt;&nbsp;&nbsp; longitude:units = &quot;degrees&quot; ;<br>&gt;&nbsp;&nbsp; longitude:latLonLL = -133.458999633789, 12.1899995803833 ;<br>&gt;&nbsp;&nbsp; longitude:latLonUR = -49.3849983215332
, 57.2900009155273 ;<br>&gt;&nbsp;&nbsp; longitude:gridPointLL = 1, 1 ;<br>&gt;&nbsp;&nbsp; longitude:gridPointUR = 93, 65 ;<br>&gt;&nbsp;&nbsp; longitude:projectionType = &quot;LAMBERT_CONFORMAL&quot; ;<br>&gt;&nbsp;&nbsp; longitude:latLonOrigin = -95., 25. ;<br>
&gt;&nbsp;&nbsp; longitude:stdParallelOne = 25. ;<br>&gt;&nbsp;&nbsp; longitude:stdParallelTwo = 25. ;<br>&gt;<br>&gt; // global attributes:<br>&gt;&nbsp;&nbsp; :creationTime = 1133019093 ;<br>&gt;&nbsp;&nbsp; :creationTimeString = &quot;Sat Nov 26 15:31:33 2005&quot; ;
<br>&gt;&nbsp;&nbsp; :fileFormatVersion = &quot;20010816&quot; ;<br>&gt;&nbsp;&nbsp; :startProcTime = &quot;20051126_1200&quot; ;<br>&gt;&nbsp;&nbsp; :endProcTime = &quot;20051128_1200&quot; ;<br>&gt; }<br>&gt;<br>&gt;<br>&gt; This is my xdf file....<br>
&gt;<br>&gt; DSET ^marine_cle.cdf<br>&gt; TITLE Sample dataset<br>&gt; UNDEF -30000.0<br>&gt; XDEF DIM_76 76 LINEAR -83.76 0.06<br>&gt; YDEF DIM_41 41 LINEAR 41.40&nbsp;&nbsp;0.035<br>&gt; TDEF DIM_48 48 LINEAR 12z26NOV2005 1hr<br>
&gt; VARS 3<br>&gt; WaveHeight_SFC=&gt;height 1 99 height<br>&gt; Wind_Mag_SFC=&gt;speed 1 99 speed<br>&gt; Wind_Dir_SFC=&gt;direction 1 99 direction<br>&gt; ENDVARS<br>&gt;<br>&gt;<br></blockquote></div><br>