Changeset 135 for palm/trunk/DOC/app


Ignore:
Timestamp:
Nov 22, 2007 12:24:23 PM (16 years ago)
Author:
raasch
Message:

bug concerning mixing length calculation in case of negative f removed; inconsistencies concerning variable grid removed

File:
1 edited

Legend:

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

    r130 r135  
    192192output of 3d volume data, the gridpoint data of the quantity has to be
    193193resorted to array <span style="font-family: monospace;">local_pf</span>
    194 in subroutine <a href="chapter_3.5.1.html#user_data_output_3d"><span style="font-family: monospace;">user_data_output_3d</span></a>.
    195 Also the vertical grid, on which the quantity is defined, has to be set
    196 again:<br><br><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;CASE
     194in subroutine <a href="chapter_3.5.1.html#user_data_output_3d"><span style="font-family: monospace;">user_data_output_3d</span></a>.:<br><br><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;CASE
    197195( 'u2' )</span><br style="font-family: monospace;"><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    198196IF ( av == 0 )&nbsp; THEN</span><br style="font-family: monospace;"><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
    212210ENDDO</span><br style="font-family: monospace;"><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    213211ENDDO</span><br style="font-family: monospace;"><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    214 ENDIF</span><br style="font-family: monospace;"><br style="font-family: monospace;"><span style="font-family: monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    215 grid = 'zu'</span><br><br>The <span style="font-family: monospace;">ELSE</span> case is
     212ENDIF</span><br><br>The <span style="font-family: monospace;">ELSE</span> case is
    216213only needed in case that output of time-averaged data is requested.<br><br><br></li><li>In
    217214case of job chains, the sum array has to be written to the (binary)
Note: See TracChangeset for help on using the changeset viewer.