<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: 12pt;">Hi Mirko,
<div><br>
</div>
<div>Did you check whether you temperature filed is dumped into the field file by checking whether there is a letter 'T' in the header of </div>
<div><br>
</div>
<div>head <span style="font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: medium;">BF_Channel0.f00001|strings|head -1</span></div>
<div><font face="Segoe UI, Helvetica, Arial, sans-serif" size="3"><br>
</font></div>
<div><font face="Segoe UI, Helvetica, Arial, sans-serif" size="3">?<br>
</font>
<div><br>
</div>
<div>If not than you could either turn in the temperature dump by modifying <span style="font-size: 12pt;">turbChannel.rea's line</span></div>
<div><span style="font-size: 12pt;"><br>
</span></div>
<div>
<p style="margin-right: 0px; margin-left: 0px; font-size: 18px; font-family: Monaco;">
  F      TEMPERATURE</p>
</div>
<div><br>
</div>
<div>to </div>
<div><br>
</div>
<div>
<p style="margin-right: 0px; margin-left: 0px; font-size: 18px; font-family: Monaco;">
  T      TEMPERATURE</p>
</div>
<div><br>
</div>
<div>or inserting the line in userchk() before your call to outpost()</div>
<div><br>
</div>
<div><span style="font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: medium;">      ifto = .true. </span></div>
<div><span style="font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: medium;"><br>
</span></div>
<div><span style="font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: medium;">(which is the output specification)</span></div>
<div><span style="font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: medium;"><br>
</span></div>
<div><span style="font-family: 'Segoe UI', Helvetica, Arial, sans-serif; font-size: medium;">Aleks</span></div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF777882" 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> Friday, May 22, 2015 8:21 AM<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Subject:</b> [Nek5000-users] read temperature<br>
</font><br>
</div>
<div></div>
<div>
<div>Hi Neks<br>
<br>
I'm trying to save some variables  in this way:<br>
<br>
call outpost(u_bf,v_bf,w_bf,du_bfdy,vis_t,'BF_')<br>
<br>
after a simulation.<br>
<br>
then i would to read the aforementioned variables:<br>
<br>
 ifto = .true. <br>
 b_flow = 'BF_Channel0.f00001'<br>
 call load_fld(b_flow)<br>
<br>
but it seems to read in the correct way just the first 4 variables:<br>
<br>
xyz min     0.0000      -1.0000       0.0000<br>
uvwpt min   0.0000      0.96051E-20  0.96051E-20  -9.6269      0.96051E-20<br>
PS min      0.0000      0.99000E+22<br>
xyz max     12.560       1.0000       6.2800<br>
uvwpt max  0.97894      0.80000E-19  0.80000E-19   9.6744      0.80000E-19<br>
PS max      0.0000     -0.99000E+22<br>
<br>
because the tmin e tmax are not zero in BF_Channel0.00001!<br>
<br>
Could someone help me?<br>
<br>
Thanks<br>
<br>
-- <br>
<font size="2"><span style="font-family:arial,sans-serif"><br>
</span></font>
<div class="gmail_signature" style="text-align:left">
<div dir="ltr"><font size="2"><span style="font-family:arial,sans-serif">Mr. Mirko Farano<br>
<br>
Ph.D. student at Politecnico di Bari<br>
</span></font><font size="2"><span style="font-family:arial,sans-serif">Tel.: +39-0883529289 / +39-0805963462<br>
</span></font><font size="2"><span style="font-family:arial,sans-serif">Mob.: +39-3202342719<font><span style="line-height:16px"><br>
Department of Mechanics Mathematics and Management</span> -</font> <br>
Fluid Machinery and Energy Systems<br>
Via Re David, 200 - 70125 BARI (Italy)<br>
</span></font><font size="2"><span style="font-family:arial,sans-serif"><font size="2"><span style="font-family:arial,sans-serif"><a href="mailto:mirko.farano@poliba.it" target="_blank"><font color="#05447e">mirko.farano@poliba.it</font></a></span></font><br>
<br>
In joint supervision with the<br>
Ecole Nationale Supérieure d'Arts et Métiers de Paris - Paristech<br>
Tel.: +33-144246436<br>
Mob.: +33-789822134<br>
Dynfluid Laboratory<br>
<span class="_Xbe">151 Boulevard de l'Hôpital - 75013 Paris (Franc</span>e)<br>
<a href="mailto:mirko.farano@ensam.eu" target="_blank"><font color="#05447e"><font face="Arial,Helvetica">mirko.farano@ensam.eu</font></font></a><br>
</span></font></div>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>