<div dir="ltr"><div><div><div><div>Hi JC,<br><br></div>You should be able to control the outpost frequency and precision using the parameters parameter 15 (IOSTEP) and parameter 63, respectively.<br><br></div>So, if you wanted the first 100 steps to output every step, you would set something like:<br>

<br>if(istep.le.100)  param(15)=1<br><br> To set the precision to 64bit, set param(63)=8, as well.  Setting param(63) to anything else should default it to 8 byte precision.<br><br></div>As far as overwriting previous fld files, you should be able to reset a parameter used in prepost.f that increments the file counter.  I haven't had a chance to test this, but I can take a look at it last this weekend.<br>

<br>hth.<br></div>Katherine <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 15, 2014 at 3:34 AM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov" target="_blank">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"><div dir="ltr">Howdy Nek's,<br><br>I have a couple questions regarding the ouput of files:<br><ol><li>How can force, within the code (say in usrchk), some files to be output in 64 bits for high-accuracy checkpointing and other in regular 8 bits for simple visualisation?</li>



<li>Say, during the first 1000 iterations, the code outpost a file every single iteration so that I have blah0.f00001 to blah0.f01000. How can I then force the code to outpost my new files (from istep = 1001 to 2000 say) rewriting on blah0.f00001 to blah0.f01000?</li>



</ol><p>Thanks a lot.<br>Regards,</p><p>JC<span class="HOEnZb"><font color="#888888"><br></font></span></p><span class="HOEnZb"><font color="#888888"><div><br>-- <br><div dir="ltr">Jean-Christophe Loiseau<br><a href="https://sites.google.com/site/loiseaujc/" target="_blank">Homepage</a><br>

</div>
</div></font></span></div>
<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></blockquote></div><br></div>