source: palm/trunk/DOC/app/chapter_3.7.html @ 336

Last change on this file since 336 was 189, checked in by letzel, 16 years ago
  • changed: allow 100 spectra levels instead of 10 for consistency with define_netcdf_header
  • Property svn:keywords set to Id
File size: 5.4 KB
RevLine 
[5]1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
[189]2<html><head>
[108]3
4  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252">
[189]5 
[108]6 
[189]7  <title>PALM chapter 3.7</title><meta name="GENERATOR" content="StarOffice 7 (Win32)">
[108]8 
9  <meta name="AUTHOR" content="Siegfried Raasch">
10 
11  <meta name="CREATED" content="20040809;13460943">
12 
13  <meta name="CHANGED" content="20041112;15085727">
14 
15  <meta name="KEYWORDS" content="parallel LES model">
16 
17  <style>
[61]18<!--
19@page { size: 21cm 29.7cm }
20-->
[189]21  </style></head>
[61]22
[108]23<body style="direction: ltr;" lang="en-US">
24<h3 style="line-height: 100%;">3.7 Optional software packages</h3>
25
[61]26<p style="line-height: 100%;">Starting from version 2.1
27PALM includes
[5]28so-called software packages which can be used optionally. These
29software packages are part of the model, but they are not compiled with
30the default model
31installation (actually, the routines of the corresponding packages are
32compiled within the installation, but these subroutines are empty,
33i.e. they do not contain any executable statements). Thus the
34compilation time as well as the memory demand of the model is limited
35to the real needs. </p>
[108]36
[61]37<p style="line-height: 100%;">To use software packages in
38a model run,
39they must be requested with <b>mrun</b> option <tt><font style="font-size: 10pt;" size="2">-p</font>.</tt>
[5]40Then the subroutines belonging to the respective package are
41additionally compiled for the run (and the respective restart
42runs; the filenames of these subroutines are also displayed on the
[61]43terminal after <b>mrun</b> has been called). If one wants
44to use e.g.
[5]45the two packages with the names
[61]46<tt>package1</tt> and <tt>package2</tt>, then
47the <b>mrun</b> call
[5]48has to be: </p>
[108]49
50<ul>
51 
52  <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">mrun ... -p
[61]53&ldquo;package1 package2&rdquo; </font>.</tt></p>
[108]54
55</ul>
56<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>
57<p style="line-height: 100%;">Further package
[61]58names can be added to
[5]59the list, separated by blanks. If the respective packages permit user
60steering, the appropriate parameters must be given at the end of
61the file <a href="chapter_3.4.html#PARIN">PARIN</a>.
[61]62They must be given <b>before</b> possible user-defined
63parameters!
[5]64Each package requires its own NAMELIST group. The respective NAMELIST
65group name is given in the table below. For the example above one
66would have to add the following lines to PARIN (example): &nbsp; </p>
[108]67
68<ul>
69 
70  <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&amp;namelist_packagename1
[61]71var1 = 1,0, var2 =
72&ldquo;abcd&rdquo; /</font></tt><font style="font-size: 10pt;" size="2"> </font> </p>
[108]73
74  <p style="line-height: 100%;"><tt><font style="font-size: 10pt;" size="2">&amp;namelist_packagename2
[61]75var3 = .TRUE.,
[5]76var4 = 0 /</font></tt></p>
[108]77
78</ul>
79<p style="margin-bottom: 0cm; line-height: 100%;">The
[61]80following
[5]81packages are available: <br>
[108]82
[5]83&nbsp; <br>
[108]84
[5]85&nbsp; </p>
[108]86
87<table border="1" cellpadding="2" cellspacing="2" width="100%">
88 <tbody>
89 <tr>
90 <td> 
91      <p><b>Package
92name:</b></p>
93 </td>
94 <td> 
95      <p><b>NAMELIST
96group name:</b></p>
97 </td>
98 <td> 
99      <p><b>Functionality:</b></p>
100
101      </td>
102 <td> 
103      <p><b>Control parameter:</b></p>
104
105      </td>
106 </tr>
107 <tr valign="top">
108 <td> 
109      <p>--- (see above)</p>
110
111      </td>
112 <td> 
113      <p>particles_par</p>
114 </td>
115 <td>
116      <p>Release and advection of particles. The particle sources can
[61]117additionally be defined by the user in subroutine <tt><font style="font-size: 10pt;" size="2">user_init_particles</font></tt>
[108]118.</p>
119 </td>
120 <td> 
[189]121      <p>see section <a href="chapter_4.2.html#particle_parameters">4.2</a></p>
[108]122
123      </td>
124 </tr>
125 <tr valign="top">
126 <td> 
127      <p>dvrp_graphics</p>
128
129      </td>
130 <td> 
131      <p>dvrp_graphics_par</p>
132 </td>
133
134      <td> 
135      <p>Graphical output with the dvrp software of the
[61]136RRZN. This is
[5]137only available on the IBM Regatta "hanni" of the HLRN. Possible output
138are iso-surfaces, cross-sections and particles (if the particle package
[108]139is selected). The use of this package is described in section <a href="chapter_4.5.7.html">4.5.7</a>.</p>
140 </td>
141
142      <td> 
[189]143      <p>see section <a href="chapter_4.2.html#dvrp_graphics">4.2</a></p>
[108]144 </td>
145 </tr>
146
147    <tr valign="top">
148 <td> 
149      <p>spectra</p>
150 </td>
151
152      <td> 
153      <p>spectra_par</p>
154 </td>
155 <td> 
156      <p>Computation
[61]157and output of horizontal power spectra of the
[108]158prognostic variables. </p>
159 </td>
160 <td> 
161      <p>see
[189]162section <a href="chapter_4.2.html#spectra">4.2</a></p>
[108]163
164      </td>
165 </tr>
166 
167  </tbody>
168</table>
169<hr>
170<p style="line-height: 100%;"><br>
171<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>
172
[61]173<p style="line-height: 100%;"><i>Last
174change:&nbsp;</i> $Id: chapter_3.7.html 189 2008-08-13 17:09:26Z raasch $</p>
[108]175
[189]176</body></html>
Note: See TracBrowser for help on using the repository browser.