<div>Fred:</div>
<div> </div>
<div>   The problem was actually caused by &quot;STRANDID=0, SOLUTIONTIME=0&quot;. Currently the Tecplot reader, a simplified version, does not support loading time series data. If you really want load multiple time steps of data, you need to remove these two tokens from the zone header(s). And you need put each time step as an individual file, e.g., file000.tec, file001.tec, ... and et al. Then you can select all of them by means of &#39;file*.tec&#39; when opening the file dialog. In this way, you will still be able to view the dataset at multiple steps.</div>

<div> </div>
<div>   Sorry for the lack of time series data support and we are considering if we need to add it.</div>
<div> </div>
<div>  Thanks.</div>
<div> </div>
<div>  -Zhanping<br><br></div>
<div class="gmail_quote">On Fri, Nov 20, 2009 at 10:08 AM, Zhanping Liu <span dir="ltr">&lt;<a href="mailto:zhanping.liu@kitware.com">zhanping.liu@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Fred:</div>
<div> </div>
<div>   I will fix it.</div>
<div> </div>
<div>  Thanks.</div>
<div> </div>
<div>  -Zhanping<br><br></div>
<div class="gmail_quote">
<div>
<div></div>
<div class="h5">On Fri, Nov 20, 2009 at 9:13 AM, Fred Fred <span dir="ltr">&lt;<a href="mailto:stan1313@hotmail.fr" target="_blank">stan1313@hotmail.fr</a>&gt;</span> wrote:<br></div></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">
<div>I am not a tecplot file format specialist but I need to read such files provided by other people.<br>The header of my file is as follow:<br><br>TITLE     = &quot;Translation of CGNS file elsAoutput.cgns&quot;<br>VARIABLES = &quot;CoordinateX&quot;<br>
&quot;CoordinateY&quot;<br>&quot;CoordinateZ&quot;<br>&quot;TurbulentDissipation&quot;<br>&quot;Density&quot;<br>&quot;TurbulentDistance&quot;<br>&quot;TurbulentDistanceIndex&quot;<br>&quot;EnergyStagnationDensity&quot;<br>
&quot;MomentumZ&quot;<br>&quot;MomentumY&quot;<br>&quot;MomentumX&quot;<br>&quot;TurbulentEnergyKineticDensity&quot;<br>DATASETAUXDATA Common.DensityVar=&quot;5&quot;<br>DATASETAUXDATA Common.StagnationEnergyVar=&quot;8&quot;<br>
DATASETAUXDATA Common.TurbulentDissipationRateVar=&quot;4&quot;<br>DATASETAUXDATA Common.UVar=&quot;11&quot;<br>DATASETAUXDATA Common.VectorVarsAreVelocity=&quot;FALSE&quot;<br>DATASETAUXDATA Common.VVar=&quot;10&quot;<br>
DATASETAUXDATA Common.WVar=&quot;9&quot;<br>ZONE T=&quot;domain1&quot;<br> STRANDID=0, SOLUTIONTIME=0<br> I=43, J=45, K=5, ZONETYPE=Ordered<br> DATAPACKING=BLOCK<br> VARLOCATION=([4-12]=CELLCENTERED)<br> AUXDATA CGNS.CGNSBase_t=&quot;Base#1&quot;<br>
 AUXDATA CGNS.Zone_t=&quot;domain1&quot;<br><br>I get this errors:<br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DATAPACKING found in the file is unknown.<br>
<br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type BLOCK found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>
vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type VARLOCATION found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type [4-12] found in the file is unknown.<br>
<br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type CELLCENTERED found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>
vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type AUXDATA found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type CGNS.CGNSBASE_T found in the file is unknown.<br>
<br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type Base#1 found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>
vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type AUXDATA found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type CGNS.ZONE_T found in the file is unknown.<br>
<br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type domain1 found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>
vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DT found in the file is unknown.<br><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DOUBLE found in the file is unknown.<br>
<br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DOUBLE found in the file is unknown.<br><br>So it seems that the line &quot;DATAPACKING=BLOCK&quot; raises problem.<br>
Any help?<br>
<div><br><br>
<hr>
Gagnez au cadeau par jour avec Hotmail Magic Moment ! <a href="http://www.hotmailmagicmoment.com/" target="_blank">Cliquez ici !</a></div></div><br></div></div>_______________________________________________<br>Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br><br></blockquote></div><font color="#888888"><br>
<br clear="all"><br>-- <br>Zhanping Liu, PhD<br>Kitware, Inc.<br>28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-371-3971 x 138<br><a href="http://www.zhanpingliu.org/" target="_blank">http://www.zhanpingliu.org</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Zhanping Liu, PhD<br>Kitware, Inc.<br>28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-371-3971 x 138<br><a href="http://www.zhanpingliu.org">http://www.zhanpingliu.org</a><br>