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

Last change on this file since 157 was 108, checked in by letzel, 17 years ago
  • Improved coupler: evaporation - salinity-flux coupling for humidity = .T.,

avoid MPI hangs when coupled runs terminate, add DOC/app/chapter_3.8;

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