Changeset 116 for palm/trunk/DOC
- Timestamp:
- Oct 11, 2007 2:30:27 AM (17 years ago)
- Location:
- palm/trunk/DOC/app
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_4.1.html
r115 r116 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 <head> 2 <html><head> 4 3 5 4 … … 20 19 21 20 22 <title>PALM chapter 4.1</title> 23 </head> 21 <title>PALM chapter 4.1</title></head> 24 22 25 23 <body> … … 2153 2151 2154 2152 2155 Cloud droplets require to use the particle package (<span style="font-weight: bold;">mrun</span>-option <span style="font-family: monospace;">-p particles</span>), 2156 so in this case a particle corresponds to a droplet. The droplet 2153 <span style="font-weight: bold;"></span><span style="font-family: monospace;"></span> 2154 2155 2156 2157 2158 Cloud droplets require to use particles (i.e. the NAMELIST group <span style="font-family: Courier New,Courier,monospace;">particles_par</span> has to be included in the parameter file<span style="font-family: monospace;"></span>). Then each particle is a representative for a certain number of droplets. The droplet 2157 2159 features (number of droplets, initial radius, etc.) can be steered with 2158 2160 the respective particle parameters (see e.g. <a href="#chapter_4.2.html#radius">radius</a>). … … 12602 12604 12603 12605 12604 </body> 12605 </html> 12606 </body></html> -
palm/trunk/DOC/app/chapter_4.2.html
r108 r116 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 <head> 2 <html><head> 4 3 5 4 … … 12 11 13 12 14 <title>PALM chapter 4.2</title> 15 </head> 16 13 <title>PALM chapter 4.2</title></head> 17 14 18 15 <body> … … 8686 8683 8687 8684 8688 <tr> 8685 <tr><td style="vertical-align: top;"><span style="font-weight: bold;"><a name="dt_sort_particles"></a>dt_sort_particles</span></td><td style="vertical-align: top;">R</td><td style="vertical-align: top;"><span style="font-style: italic;">0.0</span></td><td style="vertical-align: top;">Temporal interval for sorting particles (in s).<br><br>By 8686 default, particles are sorted in memory in a way that their order 8687 follows the order in which the gridpoint values are stored. This may 8688 improve cache coherence in case of larger numbers of particles and 8689 gridpoints. However, since the sorting itself is time consuming and 8690 since the requirement of sorting depends on the strength of mixing in 8691 the flow, performance can be improved if the sorting is applied only 8692 after certain time intervals. The proper length of this interval <span style="font-weight: bold;">dt_sort_particles</span> must be determined empirically by carrying out test runs with different intervals. Check file <a href="chapter_3.4.html#CPU_MEASURES">CPU_MEASURES</a> to find the value of <span style="font-weight: bold;">dt_sort_particles</span> which gives the best performance.<br><br><span style="font-weight: bold;">Note:</span><br>In case of <a href="chapter_4.1.html#cloud_droplets">cloud_droplets</a> = <span style="font-style: italic;">.T.</span>, any given non-zero value of <span style="font-weight: bold;">dt_sort_particles</span> will be reset to zero and a corresponding warning message will appear in the job protocol.</td></tr><tr> 8689 8693 8690 8694 … … 11590 11594 11591 11595 11592 </body> 11593 </html> 11596 </body></html> -
palm/trunk/DOC/app/chapter_4.6.html
r115 r116 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html> 3 <head> 2 <html><head> 4 3 5 4 … … 15 14 16 15 17 <title>PALM chapter 4.6</title>18 < meta name="GENERATOR" content="StarOffice 7 (Win32)">16 17 <title>PALM chapter 4.6</title><meta name="GENERATOR" content="StarOffice 7 (Win32)"> 19 18 20 19 … … 50 49 @page { size: 21cm 29.7cm } 51 50 --> 52 </style> 53 </head> 54 51 </style></head> 55 52 56 53 <body style="direction: ltr;" lang="en-US"> … … 3732 3729 3733 3730 3734 <tr> 3731 <tr><td><a href="chapter_4.2.html#dt_sort_particles"><span style="font-weight: bold;">dt_sort_particles</span></a></td><td>P</td><td>R</td><td><span style="font-style: italic;">0.0</span></td><td>Temporal interval for sorting particles (in s).</td></tr><tr> 3735 3732 3736 3733 … … 11820 11817 11821 11818 11822 </body> 11823 </html> 11819 </body></html>
Note: See TracChangeset
for help on using the changeset viewer.