[5] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
[108] | 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> |
---|
[61] | 19 | <!-- |
---|
| 20 | @page { size: 21cm 29.7cm } |
---|
| 21 | --> |
---|
[108] | 22 | </style> |
---|
| 23 | </head> |
---|
[61] | 24 | |
---|
[108] | 25 | <body style="direction: ltr;" lang="en-US"> |
---|
| 26 | <h3 style="line-height: 100%;">3.7 Optional software packages</h3> |
---|
| 27 | |
---|
[61] | 28 | <p style="line-height: 100%;">Starting from version 2.1 |
---|
| 29 | PALM includes |
---|
[5] | 30 | so-called software packages which can be used optionally. These |
---|
| 31 | software packages are part of the model, but they are not compiled with |
---|
| 32 | the default model |
---|
| 33 | installation (actually, the routines of the corresponding packages are |
---|
| 34 | compiled within the installation, but these subroutines are empty, |
---|
| 35 | i.e. they do not contain any executable statements). Thus the |
---|
| 36 | compilation time as well as the memory demand of the model is limited |
---|
| 37 | to the real needs. </p> |
---|
[108] | 38 | |
---|
[61] | 39 | <p style="line-height: 100%;">To use software packages in |
---|
| 40 | a model run, |
---|
| 41 | they must be requested with <b>mrun</b> option <tt><font style="font-size: 10pt;" size="2">-p</font>.</tt> |
---|
[5] | 42 | Then the subroutines belonging to the respective package are |
---|
| 43 | additionally compiled for the run (and the respective restart |
---|
| 44 | runs; the filenames of these subroutines are also displayed on the |
---|
[61] | 45 | terminal after <b>mrun</b> has been called). If one wants |
---|
| 46 | to use e.g. |
---|
[5] | 47 | the two packages with the names |
---|
[61] | 48 | <tt>package1</tt> and <tt>package2</tt>, then |
---|
| 49 | the <b>mrun</b> call |
---|
[5] | 50 | has to be: </p> |
---|
[108] | 51 | |
---|
| 52 | <ul> |
---|
| 53 | |
---|
| 54 | <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">mrun ... -p |
---|
[61] | 55 | “package1 package2” </font>.</tt></p> |
---|
[108] | 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 |
---|
[61] | 60 | names can be added to |
---|
[5] | 61 | the list, separated by blanks. If the respective packages permit user |
---|
| 62 | steering, the appropriate parameters must be given at the end of |
---|
| 63 | the file <a href="chapter_3.4.html#PARIN">PARIN</a>. |
---|
[61] | 64 | They must be given <b>before</b> possible user-defined |
---|
| 65 | parameters! |
---|
[5] | 66 | Each package requires its own NAMELIST group. The respective NAMELIST |
---|
| 67 | group name is given in the table below. For the example above one |
---|
| 68 | would have to add the following lines to PARIN (example): </p> |
---|
[108] | 69 | |
---|
| 70 | <ul> |
---|
| 71 | |
---|
| 72 | <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&namelist_packagename1 |
---|
[61] | 73 | var1 = 1,0, var2 = |
---|
| 74 | “abcd” /</font></tt><font style="font-size: 10pt;" size="2"> </font> </p> |
---|
[108] | 75 | |
---|
| 76 | <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&namelist_packagename2 |
---|
[61] | 77 | var3 = .TRUE., |
---|
[5] | 78 | var4 = 0 /</font></tt></p> |
---|
[108] | 79 | |
---|
| 80 | </ul> |
---|
| 81 | <p style="margin-bottom: 0cm; line-height: 100%;">The |
---|
[61] | 82 | following |
---|
[5] | 83 | packages are available: <br> |
---|
[108] | 84 | |
---|
[5] | 85 | <br> |
---|
[108] | 86 | |
---|
[5] | 87 | </p> |
---|
[108] | 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 |
---|
[61] | 119 | additionally be defined by the user in subroutine <tt><font style="font-size: 10pt;" size="2">user_init_particles</font></tt> |
---|
[108] | 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 |
---|
[61] | 138 | RRZN. This is |
---|
[5] | 139 | only available on the IBM Regatta "hanni" of the HLRN. Possible output |
---|
| 140 | are iso-surfaces, cross-sections and particles (if the particle package |
---|
[108] | 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 |
---|
[61] | 159 | and output of horizontal power spectra of the |
---|
[108] | 160 | prognostic variables. </p> |
---|
| 161 | </td> |
---|
| 162 | <td> |
---|
| 163 | <p>see |
---|
[61] | 164 | section <a href="chapter_4.2.html#spectra_package">4.2</a></p> |
---|
[108] | 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 | |
---|
[61] | 175 | <p style="line-height: 100%;"><i>Last |
---|
| 176 | change: </i> $Id: chapter_3.7.html 108 2007-08-24 15:10:38Z raasch $</p> |
---|
[108] | 177 | |
---|
| 178 | </body> |
---|
| 179 | </html> |
---|