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