Ignore:
Timestamp:
Mar 6, 2007 12:28:36 PM (17 years ago)
Author:
raasch
Message:

preliminary version, several changes to be explained later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/chapter_3.5.1.html

    r46 r48  
    155155user-defined subdomains for statistic analysis and output (see <a href="chapter_4.1.html#statistic_regions">statistic_regions</a>
    156156and <a href="chapter_3.5.3.html">chapter
    157 3.5.3</a>).&nbsp; <br>
     1573.5.3</a>) and of additional time series quantities (see comment line example in the file).&nbsp; <br>
    158158
    159159CPU time for <tt><font style="font-size: 10pt;" size="2">user_init</font></tt>
     
    380380
    381381      <td width="117">
    382       <p><tt><font style="font-size: 10pt;" size="2"><font face="Cumberland, monospace"><a name="user_statistics"></a>user_statistics</font></font></tt></p>
    383 
    384       </td>
    385 
    386       <td width="862">
    387       <p>Horizontal averages of vertical profiles of additional
    388 quantities (for example user variables) can be computed and written to
     382      <p><tt><font style="font-size: 10pt;" size="2"><font face="Cumberland, monospace"><a name="user_statistics"></a>user_statistics<br>( sr )</font></font></tt></p>
     383
     384      </td>
     385
     386      <td width="862">
     387      <p>Horizontal
     388averages of vertical profiles of user-defined
     389quantities can be computed here. Also, additional time series
     390quantities can be calculated. They have to be defined before in routine
     391<a href="#user_init"><span style="font-family: Courier New,Courier,monospace;">user_init</span></a>. The routine is called once for each defined statistic region (see <a href="chapter_4.1.html#statistic_region">statistic_region</a>).</p><p></p><p>The routine contains some simple examples (as comment lines) in order to demonstrate how to use it.</p><p><br>Profiles have to be written to
    389392the array <tt><font style="font-size: 10pt;" size="2">sums</font></tt>.
    390393Please use profile numbers starting from 70 upward (thus e.g. <tt><font style="font-size: 10pt;" size="2">sums (&hellip;,
    39139460) =</font></tt><font style="font-size: 10pt;" size="2">&hellip;)</font>. These additional
    392395profiles
    393 are temporally averaged in <tt><font style="font-size: 10pt;" size="2">flow_statistics</font></tt>.
    394 If these profiles should be displayed with the plot program <a href="http://www.muk.uni-hannover.de/institut/software/profil_beschreibung.html">profil</a>,
    395 further instructions in the user-defined software are necessary. For
    396 this, an understanding of the operating mode of the subroutine <tt><font style="font-size: 10pt;" size="2">plot_1d</font></tt>
    397 is required.</p>
     396are temporally averaged in <tt><font style="font-size: 10pt;" size="2">flow_statistics</font></tt>.</p>
    398397
    399398      </td>
Note: See TracChangeset for help on using the changeset viewer.