<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div><br>
</div>
You can set param(66)=0 in usrdat2:
<div><br>
</div>
<div>      param(66)=0</div>
<div><br>
</div>
<div>this will cause the output to be in ascii, in a .fld file...</div>
<div><br>
</div>
<div>I wouldn't recommend this for large parallel cases, however, as the ascii output</div>
<div>is not fast.</div>
<div><br>
</div>
<div>Paul</div>
<div><br>
</div>
<div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF760594" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> nek5000-users-bounces@lists.mcs.anl.gov [nek5000-users-bounces@lists.mcs.anl.gov] on behalf of nek5000-users@lists.mcs.anl.gov [nek5000-users@lists.mcs.anl.gov]<br>
<b>Sent:</b> Wednesday, March 08, 2017 8:27 PM<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Subject:</b> Re: [Nek5000-users] how to dumping velocity data in each processor to file<br>
</font><br>
</div>
<div></div>
<div>
<p>Hi Tanmoy,</p>
<p>Thanks! In fact I can use the outpost routine, but I don't know how to read the hisxxxx.f0001 file except by VisIt . I want to write down the data in a familar format so that I can handle it very easy. Or can I transform the outpost format into ASCII that
 I can also read it easy?</p>
<p>Best regards!<br>
Hu<br>
<br>
</p>
<blockquote name="replyContent" style="padding-left:5px; margin-left:5px; border-left:#b6b6b6 2px solid; margin-right:0px">
-----Original Messages-----<br>
<b>From:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Sent Time:</b> Thursday, March 9, 2017<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Cc:</b> <br>
<b>Subject:</b> Re: [Nek5000-users] how to dumping velocity data in each processor to file<br>
<br>
<div dir="ltr">Hi Hu,
<div><br>
</div>
<div>Is there any specific reason why you cant use the outpost routine.</div>
<div>call outpost(vx,vy,vz,pr,t,'his') might be a better option.</div>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div class="gmail_signature">
<div dir="ltr">
<div>Best Regards,<br>
</div>
Tanmoy<br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Wed, Mar 8, 2017 at 4:32 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="padding-left:1ex; margin:0px 0px 0px 0.8ex; border-left:#ccc 1px solid">
<p>hi, all</p>
<p>I'm trying to write down velocity in each processor into files. Below is an sample in the subroutine userchk:</p>
<p>open(unit=80,file='result.dat'<wbr>)<br>
write(80,*) 'x, y, z, u, v, z, p'<br>
do e=1,<font color="#ff0000">nelv<br>
</font>   do k=1,lz1<br>
      do j=1,ly1<br>
         do i=1,lx1<br>
            write(80,1) xm1(i,j,k,e),ym1(i,j,k,e),zm1(<wbr>i,j,k,e),<br>
&           vx(i,j,k,e),vy(i,j,k,e),vz(i,<wbr>j,k,e),pr(i,j,k,e)<br>
         enddo<br>
      enddo<br>
   enddo<br>
enddo<br>
1 format(1p15e17.9)</p>
<p>But in this case ,I can get the data only in one processor. When I use more than one processor, how to get velocity in all processors?</p>
<p> </p>
<p>Best regards!</p>
<p>Hu</p>
<br>
______________________________<wbr>_________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov" target="_blank">Nek5000-users@lists.mcs.anl.<wbr>gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" rel="noreferrer" target="_blank">https://lists.mcs.anl.gov/<wbr>mailman/listinfo/nek5000-users</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</body>
</html>