<div>Hi Aleks,<br><br>this is the first line:<br><br>#std 4  8  8  8       7680       7680  0.5487520544140E-02         0      0      1 XUPT<br><br>so the temperature is written, moreover when i see the BF_Channel0.f00001 in visit, i see the right value of the temperature variable.<br><br>-- <br abp="3089"><font abp="3090" size="2"><span style="font-family: arial,sans-serif;" abp="3091"><br abp="3092"></span></font><div class="gmail_signature" style="text-align: left;" abp="3093"><div dir="ltr" abp="3094"><font abp="3095" size="2"><span style="font-family: arial,sans-serif;" abp="3096">Mr. Mirko Farano<br abp="3097"><br abp="3098">Ph.D. student at Politecnico di Bari<br abp="3099"></span></font><font abp="3101" size="2"><span style="font-family: arial,sans-serif;" abp="3102">Tel.: +39-0883529289 / +39-0805963462<br abp="3103"></span></font><font abp="3105" size="2"><span style="font-family: arial,sans-serif;" abp="3106">Mob.: +39-3202342719<font abp="3107"><span style="line-height: 16px;" abp="3108"><br abp="3109">Department of Mechanics Mathematics and Management</span> -</font> <br abp="3110">Fluid Machinery and Energy Systems<br abp="3111">Via Re David, 200 - 70125 BARI (Italy)<br abp="3112"></span></font><font abp="3113" size="2"><span style="font-family: arial,sans-serif;" abp="3114"><font abp="3115" size="2"><span style="font-family: arial,sans-serif;" abp="3116"><a href="mailto:mirko.farano@poliba.it" abp="3117"><font abp="3118" color="#05447e">mirko.farano@poliba.it</font></a></span></font><br abp="3119"><br abp="3120">In joint supervision with the<br abp="3121">Ecole Nationale Supérieure d'Arts et Métiers de Paris - Paristech<br abp="3122">Tel.: +33-144246436<br abp="3123">Mob.: +33-789822134<br abp="3124">Dynfluid Laboratory<br abp="3125"><span class="_Xbe" abp="3126">151 Boulevard de l'Hôpital - 75013 Paris (Franc</span>e)<br abp="3127"><a href="mailto:mirko.farano@ensam.eu" abp="3128"><font abp="3129" color="#05447e"><font abp="3130" face="Arial,Helvetica">mirko.farano@ensam.eu</font></font></a><br abp="3131"></span></font></div></div></div><br>
<br>
<blockquote>
----Messaggio originale----<br>
Da: nek5000-users@lists.mcs.anl.gov<br>
Data: 22-mag-2015 17.11<br>
A: "nek5000-users@lists.mcs.anl.gov"<nek5000-users@lists.mcs.anl.gov><br>
Ogg: Re: [Nek5000-users] read temperature<br>
<br>

<!--

<style type="text/css" id="owaParaStyle"></style>
-->

<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" color="#000000" size="2"><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>


<br>
</blockquote><br>