Changeset 108 for palm/trunk/DOC/app/chapter_3.7.html
- Timestamp:
- Aug 24, 2007 3:10:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_3.7.html
r61 r108 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html><head> 3 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM 4 chapter 3.7</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20040809;13460943"> <meta name="CHANGED" content="20041112;15085727"> <meta name="KEYWORDS" content="parallel LES model"> <style> 2 <html> 3 <head> 4 5 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"> 6 <title>PALM chapter 3.7</title> 7 8 <meta name="GENERATOR" content="StarOffice 7 (Win32)"> 9 10 <meta name="AUTHOR" content="Siegfried Raasch"> 11 12 <meta name="CREATED" content="20040809;13460943"> 13 14 <meta name="CHANGED" content="20041112;15085727"> 15 16 <meta name="KEYWORDS" content="parallel LES model"> 17 18 <style> 5 19 <!-- 6 20 @page { size: 21cm 29.7cm } 7 21 --> 8 </style></head> 22 </style> 23 </head> 9 24 10 <body style="direction: ltr;" lang="en-US"><h3 style="line-height: 100%;">3.7 Optional software packages</h3> 25 <body style="direction: ltr;" lang="en-US"> 26 <h3 style="line-height: 100%;">3.7 Optional software packages</h3> 27 11 28 <p style="line-height: 100%;">Starting from version 2.1 12 29 PALM includes … … 19 36 compilation time as well as the memory demand of the model is limited 20 37 to the real needs. </p> 38 21 39 <p style="line-height: 100%;">To use software packages in 22 40 a model run, … … 31 49 the <b>mrun</b> call 32 50 has to be: </p> 33 <ul> <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">mrun ... -p 51 52 <ul> 53 54 <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">mrun ... -p 34 55 “package1 package2” </font>.</tt></p> 35 </ul><p style="line-height: 100%;">Starting from version 3.2, the particles-package is part of the default model, so it does not have to be switched on using <span style="font-weight: bold;">mrun</span>-option <span style="font-family: Courier New,Courier,monospace;">-p</span>. However, the respective parameters have still to be set by using the NAMELIST group <span style="font-family: Courier New,Courier,monospace;">particles_par</span>.</p><p style="line-height: 100%;">Further package 56 57 </ul> 58 <p style="line-height: 100%;">Starting from version 3.2, the particles-package is part of the default model, so it does not have to be switched on using <span style="font-weight: bold;">mrun</span>-option <span style="font-family: Courier New,Courier,monospace;">-p</span>. However, the respective parameters have still to be set by using the NAMELIST group <span style="font-family: Courier New,Courier,monospace;">particles_par</span>.</p> 59 <p style="line-height: 100%;">Further package 36 60 names can be added to 37 61 the list, separated by blanks. If the respective packages permit user … … 43 67 group name is given in the table below. For the example above one 44 68 would have to add the following lines to PARIN (example): </p> 45 <ul> <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&namelist_packagename1 69 70 <ul> 71 72 <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&namelist_packagename1 46 73 var1 = 1,0, var2 = 47 74 “abcd” /</font></tt><font style="font-size: 10pt;" size="2"> </font> </p> 48 <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&namelist_packagename2 75 76 <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&namelist_packagename2 49 77 var3 = .TRUE., 50 78 var4 = 0 /</font></tt></p> 51 </ul><p style="margin-bottom: 0cm; line-height: 100%;">The 79 80 </ul> 81 <p style="margin-bottom: 0cm; line-height: 100%;">The 52 82 following 53 83 packages are available: <br> 84 54 85 <br> 86 55 87 </p> 56 <table border="1" cellpadding="2" cellspacing="2" width="100%"> <tbody> <tr> <td> <p><b>Package 57 name:</b></p> </td> <td> <p><b>NAMELIST 58 group name:</b></p> </td> <td> <p><b>Functionality:</b></p> 59 </td> <td> <p><b>Control parameter:</b></p> 60 </td> </tr> <tr valign="top"> <td> <p>--- (see above)</p> 61 </td> <td> <p>particles_par</p> </td> <td> 62 <p>Release and advection of particles. The particle sources can 88 89 <table border="1" cellpadding="2" cellspacing="2" width="100%"> 90 <tbody> 91 <tr> 92 <td> 93 <p><b>Package 94 name:</b></p> 95 </td> 96 <td> 97 <p><b>NAMELIST 98 group name:</b></p> 99 </td> 100 <td> 101 <p><b>Functionality:</b></p> 102 103 </td> 104 <td> 105 <p><b>Control parameter:</b></p> 106 107 </td> 108 </tr> 109 <tr valign="top"> 110 <td> 111 <p>--- (see above)</p> 112 113 </td> 114 <td> 115 <p>particles_par</p> 116 </td> 117 <td> 118 <p>Release and advection of particles. The particle sources can 63 119 additionally be defined by the user in subroutine <tt><font style="font-size: 10pt;" size="2">user_init_particles</font></tt> 64 .</p> </td> <td> <p>see section 4.2</p> 65 </td> </tr> <tr valign="top"> <td> <p>dvrp_graphics</p> 66 </td> <td> <p>dvrp_graphics_par</p> </td> 67 <td> <p>Graphical output with the dvrp software of the 120 .</p> 121 </td> 122 <td> 123 <p>see section 4.2</p> 124 125 </td> 126 </tr> 127 <tr valign="top"> 128 <td> 129 <p>dvrp_graphics</p> 130 131 </td> 132 <td> 133 <p>dvrp_graphics_par</p> 134 </td> 135 136 <td> 137 <p>Graphical output with the dvrp software of the 68 138 RRZN. This is 69 139 only available on the IBM Regatta "hanni" of the HLRN. Possible output 70 140 are iso-surfaces, cross-sections and particles (if the particle package 71 is selected). The use of this package is described in section <a href="chapter_4.5.7.html">4.5.7</a>.</p> </td> 72 <td> <p>see section 4.2</p> </td> </tr> 73 <tr valign="top"> <td> <p>spectra</p> </td> 74 <td> <p>spectra_par</p> </td> <td> <p>Computation 141 is selected). The use of this package is described in section <a href="chapter_4.5.7.html">4.5.7</a>.</p> 142 </td> 143 144 <td> 145 <p>see section 4.2</p> 146 </td> 147 </tr> 148 149 <tr valign="top"> 150 <td> 151 <p>spectra</p> 152 </td> 153 154 <td> 155 <p>spectra_par</p> 156 </td> 157 <td> 158 <p>Computation 75 159 and output of horizontal power spectra of the 76 prognostic variables. </p> </td> <td> <p>see 160 prognostic variables. </p> 161 </td> 162 <td> 163 <p>see 77 164 section <a href="chapter_4.2.html#spectra_package">4.2</a></p> 78 </td> </tr> </tbody> 79 </table><hr> 80 <p style="line-height: 100%;"><br><font color="#000080"><font color="#000080"><a href="chapter_3.6.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_4.0.html"><font color="#000080"><img src="right.gif" name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></font></font></p> 165 166 </td> 167 </tr> 168 169 </tbody> 170 </table> 171 <hr> 172 <p style="line-height: 100%;"><br> 173 <font color="#000080"><font color="#000080"><a href="chapter_3.6.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_3.8.html"><font color="#000080"><img style="border: 2px solid ; width: 32px; height: 32px;" alt="" src="right.gif" name="Grafik3"></font></a></font></font></p> 174 81 175 <p style="line-height: 100%;"><i>Last 82 176 change: </i> $Id$</p> 83 </body></html> 177 178 </body> 179 </html>
Note: See TracChangeset
for help on using the changeset viewer.