Hi Everyone,<div><br></div><div>I think the issue is the first line of the header.  It needs to be "NEK5000", not "NEK3D".  It looks like the parsing of the header looks for the form "TAG VALUE".  The exception is the first line, which is "NEK5000".  So it tried to read NEK3D as a tag and then ate the filetemplate as the tag "NEK3D"s value. </div>
<div><br></div><div>When I switched it to NEK5000, VisIt was able to read the file and make a plot, no problem.</div><div><br></div><div>(Aleks: looks like we can read ASCII!  I wasn't sure myself ;)</div><div><br></div>
<div>Best,</div><div>Hank<br><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 10:14 AM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
For some reason you have ASCII format which is usually triggered by param(66)<0 in .rea or an overwrite in .usr file with param(66)=0 instead of repo's param(66)=4 -- could you check you .usr file?<br>
<br>
Visit reader may not work with it since it's optimized to work with large datasets for which ASCII format is prohibitive.<br>
<div class="im"><br>
Aleks<br>
<br>
<br>
<br>
----- Original Message -----<br>
From: <a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a><br>
To: <a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a><br>
</div><div class="im">Sent: Thursday, January 6, 2011 12:04:11 PM<br>
Subject: Re: [Nek5000-users] First Visit file<br>
<br>
</div><div><div></div><div class="h5">Hi,<br>
<br>
I used a test case (10 dump files from test1.fld01 to test1.fld10) which<br>
head sections look like this (test1.fld01):<br>
<br>
------------------------------------------------------------------------<br>
 100  12  12   1 2.0000000E-02   10 X Y U P<br>
NELT,NX,NY,N<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000      0.000      0.000<br>
  0.000      0.000      0.000      0.000<br>
  0.000000E+00  0.000000E+00  0.000000E+00  0.000000E+00  1.154895E+01<br>
  2.755036E-03  0.000000E+00  0.000000E+00  0.000000E+00  1.080465E+01<br>
  9.036034E-03  0.000000E+00  0.000000E+00  0.000000E+00  9.776687E+00<br>
...<br>
------------------------------------------------------------------------<br>
<br>
the test1.nek3d file obtained after running the script contains:<br>
<br>
------------------------------------------------------------------------<br>
NEK3D<br>
filetemplate: test1.fld%02d<br>
firsttimestep: 1<br>
numtimesteps: 10<br>
meshcoords: 1<br>
------------------------------------------------------------------------<br>
<br>
However Visit is unable to read it:<br>
<br>
------------------------------------------------------------------------<br>
The file format reader issued the following error message, which may (or<br>
may not) be indicative of the problem:<br>
<br>
VisIt believes this is a "Nek" file. Further, the reader for this format<br>
believes this is a non-compliant file of this type. Its description of<br>
non-compliance is: "A tag called filetemplate: must be specified"<br>
------------------------------------------------------------------------<br>
<br>
Thanks.<br>
<br>
_______________________________________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov">Nek5000-users@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br>
_______________________________________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov">Nek5000-users@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br>
</div></div></blockquote></div><br></div>