1 | <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> |
---|
2 | <html><head> |
---|
3 | |
---|
4 | |
---|
5 | <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> |
---|
6 | |
---|
7 | |
---|
8 | <meta content="Mozilla/4.73 [en] (X11; U; HP-UX B.10.20 9000/782) [Netscape]" name="GENERATOR"> |
---|
9 | |
---|
10 | |
---|
11 | <meta content="Siegfried Raasch" name="Author"> |
---|
12 | |
---|
13 | |
---|
14 | <meta content="parallel LES model" name="Keywords"><title>PALM technical/numerical documentation</title></head><body> |
---|
15 | <font size="+4">PALM |
---|
16 | </font>a |
---|
17 | <b>pa</b>rallelized |
---|
18 | <b>L</b>ES <b>m</b>odel |
---|
19 | <br> |
---|
20 | |
---|
21 | <hr width="100%"><br> |
---|
22 | |
---|
23 | <font size="+2">technical/numerical documentation 1998-2008</font><br> |
---|
24 | |
---|
25 | <table nosave="" cellpadding="0" cellspacing="0"> |
---|
26 | |
---|
27 | <caption> <br> |
---|
28 | </caption><tbody> |
---|
29 | </tbody><tbody> |
---|
30 | </tbody> <tbody> |
---|
31 | <tr nosave=""> |
---|
32 | |
---|
33 | <td nosave=""><b>This document has been frozen in February 2010<br> |
---|
34 | Links may not work properly!<br> |
---|
35 | </b></td> |
---|
36 | </tr> |
---|
37 | </tbody> |
---|
38 | </table> |
---|
39 | |
---|
40 | <hr width="100%"> |
---|
41 | <p><font size="+2">Table of contents</font> |
---|
42 | <br> |
---|
43 | |
---|
44 | <br> |
---|
45 | |
---|
46 | </p> |
---|
47 | |
---|
48 | <ul> |
---|
49 | |
---|
50 | <a href="#Kapitel1.0">1.0</a> |
---|
51 | History of changes |
---|
52 | <p><a href="#Kapitel2.0">2.0</a> |
---|
53 | How to change the model source |
---|
54 | code </p> |
---|
55 | <p><a href="#Kapitel3.0">3.0</a> |
---|
56 | Description of selected parts |
---|
57 | of |
---|
58 | the model source code <br> |
---|
59 | </p> |
---|
60 | </ul> |
---|
61 | |
---|
62 | <br> |
---|
63 | |
---|
64 | <h2><a name="Kapitel1.0"></a>1.0 |
---|
65 | History of changes</h2> |
---|
66 | |
---|
67 | The following table documents all changes to the model since July, 7th |
---|
68 | 1998. Entries in the fourth column specify the type of the change: |
---|
69 | change |
---|
70 | of existing code (C), new code (N) or bugfix (B). More detailed |
---|
71 | information |
---|
72 | about the changes may be found in the header comment lines of the |
---|
73 | respective |
---|
74 | routines. |
---|
75 | <br> |
---|
76 | |
---|
77 | |
---|
78 | <br> |
---|
79 | |
---|
80 | <table nosave="" style="width: 100%;" border="1"> |
---|
81 | |
---|
82 | <caption> <br> |
---|
83 | </caption><tbody> |
---|
84 | </tbody><tbody> |
---|
85 | </tbody> <tbody> |
---|
86 | <tr> |
---|
87 | <td><b>date</b></td> |
---|
88 | <td><b>author</b></td> |
---|
89 | <td><b>model</b> |
---|
90 | <br> |
---|
91 | <b>version</b></td> |
---|
92 | <td><b>type</b></td> |
---|
93 | <td><b>description</b></td> |
---|
94 | <td><b>affected |
---|
95 | routines</b></td> |
---|
96 | </tr> |
---|
97 | <tr nosave="" valign="top"> |
---|
98 | <td>06/07/98</td> |
---|
99 | <td>SR</td> |
---|
100 | <td>1.0</td> |
---|
101 | <td>C</td> |
---|
102 | <td nosave="">Änderung |
---|
103 | von Default-Werten |
---|
104 | (initializing_actions, end_time, |
---|
105 | fcl_factor, use_prior_plot1d_parameters), zusÀtzliche |
---|
106 | ÃœberprÃŒfung |
---|
107 | von Parametern auf ZulÀssigkeit (prandtl_layer, psolver, nx, |
---|
108 | ny, |
---|
109 | nz, |
---|
110 | fcl_factor), Höhe der Schnittebenen der Horizontalschnitte |
---|
111 | wird |
---|
112 | auf |
---|
113 | Plots exakt ausgegeben (uv- bzw. w-Gitter).</td> |
---|
114 | <td>modules, |
---|
115 | check_parameters, plot_2d</td> |
---|
116 | </tr> |
---|
117 | <tr nosave="" valign="top"> |
---|
118 | <td>"</td> |
---|
119 | <td>SR</td> |
---|
120 | <td>1.0</td> |
---|
121 | <td>N</td> |
---|
122 | <td>Neues Modul |
---|
123 | test_variables wird in (fast) allen |
---|
124 | Programmteilen benutzt |
---|
125 | (USE). <b>Wichtig</b>: dieses Modul steht in der Datei <tt>module_test.f90. |
---|
126 | D</tt>iese Datei muß in der mrun- und add_library - |
---|
127 | Konfigurationsdatei |
---|
128 | bei der Variablen <tt>module_files</tt> |
---|
129 | aufgefÃŒhrt werden.</td> |
---|
130 | <td nosave="">(fast) |
---|
131 | alle <br> |
---|
132 | Neu: module_test</td> |
---|
133 | </tr> |
---|
134 | <tr nosave="" valign="top"> |
---|
135 | <td>16/07/98</td> |
---|
136 | <td>SR</td> |
---|
137 | <td>1.0</td> |
---|
138 | <td>N</td> |
---|
139 | <td nosave="">Anpassung |
---|
140 | an die T3E-Rechner in Juelich (cpp - |
---|
141 | Direktiven)</td> |
---|
142 | <td>advec_s_bc, check_open, |
---|
143 | check_parameters, cpu_zeitmessung, |
---|
144 | init_pegrid, |
---|
145 | local_getenv, local_system, local_tremain, local_tremain_ini, poisfft</td> |
---|
146 | </tr> |
---|
147 | <tr nosave="" valign="top"> |
---|
148 | <td>24/07/98</td> |
---|
149 | <td>MS</td> |
---|
150 | <td>1.0</td> |
---|
151 | <td>C</td> |
---|
152 | <td nosave="">Anpassung des Druckloesealgorithmusses an |
---|
153 | Vorgehensweise von |
---|
154 | Schmidt, Schumann und Volkert (DFVLR-Mitteilung 84-15, S. |
---|
155 | 20-26) </td> |
---|
156 | <td>poisfft</td> |
---|
157 | </tr> |
---|
158 | <tr nosave="" valign="top"> |
---|
159 | <td>27/07/98</td> |
---|
160 | <td>MS</td> |
---|
161 | <td>1.0</td> |
---|
162 | <td>C</td> |
---|
163 | <td nosave="">Berechnung von l in maketri geschieht nun |
---|
164 | ausserhalb der k-Schleife, |
---|
165 | da unabhaengig von k, dadurch Rechenzeitersparnis </td> |
---|
166 | <td>poisfft</td> |
---|
167 | </tr> |
---|
168 | <tr nosave="" valign="top"> |
---|
169 | <td>05/08/98</td> |
---|
170 | <td>SR</td> |
---|
171 | <td>1.0</td> |
---|
172 | <td>C</td> |
---|
173 | <td>Entfernung der Sonderbehandlung der Advektionsterme |
---|
174 | (Piascek-Williams) |
---|
175 | bei k=1. Terme werden nun ÃŒberall gleich berechnet. Evtl. |
---|
176 | leichte |
---|
177 | Erhöhung der Varianzen in OberflÀchennÀhe.</td> |
---|
178 | <td nosave="">advec_u_pw, advec_v_pw, advec_w_pw</td> |
---|
179 | </tr> |
---|
180 | <tr nosave="" valign="top"> |
---|
181 | <td nosave="">"</td> |
---|
182 | <td>SR</td> |
---|
183 | <td>1.0</td> |
---|
184 | <td>C</td> |
---|
185 | <td>Mischungsweganpassung (s. |
---|
186 | adjust_mixing_length) erfolgt nur |
---|
187 | noch bei |
---|
188 | k=1. Unrealistische sekundÀre Maxima in den Km-Profilen |
---|
189 | oberhalb |
---|
190 | der |
---|
191 | Prandtl-Schicht werden damit vermieden. Leichte Änderungen in |
---|
192 | den |
---|
193 | oberflÀchennahen Turbulenzgrößen sind die |
---|
194 | Folge.</td> |
---|
195 | <td>diffusivities</td> |
---|
196 | </tr> |
---|
197 | <tr nosave="" valign="top"> |
---|
198 | <td>"</td> |
---|
199 | <td>SR</td> |
---|
200 | <td>1.0</td> |
---|
201 | <td>B</td> |
---|
202 | <td>Falsche |
---|
203 | Berechnung der benötigten CPU-Zeit pro Sekunde |
---|
204 | simulierter |
---|
205 | Zeit bei FortsetzungslÀufen korrigiert. |
---|
206 | <p>Berechnung |
---|
207 | von cross_uxmin(1) und cross_uxmax(1) aus den |
---|
208 | Werten von |
---|
209 | ug und vg entfernt. Lieferte falsche Wertebereiche fÃŒr Plots |
---|
210 | von |
---|
211 | Vertikalprofilen, |
---|
212 | wenn im ersten Koordinatenkreuz nicht die Windgeschwindigkeiten |
---|
213 | gezeichnet |
---|
214 | wurden.</p> |
---|
215 | </td> |
---|
216 | <td nosave="">header, |
---|
217 | check_parameters</td> |
---|
218 | </tr> |
---|
219 | <tr nosave="" valign="top"> |
---|
220 | <td nosave="">"</td> |
---|
221 | <td>SR</td> |
---|
222 | <td>1.0</td> |
---|
223 | <td>N</td> |
---|
224 | <td>Das |
---|
225 | erlaubte Maximum und Minimum der Rif-Zahl ist nun mittels |
---|
226 | der Initialparameter |
---|
227 | rif_max und rif_min einstellbar (Werte waren bisher fest auf -2.0, +1.0 |
---|
228 | eingestellt).</td> |
---|
229 | <td>check_parameters, header, |
---|
230 | init_1d_model, modules, parin, |
---|
231 | prandtl_fluxes, |
---|
232 | read_var_list, write_var_list</td> |
---|
233 | </tr> |
---|
234 | <tr nosave="" valign="top"> |
---|
235 | <td nosave="">23/09/98</td> |
---|
236 | <td>SR</td> |
---|
237 | <td>1.0</td> |
---|
238 | <td>B</td> |
---|
239 | <td>Initialisierung von Feldern im Fall von initializing_action = |
---|
240 | "<i>set_constant_profiles</i>" |
---|
241 | und "<i>set_1d-model_profiles</i>" korrigiert. |
---|
242 | <p>2D-Plotausgabe |
---|
243 | von u* und theta* korrigiert. Hier wurden |
---|
244 | bisher falsche |
---|
245 | Felder herausgeschrieben. </p> |
---|
246 | <p>Bei |
---|
247 | SOR-Aufrufen war bisher dp nicht initialisiert. |
---|
248 | Entsprechend geÀndert.</p> |
---|
249 | </td> |
---|
250 | <td>init_3d_model, |
---|
251 | plot_2d, pres</td> |
---|
252 | </tr> |
---|
253 | <tr nosave="" valign="top"> |
---|
254 | <td>"</td> |
---|
255 | <td>SR</td> |
---|
256 | <td>1.0</td> |
---|
257 | <td>C</td> |
---|
258 | <td nosave="">Ausgabeformate |
---|
259 | fÃŒr Statistik-Ausgaben auf |
---|
260 | Datei RUN_CONTROL |
---|
261 | um einige Kommastellen erweitert. |
---|
262 | <p>Lieferung von |
---|
263 | ausfÃŒhrlicheren Informationen bei |
---|
264 | Programmabbruch |
---|
265 | durch Unterschreitung des minimal erlaubten Zeitschritts.</p> |
---|
266 | </td> |
---|
267 | <td>run_control, timestep</td> |
---|
268 | </tr> |
---|
269 | <tr nosave="" valign="top"> |
---|
270 | <td nosave="">"</td> |
---|
271 | <td>SR</td> |
---|
272 | <td>1.0</td> |
---|
273 | <td>N</td> |
---|
274 | <td>Rechnungen mit geneigter Ebene zur Simulation von |
---|
275 | KaltluftabflÃŒssen |
---|
276 | sind erlaubt. Gestartet und gesteuert werden sie mit dem |
---|
277 | Intialisierungsparameter <tt>alpha_surface</tt>. |
---|
278 | Realisiert wird die geneigte Ebene durch entsprechende |
---|
279 | SchrÀgstellung |
---|
280 | des Schwerkraftvektors. Dadurch erhÀlt auch die u-Komponente |
---|
281 | der |
---|
282 | Windgeschwindigkeit |
---|
283 | einen Anteil der Auftriebskraft. |
---|
284 | <p>Diese |
---|
285 | Implementierung ist noch nicht abgeschlossen. Die |
---|
286 | Simulation von |
---|
287 | KaltluftabflÃŒssen erfordert bisher noch Eingriffe "von Hand".</p> |
---|
288 | </td> |
---|
289 | <td>buoyancy, check_parameters, header, leap_frog, |
---|
290 | modules, |
---|
291 | parin, prandtl_fluxes, |
---|
292 | read_var_list, write_var_list</td> |
---|
293 | </tr> |
---|
294 | <tr nosave="" valign="top"> |
---|
295 | <td>15/12/98</td> |
---|
296 | <td>SR</td> |
---|
297 | <td>1.0</td> |
---|
298 | <td>N</td> |
---|
299 | <td>Vereinbarung |
---|
300 | einer Cache-Layer zur schnelleren binÀren |
---|
301 | I/O auf |
---|
302 | T3E-Rechnern. |
---|
303 | <p>Ermittelung wahrer I/O-Zeiten |
---|
304 | fÌr binÀre |
---|
305 | Ein-/Ausgabe auf |
---|
306 | T3E-Rechnern mit TIMEF.</p> |
---|
307 | </td> |
---|
308 | <td nosave="">check_open, |
---|
309 | <br> |
---|
310 | cpu_zeitmessung, init_3d_model, write_3d_model</td> |
---|
311 | </tr> |
---|
312 | <tr nosave="" valign="top"> |
---|
313 | <td nosave="">"</td> |
---|
314 | <td>SR</td> |
---|
315 | <td>1.0</td> |
---|
316 | <td>B</td> |
---|
317 | <td>Bekanntgabe von run_description_header an alle |
---|
318 | PE's. |
---|
319 | <p>Diese ProgrammÀnderung erfordert auf |
---|
320 | T3E-Rechnern |
---|
321 | zwingend den |
---|
322 | Einsatz der MPI-Version mpt.1.2.0.1. In dieser neuen Version tritt auch |
---|
323 | der alte Fehler in MPI_ALLREDUCE nicht mehr auf, so daß ab |
---|
324 | jetzt |
---|
325 | mpt.1.1.0.1 nicht mehr verwendet werden muß.</p> |
---|
326 | </td> |
---|
327 | <td>parles</td> |
---|
328 | </tr> |
---|
329 | <tr nosave="" valign="top"> |
---|
330 | <td nosave="">05/02/99</td> |
---|
331 | <td>SR</td> |
---|
332 | <td>1.1</td> |
---|
333 | <td>C/N</td> |
---|
334 | <td>Implementierung des Upstream-Spline- Verfahrens zur Advektion |
---|
335 | von Impuls |
---|
336 | und skalaren Größen (neue UP's, s. rechts). |
---|
337 | Berechnung von |
---|
338 | Variablen |
---|
339 | fÌr spezielle Advektionsverfahren in eigenstÀndiges |
---|
340 | UP |
---|
341 | ausgelagert |
---|
342 | (<tt>init_advec</tt> + eigenes Modul <tt>advection</tt>). |
---|
343 | Reines |
---|
344 | Euler-/Upstream-Verfahren |
---|
345 | kann gerechnet werden. |
---|
346 | <p>Schnelle binÀre I/O |
---|
347 | (s. 15/12/98) wieder abgeschaltet, da |
---|
348 | Dateien |
---|
349 | nicht wieder einlesbar sind. Druckstörung (p) wird zu Beginn |
---|
350 | auf 0 |
---|
351 | gesetzt, damit sie keine Tendenzen im ersten Zeitschritt hervorruft.</p> |
---|
352 | </td> |
---|
353 | <td>advec_s_bc, check_open, check_parameters, |
---|
354 | flow_statistics, |
---|
355 | header, |
---|
356 | init_3d_model, init_grid, leap_frog, modules, parin, plot_2d, plot_ts, |
---|
357 | read_var_list, timestep, write_3d_binary, write_var_list |
---|
358 | <p><b>Neu:</b> |
---|
359 | <br> |
---|
360 | advec_s_ups, advec_u_ups, advec_v_ups, advec_w_ups, init_advec, |
---|
361 | long_filter, |
---|
362 | spline_x, spline_y, spline_z</p> |
---|
363 | </td> |
---|
364 | </tr> |
---|
365 | <tr nosave="" valign="top"> |
---|
366 | <td nosave="">24/02/99</td> |
---|
367 | <td>SR</td> |
---|
368 | <td>1.1a</td> |
---|
369 | <td>C/N</td> |
---|
370 | <td>Kleinere ErgÀnzungen / Änderungen |
---|
371 | fÃŒr Upstream |
---|
372 | - Spline, <br> |
---|
373 | Diverse Verbesserungen bei Berechnung der Diffusionskoeffizienten |
---|
374 | (exaktere |
---|
375 | Formulierung von Scherungen, Dissipation gemaess Original - Deardorff - |
---|
376 | Ansatz, Mischungswegreduktion nur, wenn Schichtung sowohl oberhalb als |
---|
377 | auch unterhalb des entsprechenden Gitterpunktes stabil ist), |
---|
378 | Wertebegrenzung |
---|
379 | bei Spline - Berechnung zur Verhinderung von "Ãœberschwingern"</td> |
---|
380 | <td>check_parameters, diffusion_e, diffusion_pt, diffusivities, |
---|
381 | header, |
---|
382 | init_advec, long_filter, modules, production_e, spline_x, spline_y, |
---|
383 | spline_z</td> |
---|
384 | </tr> |
---|
385 | <tr nosave="" valign="top"> |
---|
386 | <td>"</td> |
---|
387 | <td nosave="">SR</td> |
---|
388 | <td>1.1a</td> |
---|
389 | <td>N/B</td> |
---|
390 | <td>Erweiterung des des Bott - Chlond - |
---|
391 | Schemas auf Advektion der |
---|
392 | TKE, |
---|
393 | Korrektur der Dichteberechnung (war falsch bei Galilei-Transformation)</td> |
---|
394 | <td>advec_s_bc, leap_frog</td> |
---|
395 | </tr> |
---|
396 | <tr nosave="" valign="top"> |
---|
397 | <td nosave="">01/03/99</td> |
---|
398 | <td>MS</td> |
---|
399 | <td>1.1b</td> |
---|
400 | <td>N</td> |
---|
401 | <td>Kleinere ErgÀnzungen fÌr Upstream - |
---|
402 | Spline: |
---|
403 | <ul> |
---|
404 | <li>Gradientenkontrolle |
---|
405 | fÃŒr den nicht-parallelen Teil</li> |
---|
406 | <li>statistische |
---|
407 | Auswertung ÃŒber den prozentualen Anteil |
---|
408 | des |
---|
409 | Upstream-Verfahrens |
---|
410 | an der Gesamtadvektion fuer nicht-parallelen Teil</li> |
---|
411 | </ul> |
---|
412 | </td> |
---|
413 | <td>modules, spline_x, spline_y, spline_z</td> |
---|
414 | </tr> |
---|
415 | <tr nosave="" valign="top"> |
---|
416 | <td>"</td> |
---|
417 | <td>SR</td> |
---|
418 | <td>1.1b</td> |
---|
419 | <td>N</td> |
---|
420 | <td>Datenkompression fÃŒr 3D-Plotausgaben</td> |
---|
421 | <td nosave="">check_open, check_parameters, close_files, header, |
---|
422 | modules, |
---|
423 | parin, plot_3d |
---|
424 | <p><b>Neu:</b> <br> |
---|
425 | write_compressed</p> |
---|
426 | </td> |
---|
427 | </tr> |
---|
428 | <tr nosave="" valign="top"> |
---|
429 | <td nosave="">03/03/99</td> |
---|
430 | <td>SR</td> |
---|
431 | <td>1.1c</td> |
---|
432 | <td>B/C</td> |
---|
433 | <td>Schnelle binÀre I/O auf T3E-Rechnern funktioniert |
---|
434 | jetzt. |
---|
435 | Beim |
---|
436 | binÀren Einlesen dÌrfen Records nicht mit dem Trick "<tt>READ |
---|
437 | (..) idum</tt>" ÃŒberlesen werden. Zeitmessungen auf T3E |
---|
438 | erfolgen |
---|
439 | jetzt |
---|
440 | grundsÀtzlich mit <tt>TIMEF.</tt></td> |
---|
441 | <td>check_open, |
---|
442 | cpu_zeitmessung, init_3d_model, modules, |
---|
443 | write_3d_binary</td> |
---|
444 | </tr> |
---|
445 | <tr nosave="" valign="top"> |
---|
446 | <td nosave="">25/03/99</td> |
---|
447 | <td>SR</td> |
---|
448 | <td>1.1d</td> |
---|
449 | <td>N</td> |
---|
450 | <td>Einbau einer Rayleigh-DÀmpfungsschicht sowie |
---|
451 | flexiblere |
---|
452 | Wahl der |
---|
453 | numerischen Begrenzer fÃŒr das Upstream - Spline - Verfahren.</td> |
---|
454 | <td>check_parameters, header, init_3d_model, leap_frog, modules, |
---|
455 | parin, |
---|
456 | read_var_list, spline_x, spline_y, spline_z, write_var_list</td> |
---|
457 | </tr> |
---|
458 | <tr nosave="" valign="top"> |
---|
459 | <td nosave="">"</td> |
---|
460 | <td>SR</td> |
---|
461 | <td>1.1d</td> |
---|
462 | <td>B</td> |
---|
463 | <td>Korrektur des Zeitschrittkriteriums bei z=zp im 1D-Modell</td> |
---|
464 | <td>init_1d_model</td> |
---|
465 | </tr> |
---|
466 | <tr nosave="" valign="top"> |
---|
467 | <td>25/11/99</td> |
---|
468 | <td>SR</td> |
---|
469 | <td>1.1e</td> |
---|
470 | <td>N</td> |
---|
471 | <td nosave="">Partikelplots |
---|
472 | mit vtk-Graphiksoftware sind auf t3eh |
---|
473 | möglich. |
---|
474 | Ausgabe erfolgt im dvr-Format. Bisher noch nicht nutzbar, da noch |
---|
475 | Einstellmöglichkeiten |
---|
476 | fÃŒr die Partikelquelle(n) fehlen. <b>Wichtig:</b> |
---|
477 | Die Benutzung |
---|
478 | der |
---|
479 | vtk-Software erfordert die zusÀtzliche mrun-Option <tt>-g</tt>. |
---|
480 | Das |
---|
481 | Hauptprogramm <tt>parles</tt> wird in diesem Fall zum |
---|
482 | Unterprogramm |
---|
483 | und |
---|
484 | von einem c++-Programm aus aufgerufen.</td> |
---|
485 | <td>header, |
---|
486 | init_3d_model, init_pegrid, leap_frog, modules, |
---|
487 | parin, parles, |
---|
488 | read_var_list, write_var_list |
---|
489 | <p><b>Neu:</b> |
---|
490 | <br> |
---|
491 | advec_particles, init_particles, plot_particles</p> |
---|
492 | </td> |
---|
493 | </tr> |
---|
494 | <tr nosave="" valign="top"> |
---|
495 | <td>"</td> |
---|
496 | <td>SR</td> |
---|
497 | <td>1.1e</td> |
---|
498 | <td nosave="">B/C</td> |
---|
499 | <td>TIMEF-Zeitmessungen von Subroutine- auf Function-Aufruf |
---|
500 | umgestellt. |
---|
501 | Laufindexkorrektur in <tt>spline_y</tt>. Fehler trat bei |
---|
502 | nx /= ny auf.</td> |
---|
503 | <td>cpu_zeitmessung, spline_y</td> |
---|
504 | </tr> |
---|
505 | <tr nosave="" valign="top"> |
---|
506 | <td nosave="">28/12/99</td> |
---|
507 | <td>SR</td> |
---|
508 | <td>1.1f</td> |
---|
509 | <td>N</td> |
---|
510 | <td>Plot von IsooberflÀchen mit |
---|
511 | vtk-Graphiksoftware sind auf |
---|
512 | t3eh |
---|
513 | möglich. Ausgabe erfolgt im dvr-Format. Bisher noch nicht |
---|
514 | allgemein |
---|
515 | nutzbar, da noch diverse manuelle Eingriffe nötig sind.</td> |
---|
516 | <td>header, leap_frog, modules, parin, plot_particles, |
---|
517 | read_var_list, write_var_list |
---|
518 | <p><b>Neu:</b> |
---|
519 | <br> |
---|
520 | plot_isosurface</p> |
---|
521 | </td> |
---|
522 | </tr> |
---|
523 | <tr nosave="" valign="top"> |
---|
524 | <td nosave="">10/01/00</td> |
---|
525 | <td>SR</td> |
---|
526 | <td>1.2</td> |
---|
527 | <td>C</td> |
---|
528 | <td>Randbedingungen fÃŒr w (=0) werden explizit gesetzt, |
---|
529 | und |
---|
530 | zwar nicht |
---|
531 | nur bei <tt>k = nzb, nzt+1</tt> sondern auch |
---|
532 | bei <tt>k = |
---|
533 | nzt</tt>, |
---|
534 | wo bislang der vom vorigen Zeitschritt durch den Drucklöser |
---|
535 | ermittelte |
---|
536 | Wert stand. Auch jetzt wird der Wert bei k = nzt anschließend |
---|
537 | durch |
---|
538 | den Drucklöser modifiziert. Soweit bis jetzt abzusehen, hat |
---|
539 | diese |
---|
540 | Änderung nur minimale Auswirkungen auf den Prognoseverlauf. |
---|
541 | Evtl. |
---|
542 | gibt es stÀrkere Auswirkungen bei exzessivem Auftreten von |
---|
543 | Schwerewellen |
---|
544 | am oberen Rand (die dort aber eigentlich sowieso nicht |
---|
545 | hingehören). <br> |
---|
546 | VariablenÃŒbergabe an <tt>boundary_conds</tt> |
---|
547 | erfolgt <br> |
---|
548 | ÃŒber Modul und nicht mehr per Parameterliste. |
---|
549 | <p>Bei |
---|
550 | Galilei-Transformation wird jetzt defaultmÀßig |
---|
551 | der geostrophische |
---|
552 | Wind als Translationsgeschwindigkeit verwendet (neuer |
---|
553 | Initialisierungsparameter <tt>use_ug_for_galilei_tr</tt>). |
---|
554 | Dadurch wird das verstÀrkte Auftreten von Schwerewellen bei |
---|
555 | höheren |
---|
556 | geostrophischen Windgeschwindigkeiten unterdrÃŒckt. </p> |
---|
557 | <p>3D-Feldvariablen (u, v, w, pt, e, km, kh) sowie einige |
---|
558 | 2D-Variablen |
---|
559 | (usws, vsws, rif, shf) sind nun als Pointer deklariert, denen nach |
---|
560 | jedem |
---|
561 | Zeitschritt neue Targets zugeordnet werden (fÃŒr die |
---|
562 | benötigten |
---|
563 | 3 Zeitebenen existieren die Targets ..._1 (z.B. u_1), ..._2, ..._3). |
---|
564 | Durch |
---|
565 | die jeweilige Neuzuordnung der Targets entfÀllt das |
---|
566 | Umspeichern |
---|
567 | der |
---|
568 | Zeitebenen komplett (Zeitersparung: ca. 5% der |
---|
569 | Gesamtrechenzeit). <br> |
---|
570 | Die Umordnung der Zeitebenen wurde ins neue UP <tt>swap_timelevel</tt> |
---|
571 | ausgelagert. <br> |
---|
572 | <b>Wichtig:</b> Die |
---|
573 | Ãœbersetzungszeiten haben durch die |
---|
574 | EinfÃŒhrung |
---|
575 | der Pointer t.w. sehr deutlich zugenommen (<tt>leap_frog</tt> |
---|
576 | benötigt |
---|
577 | jetzt z.B. ca. 60 Sekunden). Außerdem benötigt der |
---|
578 | Compiler |
---|
579 | jetzt wesentlich mehr Speicher. Der "memory"-Parameter in den |
---|
580 | Konfigurationsdateien |
---|
581 | (.mrun.config, .al.config) muss nun mindestens den Wert 60 (MB) (t3eh, |
---|
582 | t3ej2) bzw. 45 (t3eb) und 96 (vpp) haben. <br> |
---|
583 | <b>Achtung:</b> |
---|
584 | bislang wurde diese Änderung nur fÌr |
---|
585 | das |
---|
586 | reine Leapfrog-Verfahren getestet! </p> |
---|
587 | <p>Neue |
---|
588 | Laderoption "<tt>-D preset=nan</tt>" empfohlen (s. |
---|
589 | Beispiel-Konfigurationsdatei). |
---|
590 | Ebenso empfehlenswert fÌr Debug-LÀufe: Compileroption |
---|
591 | "<tt>-ei</tt>". |
---|
592 | Diese bewirkt einen Programmabbruch, falls mit nicht initialisierten |
---|
593 | Variablen |
---|
594 | gearbeitet wird (ist aber zeitaufwendig in der AusfÃŒhrung!).</p> |
---|
595 | </td> |
---|
596 | <td>boundary_conds, check_parameters, header, |
---|
597 | init_3d_model, |
---|
598 | leap_frog, |
---|
599 | modules, parin, read_var_list, timestep, write_var_list |
---|
600 | <p><b>Neu:</b> |
---|
601 | <br> |
---|
602 | swap_timelevel</p> |
---|
603 | </td> |
---|
604 | </tr> |
---|
605 | <tr nosave="" valign="top"> |
---|
606 | <td nosave="">10/01/00</td> |
---|
607 | <td>SR</td> |
---|
608 | <td>1.2</td> |
---|
609 | <td>B</td> |
---|
610 | <td>Der Asselin-Filter wird vor Umordnung der Zeitebenen |
---|
611 | aufgerufen. Dies |
---|
612 | geschah bisher fÀlschlicherweise erst danach, sodass der |
---|
613 | Zeitfilter |
---|
614 | asymmetrisch arbeitete. <br> |
---|
615 | <b>Achtung:</b> |
---|
616 | diese Änderung hat Auswirkungen auf den |
---|
617 | Prognoseverlauf. |
---|
618 | Die Testergebnis-Datei wurde entsprechend geÀndert.</td> |
---|
619 | <td>leap_frog</td> |
---|
620 | </tr> |
---|
621 | <tr nosave=""> |
---|
622 | <td nosave="" valign="top">14/02/00</td> |
---|
623 | <td nosave="" valign="top">MS</td> |
---|
624 | <td nosave="" valign="top">1.2</td> |
---|
625 | <td nosave="" valign="top">B/C</td> |
---|
626 | <td><b>1D-Modell:</b> |
---|
627 | <br> |
---|
628 | Der Asselin-Filter im 1D-Modell wird nun auch vor der Umordnung der |
---|
629 | Zeitebenen aufgerufen (s.o.). |
---|
630 | <p><b>3D-Modell:</b> |
---|
631 | <br> |
---|
632 | TKE wurde bisher bei <tt>scalar_advec=bc-scheme</tt> einer |
---|
633 | zeitlichen |
---|
634 | Filterung unterzogen. Dies wird nun unterbunden. </p> |
---|
635 | <p>Die |
---|
636 | Divergenz der ImpulsflÃŒsse an der Prandtl - Schicht - |
---|
637 | Obergrenze |
---|
638 | wird nun ÃŒber eine ganze Gitterweite gebildet. Die bisherige |
---|
639 | Methode |
---|
640 | lieferte im Vergleich mit Ergebnissen anderer LES-Modelle zu |
---|
641 | große |
---|
642 | ImpulsflÃŒsse. </p> |
---|
643 | <p>Bei der |
---|
644 | Berechnung der Diffusion der Temperatur werden die |
---|
645 | Diffusionskoeffizienten |
---|
646 | nun wieder durch Mittelung fÃŒr die entsprechenden |
---|
647 | Gitterpunkte |
---|
648 | bereitgestllt. Das Maximumkriterium, das im Zuge der Implementierung |
---|
649 | des |
---|
650 | Upstream-Spline Advektionsverfahrens eingebaut wurde, bewirkte ein zu |
---|
651 | rasches |
---|
652 | Anwachsen der Grenzschicht mit der Zeit. </p> |
---|
653 | <p><b>Achtung:</b> |
---|
654 | diese Änderungen haben Auswirkungen auf |
---|
655 | den Prognoseverlauf. |
---|
656 | Die Testergebnis-Datei wurde entsprechend geÀndert.</p> |
---|
657 | </td> |
---|
658 | <td nosave="" valign="top">init_1d_model, |
---|
659 | asselin_filter, |
---|
660 | diffusion_u, diffusion_v, <br> |
---|
661 | diffusion_pt</td> |
---|
662 | </tr> |
---|
663 | <tr nosave="" valign="top"> |
---|
664 | <td nosave="">17/02/00</td> |
---|
665 | <td>MS</td> |
---|
666 | <td>2.0</td> |
---|
667 | <td>N</td> |
---|
668 | <td><b>Allgemeine Beschreibung der Änderungen:</b> |
---|
669 | <br> |
---|
670 | vollstÀndige Implementierung des wolkenphysikalischen |
---|
671 | Moduls |
---|
672 | <p>Zur Implementierung der Wolkenphysik waren |
---|
673 | umfangreiche |
---|
674 | Änderungen |
---|
675 | in zahlreichen Programmteilen notwendig (Beschreibung <a href="#Cloud_physics">siehe |
---|
676 | unten</a> ). Im einzelnen wurden folgende Unprogramme |
---|
677 | geÀndert: <br> |
---|
678 | <b>modules</b>: |
---|
679 | <br> |
---|
680 | 1) Bereitstellung neuer 3D-, 2D- und 1D-Felder fÃŒr |
---|
681 | die Prognose |
---|
682 | des Gesamtwassergehaltes <br> |
---|
683 | 2) "cloud_parameters" als neues Modul mit wolkenphysikalischen |
---|
684 | Variablen <br> |
---|
685 | <b>parin: </b>Initialisierungsparameterliste |
---|
686 | wurde erweitert |
---|
687 | (s.u.) <br> |
---|
688 | <font color="#000000"><b>read_var_list, |
---|
689 | write_var_list, |
---|
690 | write_3d_binary: </b>In/Output |
---|
691 | der neuen Initialisierungsparamter und Felder fÃŒr |
---|
692 | FortsetzungslÀufe </font> <br> |
---|
693 | <font color="#000000"><b>check_parameters:</b> |
---|
694 | Initialisierung |
---|
695 | des |
---|
696 | Feuchteprofils und Ausgabe von neuen Vertikalprofilen: </font> |
---|
697 | <br> |
---|
698 | <font color="#ff0000">vpt</font><font color="#000000">: virtuelle |
---|
699 | poteniellen |
---|
700 | Temperatur,</font> <br> |
---|
701 | <font color="#ff0000">lpt</font><font color="#000000">: |
---|
702 | potentielle |
---|
703 | FlÃŒssigwassertemperatur,</font> <br> |
---|
704 | <font color="#ff0000">q</font><font color="#000000">: |
---|
705 | Gesamtwassergehalt,</font> <br> |
---|
706 | <font color="#ff0000">qv</font><font color="#000000">: |
---|
707 | spezifische |
---|
708 | Feuchte,</font> <br> |
---|
709 | <font color="#ff0000">ql</font><font color="#000000">: |
---|
710 | FlÃŒssigwassergehalt,</font> <br> |
---|
711 | <font color="#ff0000">w"vpt", w*vpt*, wvpt</font><font color="#000000">: |
---|
712 | Auftriebsfluss (subskalig, aufgelöst, gesamt),</font> <br> |
---|
713 | <font color="#ff0000">w"q", w*q*, wq</font><font color="#000000">: |
---|
714 | Wasserfluss (subs., aufg., ges.),</font> <br> |
---|
715 | <font color="#ff0000">w"qv", w*qv*, wqv</font><font color="#000000">: |
---|
716 | Feuchtefluss (subs, aufg., ges.)</font> <br> |
---|
717 | <b>init_3d_model</b>: |
---|
718 | Initialisierung aller |
---|
719 | Feuchte/Wasserfelder <br> |
---|
720 | <b>init_1d_model</b>: |
---|
721 | Anpassung an Rechnungen mit Feuchte <br> |
---|
722 | <b>header</b>: |
---|
723 | Headerausgaben fÃŒr Feuchtebehandlung und |
---|
724 | Wolkenphysik |
---|
725 | eingefÌgt, außerdem Formatnummern erweitert um Platz |
---|
726 | fÃŒr |
---|
727 | weitere Ausgaben zu schaffen <br> |
---|
728 | <b>leap_frog:</b> |
---|
729 | <br> |
---|
730 | 1) alle prognostischen Gleichungen wurden in prognostic_equations |
---|
731 | ausgelagert <br> |
---|
732 | 2) Aufrufe der neuen Unterprogramme (UP) compute_vpt, |
---|
733 | calc_liquid_water_content <br> |
---|
734 | 3) veraenderter Aufruf von diffusivities <br> |
---|
735 | <b><tt>b</tt>oundary_conds, |
---|
736 | asselin_filter, swap_timelevel, |
---|
737 | flow_statistics: </b>Anpassung |
---|
738 | an Feuchtebehandlung <br> |
---|
739 | <b>plot2d, plot3d</b>: |
---|
740 | Ausgabemöglichkeiten von q und ql <br> |
---|
741 | <b>buoyancy</b>: |
---|
742 | Anpassung des Autriebstermes an |
---|
743 | Feuchtebehandlung |
---|
744 | durch neue Ãœbergabeparameter: Temperatur + Nummer des |
---|
745 | entsprechenden |
---|
746 | mittleren Temperaturprofils <br> |
---|
747 | <b>diffusion_e</b>: |
---|
748 | Anpassung der Mischungswegberechnung an |
---|
749 | Feuchtebehandlung |
---|
750 | durch Variation der Ãœbergabeparameter <br> |
---|
751 | <b>production_e</b>: |
---|
752 | TKE-Produktion durch AuftriebskrÀfte an |
---|
753 | Feuchtebehandlung |
---|
754 | angepasst <br> |
---|
755 | <b>diffusivities</b>: |
---|
756 | siehe diffusion_e <br> |
---|
757 | <b>prandtl-fluxes</b>: |
---|
758 | Prandtl-Schicht fuer den |
---|
759 | Gesamtwassergehalt |
---|
760 | eingefÃŒgt </p> |
---|
761 | <p>ZusÀtzlich |
---|
762 | wurden folgende Unterprogramme NEU |
---|
763 | eingefÃŒhrt: <br> |
---|
764 | <b>inti_cloud_physics</b>: |
---|
765 | Initialisierung wolkenphysikalischer |
---|
766 | Parameter <br> |
---|
767 | <b>prognostic_equations</b>: |
---|
768 | Auslagerung der prognostischen |
---|
769 | Gleichungen |
---|
770 | aus leap_frog, zusÀtzliche porgnostische Gleichung |
---|
771 | fÃŒr den |
---|
772 | Gesamtwassergehalt <br> |
---|
773 | <b>diffusion_s</b>: |
---|
774 | Berechnung der Diffusion skalarer |
---|
775 | Größen |
---|
776 | (Temperatur und Gesamtwassergehalt), ersetzt diffusion_pt <br> |
---|
777 | <b>calc_liquid_water_content</b>: Berechnung des |
---|
778 | FlÃŒssigwassergehalts <br> |
---|
779 | <b>calc_radiation</b>: |
---|
780 | Parametrisierung langwelliger |
---|
781 | Strahlungsprozesse |
---|
782 | Ìber des Schema der effektiven EmissivitÀt <br> |
---|
783 | <b>calc_precipitation</b>:Parametrisierung von |
---|
784 | Niederschlagsprozessen |
---|
785 | mit Hilfe eines vereinfachten Kesslerschemas <br> |
---|
786 | <b>impact_of_latent_heat</b>: |
---|
787 | BerÃŒcksichtigung der durch |
---|
788 | Niederschlagsprozesse |
---|
789 | zurÃŒckbleibenden latenten Waerme innerhalb eines |
---|
790 | Gittervolumens <br> |
---|
791 | <b>compute_vpt</b>: |
---|
792 | Berechnung der virtuellen potentiellen |
---|
793 | Temperatur </p> |
---|
794 | <p><b>Liste der neuen |
---|
795 | Initialisierungsparameter:</b> <br> |
---|
796 | <table nosave="" border="1"> |
---|
797 | <caption> <br> |
---|
798 | </caption><tbody> |
---|
799 | </tbody><tbody> |
---|
800 | </tbody> <tbody> |
---|
801 | <tr nosave=""> |
---|
802 | <td nosave=""><b>Parameter</b></td> |
---|
803 | <td nosave=""><b>Typ</b></td> |
---|
804 | <td nosave="" width="4%"><b>Default</b></td> |
---|
805 | <td nosave=""><b>Beschreibung</b></td> |
---|
806 | </tr> |
---|
807 | <tr nosave=""> |
---|
808 | <td nosave=""><tt>moisture</tt></td> |
---|
809 | <td>L</td> |
---|
810 | <td>FALSE</td> |
---|
811 | <td>Ab-/Zuschalten |
---|
812 | des Gesamtwassergerhaltes als neue |
---|
813 | progn. Variable</td> |
---|
814 | </tr> |
---|
815 | <tr> |
---|
816 | <td><tt>cloud_physics</tt></td> |
---|
817 | <td>L</td> |
---|
818 | <td>FALSE</td> |
---|
819 | <td>Ab-/Zuschalten |
---|
820 | des Kondensationsschemas</td> |
---|
821 | </tr> |
---|
822 | <tr nosave=""> |
---|
823 | <td><tt>radiation</tt></td> |
---|
824 | <td>L</td> |
---|
825 | <td nosave="">FALSE</td> |
---|
826 | <td>Ab-/Zuschalten |
---|
827 | des Strahlungsschemas</td> |
---|
828 | </tr> |
---|
829 | <tr> |
---|
830 | <td><tt>precipitation</tt></td> |
---|
831 | <td>L</td> |
---|
832 | <td>FALSE</td> |
---|
833 | <td>Ab-/Zuschalten |
---|
834 | der Niderschlagsparametrisierung</td> |
---|
835 | </tr> |
---|
836 | <tr> |
---|
837 | <td><tt>bc_q_b</tt></td> |
---|
838 | <td>C</td> |
---|
839 | <td>'dirichlet'</td> |
---|
840 | <td>untere |
---|
841 | Randbedingung fÃŒr q (siehe auch bc_pt_b)</td> |
---|
842 | </tr> |
---|
843 | <tr> |
---|
844 | <td><tt>bc_q_t</tt></td> |
---|
845 | <td>C</td> |
---|
846 | <td>'neumann'</td> |
---|
847 | <td>obere RB fÃŒr q |
---|
848 | (siehe auch bc_pt_t)</td> |
---|
849 | </tr> |
---|
850 | <tr> |
---|
851 | <td><tt>q_surface</tt></td> |
---|
852 | <td>R</td> |
---|
853 | <td>0.0</td> |
---|
854 | <td>Feuchtewert |
---|
855 | an der ErdoberflÀche</td> |
---|
856 | </tr> |
---|
857 | <tr> |
---|
858 | <td><tt>q_surface_initial_change</tt></td> |
---|
859 | <td>R</td> |
---|
860 | <td>0.0</td> |
---|
861 | <td>vgl. |
---|
862 | pt_surface_initial_change</td> |
---|
863 | </tr> |
---|
864 | <tr> |
---|
865 | <td><tt>q_vertical_gradient</tt></td> |
---|
866 | <td>R(10)</td> |
---|
867 | <td>0.0</td> |
---|
868 | <td>vgl. |
---|
869 | pt_vertical_gradient</td> |
---|
870 | </tr> |
---|
871 | <tr nosave=""> |
---|
872 | <td nosave=""><tt>q_vertical_gradient_level</tt></td> |
---|
873 | <td>R(10)</td> |
---|
874 | <td>10000.0</td> |
---|
875 | <td>vgl. |
---|
876 | pt_vertical_gradient_level</td> |
---|
877 | </tr> |
---|
878 | <tr> |
---|
879 | <td><tt>surface_pressure</tt></td> |
---|
880 | <td>R</td> |
---|
881 | <td>1013.25</td> |
---|
882 | <td>Luftdruck |
---|
883 | an der ErdoberflÀche</td> |
---|
884 | </tr> |
---|
885 | <tr> |
---|
886 | <td><tt>surface_waterflux</tt></td> |
---|
887 | <td>R</td> |
---|
888 | <td>0.0</td> |
---|
889 | <td>oberflÀchennaher |
---|
890 | Wasser/Feuchtefluss</td> |
---|
891 | </tr> |
---|
892 | </tbody> |
---|
893 | </table> |
---|
894 | FortsetzungslÀufe mit Daten, die mit Modellversionen kleiner |
---|
895 | 2.0 |
---|
896 | erzeugt |
---|
897 | wurden, sind aufgrund der erweiterten Initialisierungsparameterliste |
---|
898 | INKOMPATIBEL |
---|
899 | zu den Einleseroutinen der Version 2.0. Ein Update auf Version 2.0 |
---|
900 | sollte |
---|
901 | deshalb nach Abschluss eines kompletten Modelllaufs erfolgen. |
---|
902 | </p> |
---|
903 | <p><b>Achtung:</b> diese |
---|
904 | Änderungen haben Auswirkungen auf |
---|
905 | den Prognoseverlauf. |
---|
906 | Die Testergebnis-Datei wurde entsprechend geÀndert.</p> |
---|
907 | </td> |
---|
908 | <td nosave="" valign="top">modules, parin, |
---|
909 | read_var_list, |
---|
910 | check_parameters, |
---|
911 | init_3d_model, init_1d_model, header, leap_frog. buoyancy, diffusion_e, |
---|
912 | production_e, diffusivities, prandtl_fluxes, boundary_conds, |
---|
913 | asselin_filter, |
---|
914 | swap_timelevels, flow_statistics, plot_2d, plot_3d, write_var_list, |
---|
915 | write_3d_binary |
---|
916 | <p><b>Neu:</b> <br> |
---|
917 | init_cloud_physics, prognostic_equations, diffusion_s, |
---|
918 | calc_liquid_water_content, |
---|
919 | calc_radiation, calc_precipitation, impact_of_latent_heat, comute_vpt</p> |
---|
920 | </td> |
---|
921 | </tr> |
---|
922 | <tr nosave=""> |
---|
923 | <td nosave="" valign="top">18/02/00</td> |
---|
924 | <td nosave="" valign="top">MS</td> |
---|
925 | <td nosave="" valign="top">2.0</td> |
---|
926 | <td nosave="" valign="top">B/N</td> |
---|
927 | <td>Im Zuge der |
---|
928 | Umstellung auf Modellversion 2.0 wurden |
---|
929 | noch kleine |
---|
930 | Änderungen an den Unterprogrammen diffusion_e, production_e |
---|
931 | und |
---|
932 | diffusivities |
---|
933 | vorgenommen. In allen genannten <br> |
---|
934 | Unterprogrammen wurde bisher ein strengeres Kriterium zur Bestimmung |
---|
935 | der SchichtungsverhÀltnisse verwendet. Ein Modellvergleich |
---|
936 | zeigte |
---|
937 | jedoch, dass dadurch die Diffusion im Bereich der Inversion zu gross |
---|
938 | wird. |
---|
939 | <p>Eine weitere ErgÀnzung betrifft die |
---|
940 | Advektionsverfahren: <br> |
---|
941 | Das Bott-Chlond Advektionsverfahren ist nun auch fÃŒr |
---|
942 | Rechnungen |
---|
943 | mit Feuchte/Wolkenphysik verfÃŒgbar. </p> |
---|
944 | <p><b>Achtung:</b> |
---|
945 | diese Änderungen haben Auswirkungen auf |
---|
946 | den Prognoseverlauf. |
---|
947 | Die Testergebnis-Datei wurde entsprechend geÀndert.</p> |
---|
948 | </td> |
---|
949 | <td nosave="" valign="top">diffusion_e, |
---|
950 | production_e, |
---|
951 | diffusivities, check_parameters</td> |
---|
952 | </tr> |
---|
953 | <tr nosave="" valign="top"> |
---|
954 | <td nosave="">26/04/00</td> |
---|
955 | <td>SR</td> |
---|
956 | <td>2.0a</td> |
---|
957 | <td>C</td> |
---|
958 | <td>VollstÀndige Umstellung von vtk-Grafik-Software auf |
---|
959 | dvrp-Software. |
---|
960 | Grafik-Ausgaben im dvr-Format sind mittlerweile begrenzt nutzbar |
---|
961 | (IsooberflÀchen |
---|
962 | sind darstellbar, siehe neue Laufparameter <tt>dt_dvrp, |
---|
963 | threshold</tt>), |
---|
964 | es wird aber in der Anwendung in naher Zukunft noch diverse |
---|
965 | Änderungen |
---|
966 | geben. Partikelausgabe vorerst nicht mehr möglich (Verlagerung |
---|
967 | schon).</td> |
---|
968 | <td>header, init_particles, init_3d_model, |
---|
969 | leap_frog, modules, |
---|
970 | parin, parles, |
---|
971 | read_var_list, write_var_list <br> |
---|
972 | <b>Gestrichen:</b> |
---|
973 | <br> |
---|
974 | plot_isosurface, plot_particles |
---|
975 | <p><b>Neu:</b> |
---|
976 | <br> |
---|
977 | init_dvrp, plot_dvrp</p> |
---|
978 | </td> |
---|
979 | </tr> |
---|
980 | <tr nosave="" valign="top"> |
---|
981 | <td nosave="">26/04/00</td> |
---|
982 | <td>SR</td> |
---|
983 | <td>2.0a</td> |
---|
984 | <td>C</td> |
---|
985 | <td>Durch zusÀtzlichen zyklischen Rand im |
---|
986 | Bott-Chlond-Schema |
---|
987 | sehr |
---|
988 | viele SENDRECV-Aufrufe eingespart. <br> |
---|
989 | Änderung des Namens einer eingelesenen Environment-Variablen |
---|
990 | in <tt>check_open</tt> |
---|
991 | von <tt>remote_addres</tt> nach <tt>return_addres</tt>. |
---|
992 | <br> |
---|
993 | Prozessor-Topologie kann durch Benutzer vorgegeben werden. |
---|
994 | Dazu neue |
---|
995 | Initialisierungsparameter <tt>npex</tt> und <tt>npey</tt>. |
---|
996 | Durch |
---|
997 | Änderungen |
---|
998 | am Header-Format wurde Testergebnis-Datei geÀndert.</td> |
---|
999 | <td>advec_s_bc, check_open, header, init_pegrid, modules, parin, |
---|
1000 | read_var_list, |
---|
1001 | write_var_list</td> |
---|
1002 | </tr> |
---|
1003 | <tr nosave="" valign="top"> |
---|
1004 | <td nosave="">26/04/00</td> |
---|
1005 | <td>SR</td> |
---|
1006 | <td>2.0a</td> |
---|
1007 | <td>N</td> |
---|
1008 | <td>Rechnungen mit geneigter OberflÀche erlauben jetzt |
---|
1009 | die |
---|
1010 | Vorgabe |
---|
1011 | eines stabil geschichteten Temperaturprofils mit konstantem Gradienten. |
---|
1012 | Hinzuschalten von Feuchte funktioniert fÃŒr Hangrechnungen noch |
---|
1013 | nicht.</td> |
---|
1014 | <td>advec_s_bc, buoyancy, init_3d_model, |
---|
1015 | modules, |
---|
1016 | prognostic_equations |
---|
1017 | <p><b>Neu:</b> <br> |
---|
1018 | init_slope</p> |
---|
1019 | </td> |
---|
1020 | </tr> |
---|
1021 | <tr nosave="" valign="top"> |
---|
1022 | <td>13/06/00</td> |
---|
1023 | <td>MS</td> |
---|
1024 | <td>2.0a</td> |
---|
1025 | <td nosave="">B</td> |
---|
1026 | <td>Es |
---|
1027 | werden nun auch die seitlichen RÀnder fÌr ql |
---|
1028 | gesetzt. |
---|
1029 | Ein Nichtsetzen der Randbedingungen fÃŒhrte zu Fehlern bei der |
---|
1030 | Ausgabe |
---|
1031 | von pt</td> |
---|
1032 | <td nosave="">calc_liquid_water_content</td> |
---|
1033 | </tr> |
---|
1034 | <tr nosave="" valign="top"> |
---|
1035 | <td nosave="">03/07/00</td> |
---|
1036 | <td>SR</td> |
---|
1037 | <td>2.0b</td> |
---|
1038 | <td>C</td> |
---|
1039 | <td>FÃŒr eine Reihe von |
---|
1040 | Unterprogrammen, die innerhalb |
---|
1041 | von <tt>prognostic_equation</tt> |
---|
1042 | aufgerufen werden und an die Pointer-Variablen ÃŒbergeben |
---|
1043 | werden, |
---|
1044 | sind |
---|
1045 | jetzt explizite Interfaces vereinbart (neues Modul <tt>pointer_interfaces</tt>). |
---|
1046 | Auch im Vereinbarungsteil der entsprechenden Unterprogramme sind diese |
---|
1047 | Ãœbergabeparameter jetzt aus KonsistenzgrÃŒnden (und |
---|
1048 | weil es |
---|
1049 | sonst |
---|
1050 | Laufzeitfehler gibt) als Pointer-Variablen deklariert. Mit dieser |
---|
1051 | Änderung |
---|
1052 | ist der große Speicher- und CPU-Zeit-Bedarf beim |
---|
1053 | Ãœbersetzen |
---|
1054 | von prognostic_equations wieder auf ein ertrÀgliches |
---|
1055 | Maß |
---|
1056 | reduziert. <br> |
---|
1057 | Im Rahmen dieser Änderungen wurde auch an diffusion_e ein |
---|
1058 | Hilfsfeld |
---|
1059 | weniger ÃŒbergeben. <br> |
---|
1060 | Aus nicht vollstÀndig gekÀrten GrÌnden haben |
---|
1061 | sich die |
---|
1062 | Zahlen in der Testergebnis-Datei minimal geÀndert (und zwar |
---|
1063 | die |
---|
1064 | Spalte |
---|
1065 | mit der Gesamtdivergenz nach Aufruf des Drucklösers).</td> |
---|
1066 | <td>advec_s_bc, buoyancy, diffusion_e, diffusion_s, diffusion_u, |
---|
1067 | diffusion_v, |
---|
1068 | diffusion_w, disturb_field, modules, production_e, prognostic_equations</td> |
---|
1069 | </tr> |
---|
1070 | <tr nosave="" valign="top"> |
---|
1071 | <td nosave="">04/07/00</td> |
---|
1072 | <td>SR</td> |
---|
1073 | <td>2.0b</td> |
---|
1074 | <td>B</td> |
---|
1075 | <td>Diriclet-Randbedingungen fÃŒr |
---|
1076 | Temperatur und |
---|
1077 | FlÃŒssigwassergehalt |
---|
1078 | werden gesetzt. Dies wÀre bereits nach EinfÌhrung der |
---|
1079 | Pointer |
---|
1080 | zwingend notwendig gewesen. Rechnungen mit vorgegebener |
---|
1081 | OberflÀchentemperatur |
---|
1082 | schlugen deshalb bislang fehl.</td> |
---|
1083 | <td>boundary_conds</td> |
---|
1084 | </tr> |
---|
1085 | <tr nosave="" valign="top"> |
---|
1086 | <td nosave="">07/09/00</td> |
---|
1087 | <td>MS</td> |
---|
1088 | <td>2.0b</td> |
---|
1089 | <td>B</td> |
---|
1090 | <td>Die virtuelle potenielle Temperatur |
---|
1091 | wird nun auch fÃŒr |
---|
1092 | k=nzb und |
---|
1093 | k=nzt+1 berechnet, um die Randwerte auch fÃŒr Ausgabezwecke |
---|
1094 | bereichtzustellen. </td> |
---|
1095 | <td>compute_vpt</td> |
---|
1096 | </tr> |
---|
1097 | <tr nosave="" valign="top"> |
---|
1098 | <td nosave="">28/12/00</td> |
---|
1099 | <td>SR</td> |
---|
1100 | <td>2.1</td> |
---|
1101 | <td>C/N</td> |
---|
1102 | <td>PALM erlaubt jetzt den Einsatz |
---|
1103 | optionaler Software-Pakete, |
---|
1104 | die zwar |
---|
1105 | zum Modell gehören, standardmÀßig aber |
---|
1106 | nicht mit |
---|
1107 | ÃŒbersetzt |
---|
1108 | werden, um so unter anderem Kompilationszeit einzusparen. Siehe neues |
---|
1109 | Kapitel |
---|
1110 | 3.7 in der Modelldokumentation. |
---|
1111 | <p>Einsatz der |
---|
1112 | dvrp-Software wurde vollstÀndig |
---|
1113 | ÃŒberarbeitet. |
---|
1114 | Sie ist nun als Software-Paket optional im Modell einsetzbar. Siehe |
---|
1115 | ÃŒberarbeitetes |
---|
1116 | Kapitel 4.5.6 in der Modelldokumentation. </p> |
---|
1117 | <p>Die |
---|
1118 | Prognose der Partikelverlagerung ist ebenfalls in ein |
---|
1119 | optionales |
---|
1120 | Software-Paket ausgelagert.</p> |
---|
1121 | </td> |
---|
1122 | <td>advec_particles, |
---|
1123 | header, init_3d_model, init_dvrp, |
---|
1124 | init_particles, |
---|
1125 | init_pegrid, modules, parin, parles, plot_dvrp, prognostic_equations, |
---|
1126 | read_var_list, |
---|
1127 | write_var_list |
---|
1128 | <p><b>Neu:</b> <br> |
---|
1129 | package_parin</p> |
---|
1130 | </td> |
---|
1131 | </tr> |
---|
1132 | <tr nosave="" valign="top"> |
---|
1133 | <td nosave="">28/12/00</td> |
---|
1134 | <td>SR</td> |
---|
1135 | <td>2.1</td> |
---|
1136 | <td>B</td> |
---|
1137 | <td>MPI_FINALIZE ans Ende des Hauptprogramms geschoben (stand |
---|
1138 | vorher vor |
---|
1139 | cpu_auswertung, wo noch ein Barrier-Aufruf steht). comm2d war zu Beginn |
---|
1140 | undefiniert und wird nun erst einmal gleich MPI_COMM_WORLD gesetzt.</td> |
---|
1141 | <td>parles</td> |
---|
1142 | </tr> |
---|
1143 | <tr nosave="" valign="top"> |
---|
1144 | <td nosave="">02/01/01</td> |
---|
1145 | <td>SR</td> |
---|
1146 | <td>2.1a</td> |
---|
1147 | <td>C</td> |
---|
1148 | <td>Offene Dateien werden sobald möglich geschlossen. |
---|
1149 | Wiedereröffnung |
---|
1150 | bestimmter Dateien mit POSITION='APPEND' möglich. In diesem |
---|
1151 | Zusammenhang |
---|
1152 | wurde das Unterprogramm close_files in close_file umbenannt und hat nun |
---|
1153 | 1 Argument. <br> |
---|
1154 | Anpassung der Diffusionsparametrisierung im 1D-Modell an das 3D-Modell.</td> |
---|
1155 | <td>advec_particles, check_cpu_time, check_open, cpu_auswertung, |
---|
1156 | init_1d_model, |
---|
1157 | init_3d_model, init_particles, modules.f90, parin, parles, plot_2d, |
---|
1158 | write_3d_binary |
---|
1159 | <p><b>Neu:</b> <br> |
---|
1160 | close_file </p> |
---|
1161 | <p><b>Eliminiert:</b> |
---|
1162 | <br> |
---|
1163 | close_files</p> |
---|
1164 | </td> |
---|
1165 | </tr> |
---|
1166 | <tr nosave="" valign="top"> |
---|
1167 | <td nosave="">02/01/01</td> |
---|
1168 | <td>SR</td> |
---|
1169 | <td>2.1a</td> |
---|
1170 | <td>B</td> |
---|
1171 | <td>Beseitigung kleiner Fehler.</td> |
---|
1172 | <td>check_cpu_time, |
---|
1173 | diffusion_e, diffusivities, long_filter, |
---|
1174 | production_e</td> |
---|
1175 | </tr> |
---|
1176 | <tr nosave="" valign="top"> |
---|
1177 | <td>05/01/01</td> |
---|
1178 | <td>SR</td> |
---|
1179 | <td>2.1b</td> |
---|
1180 | <td>N</td> |
---|
1181 | <td nosave="">Neues |
---|
1182 | Software-Paket zur Berechnung von Spektren im |
---|
1183 | Ortsraum</td> |
---|
1184 | <td>check_open, header, init_3d_model, |
---|
1185 | leap_frog, modules, |
---|
1186 | package_parin, |
---|
1187 | parles, read_var_list, write_3d_binary, write_var_list |
---|
1188 | <p><b>Neu:</b> |
---|
1189 | <br> |
---|
1190 | calc_spectra, plot_spectra</p> |
---|
1191 | </td> |
---|
1192 | </tr> |
---|
1193 | <tr valign="top"> |
---|
1194 | <td>25/01/01</td> |
---|
1195 | <td>SR</td> |
---|
1196 | <td>2.1c</td> |
---|
1197 | <td>C/N</td> |
---|
1198 | <td>Drucklöser |
---|
1199 | kann jetzt die Singleton-FFT benutzen. Modul <tt>singleton</tt> |
---|
1200 | wurde deshalb von <tt>calc_spectra.f90</tt> nach <tt>modules.f90</tt> |
---|
1201 | geschoben |
---|
1202 | (neuer Initialisierungsparameter <tt>fft_method</tt>). |
---|
1203 | <br> |
---|
1204 | FlÌsse können jetzt bei k=1 |
---|
1205 | unabhÀngig von der |
---|
1206 | Verwendung |
---|
1207 | einer Prandtl-Schicht vorgegeben werden (neuer |
---|
1208 | Initialisierungsparameter <tt>use_surface_fluxes</tt>). |
---|
1209 | <br> |
---|
1210 | Modul <tt>test_variables</tt> wurde aus allen |
---|
1211 | Programmteilen entfernt. |
---|
1212 | Hauptprogramm wurde von parles nach <tt>palm</tt> |
---|
1213 | umbenannt. <br> |
---|
1214 | Modell kann auf DEC-Workstations eingesetzt werden (-D <tt>dec</tt>). |
---|
1215 | <br> |
---|
1216 | ZusÀtzliche Zeitmessungen mit dvrp-Software. |
---|
1217 | Schreiben von |
---|
1218 | Partikel-Informationen |
---|
1219 | ist optional (neuer Parameter <tt>write_particle_informations</tt>).</td> |
---|
1220 | <td>advec_particles, calc_spectra, check_parameters, |
---|
1221 | cpu_zeitmessung, diffusion_s, |
---|
1222 | header, init_3d_model, init_dvrp, init_particles, leap_frog, modules, |
---|
1223 | package_parin, |
---|
1224 | parin, poisfft, read_var_list, swap_timelevel, write_var_list |
---|
1225 | <p><b>Neu:</b> <br> |
---|
1226 | palm </p> |
---|
1227 | <p><b>Eliminiert:</b> <br> |
---|
1228 | parles, module_test</p> |
---|
1229 | </td> |
---|
1230 | </tr> |
---|
1231 | <tr valign="top"> |
---|
1232 | <td>25/01/01</td> |
---|
1233 | <td>SR</td> |
---|
1234 | <td>2.1c</td> |
---|
1235 | <td>B</td> |
---|
1236 | <td>Fehler |
---|
1237 | beim öffnen von Unit 23 beseitigt. Modul <tt>interface</tt> |
---|
1238 | fehlte in disturb_field. <br> |
---|
1239 | Wertebereich von theta* in Prandtl-Fluxes eingeschrÀnkt, weil |
---|
1240 | sonst auf einigen Rechnern overflow droht, wenn u*=0.</td> |
---|
1241 | <td>check_open, |
---|
1242 | disturb_field, prandtl_fluxes</td> |
---|
1243 | </tr> |
---|
1244 | <tr valign="top"> |
---|
1245 | <td>30/01/01</td> |
---|
1246 | <td>SR</td> |
---|
1247 | <td>2.1d</td> |
---|
1248 | <td>N/C</td> |
---|
1249 | <td>Prognose |
---|
1250 | eines passiven Skalars ist möglich (anstatt |
---|
1251 | Feuchte), |
---|
1252 | dazu neuer Initialisierungsparameter <tt>passive_scalar</tt>. |
---|
1253 | <p>Falls kein Pfad fÃŒr ftpcopy existiert, werden in <tt>check_open</tt> |
---|
1254 | die Dateinamen fÃŒr AVS-Koordinaten- und Datendatei auf |
---|
1255 | "unknown" |
---|
1256 | gesetzt.</p> |
---|
1257 | </td> |
---|
1258 | <td>asselin_filter, |
---|
1259 | boundary_conds, check_open, check_parameters, |
---|
1260 | flow_statistics, |
---|
1261 | header, init_1d_model, init_3d_model, modules, parin, plot_2d, |
---|
1262 | plot_dvrp, |
---|
1263 | prandtl_fluxes, prognostic_equations, read_var_list, swap_timelevel, |
---|
1264 | write_3d_binary, |
---|
1265 | write_var_list</td> |
---|
1266 | </tr> |
---|
1267 | <tr valign="top"> |
---|
1268 | <td>30/01/01</td> |
---|
1269 | <td>SR</td> |
---|
1270 | <td>2.1d</td> |
---|
1271 | <td>B</td> |
---|
1272 | <td>String-Ausgabe fÃŒr use_surface_fluxes korrigiert. |
---|
1273 | Version vom |
---|
1274 | 25/01/01 brach deswegen bei FortsetzungslÀufen ab. <br> |
---|
1275 | xy-Plotausgabe von q und ql korrigiert.</td> |
---|
1276 | <td>plot_2d, |
---|
1277 | write_var_list</td> |
---|
1278 | </tr> |
---|
1279 | <tr nosave="" valign="top"> |
---|
1280 | <td nosave="">30/03/01</td> |
---|
1281 | <td>SR</td> |
---|
1282 | <td>2.2</td> |
---|
1283 | <td>N/C</td> |
---|
1284 | <td>SÀmtliche 3D-Felder der Zeitebene t+dt wurden |
---|
1285 | entfernt. |
---|
1286 | Ebenso |
---|
1287 | die Arbeitsfelder work und work1. Hilfsfelder wurden soweit |
---|
1288 | möglich |
---|
1289 | eingespart und werden grundsÀtzlich lokal allokiert. Dadurch |
---|
1290 | konnten |
---|
1291 | eine Reihe von Ãœbergabeparametern gestrichen werden (z.B. beim |
---|
1292 | Aufruf |
---|
1293 | von <tt>pres, advec_s_bc, poisfft, production_e, sor </tt>sowie |
---|
1294 | den |
---|
1295 | Spline-Unterprogrammen). |
---|
1296 | Der Long-Filter wurde in das Upstream-Spline-Verfahren integriert. Da |
---|
1297 | der |
---|
1298 | Zeitfilter jetzt direkt in der prognostischen Gleichung angewendet wird |
---|
1299 | (bisher geschah dies erst nach Aufruf des Drucklösers), haben |
---|
1300 | sich |
---|
1301 | die Zahlen in der Testergebnis-Datei geÀndert. Die mittleren |
---|
1302 | Profile |
---|
1303 | sind aber unbeeinflusst. |
---|
1304 | <p>Eine weitere kleinere |
---|
1305 | Änderung der Testergebnis-Daten |
---|
1306 | wird dadurch |
---|
1307 | verursacht, dass jetzt der Parameter <tt>adjust_mixing_length</tt> |
---|
1308 | defaultmÀßig <tt>.FALSE.</tt> |
---|
1309 | ist und der Mischungsweg grundsÀtzlich zusÀtzlich |
---|
1310 | auf <tt>0.7 |
---|
1311 | * zu</tt> begrenzt wird. Falls <tt>adjust_mixing_length=T</tt>, |
---|
1312 | wird jetzt der Mischungsweg in <tt>diffusivities</tt> |
---|
1313 | analog zu <tt>diffusion_e</tt> |
---|
1314 | an allen Gitterpunkten modifiziert. <b>Achtung: </b>Diese |
---|
1315 | Änderungen |
---|
1316 | können bei anderen Simulationen t.w. erhebliche Auswirkungen |
---|
1317 | auf |
---|
1318 | die |
---|
1319 | oberflÀchennahen Ergebnisse haben. </p> |
---|
1320 | <p><b>Kleinere |
---|
1321 | Änderungen:</b> In <tt>init_cloud_physics</tt> |
---|
1322 | wird |
---|
1323 | der Wert der Variablen <tt>surface_pressure</tt> in hPa |
---|
1324 | belassen |
---|
1325 | (bisher |
---|
1326 | Umwandlung in Pa). <br> |
---|
1327 | Die Namelist-Namen der Software-Pakete sind t.w. |
---|
1328 | geÀndert. <br> |
---|
1329 | Unit 14 (binÀre Ausgabe fÌr |
---|
1330 | FortsetzungslÀufe) wird |
---|
1331 | jetzt im Hauptprogramm geschlossen, damit auf diese Datei noch |
---|
1332 | benutzergesteuerte |
---|
1333 | Ausgaben erfolgen können. <br> |
---|
1334 | Laufparameter werden in keinem Fall mehr auf Unit 14 ausgegeben bzw. |
---|
1335 | von Unit 13 gelesen, d.h. sie gelten jetzt tatsÀchlich nur |
---|
1336 | fÃŒr |
---|
1337 | den jeweils aktuellen Lauf. <br> |
---|
1338 | Partikeladvektion funktioniert jetzt auch zusammen mit der |
---|
1339 | Galilei-Transformation. </p> |
---|
1340 | <p>Restliche |
---|
1341 | deutsche Variablen-, Unterprogramm- und Modulnamen |
---|
1342 | wurden |
---|
1343 | ins Englische ÃŒbersetzt. Davon sind fast alle Programmteile |
---|
1344 | betroffen |
---|
1345 | (nicht in rechter Spalte aufgefÃŒhrt).</p> |
---|
1346 | </td> |
---|
1347 | <td>advec_particles, |
---|
1348 | advec_s_bc, advec_s_ups, advec_u_ups, |
---|
1349 | advec_v_ups, |
---|
1350 | advec_w_ups, boundary_conds, calc_spectra, check_parameters, |
---|
1351 | diffusion_e, |
---|
1352 | init_3d_model, init_cloud_physics, init_pegrid, init_rankine, |
---|
1353 | leap_frog, |
---|
1354 | modules, package_parin, palm, parin, poisfft, pres, production_e, |
---|
1355 | prognostic_equations, |
---|
1356 | read_var_list, sor, swap_timelevel, transpose_*, write_3d_binary, |
---|
1357 | write_var_list |
---|
1358 | <p><b>Neu:</b> <br> |
---|
1359 | cpu_log, cpu_statistics </p> |
---|
1360 | <p><b>Eliminiert:</b> |
---|
1361 | <br> |
---|
1362 | asselin_filter, cpu_auswertung, cpu_zeitmessung, long_filter</p> |
---|
1363 | </td> |
---|
1364 | </tr> |
---|
1365 | <tr nosave="" valign="top"> |
---|
1366 | <td nosave="">12/07/01</td> |
---|
1367 | <td>SR</td> |
---|
1368 | <td>2.2a</td> |
---|
1369 | <td>N/C</td> |
---|
1370 | <td>Defaultwert der unteren |
---|
1371 | Randbedingung fÃŒr die TKE ist ab |
---|
1372 | sofort <tt>bc_e_b |
---|
1373 | = 'neumann'</tt>. <br> |
---|
1374 | Partikelquelle ist ÃŒber Paketparameter steuerbar. |
---|
1375 | Partikeleigenschaften |
---|
1376 | sind mittels benutzereigener Software steuerbar. Der dvrp-Ausgabeweg |
---|
1377 | ist |
---|
1378 | jetzt ebenfalls ÃŒber Paketparameter steuerbar. <br> |
---|
1379 | Allen Modulen (bis auf singleton) wurde eine SAVE-Anweisung |
---|
1380 | hinzugefÃŒgt, |
---|
1381 | damit die durch sie vereinbarten Variablen wÀhrend der |
---|
1382 | Rechnung in |
---|
1383 | keinem Fall undefiniert werden können (diese Gefahr besteht |
---|
1384 | z.B. |
---|
1385 | auf |
---|
1386 | SGI-Origin-Maschinen).</td> |
---|
1387 | <td>advec_particles, header, |
---|
1388 | init_dvrp, init_particles, |
---|
1389 | modules.f90, package_parin, |
---|
1390 | plot_dvrp, user_interface</td> |
---|
1391 | </tr> |
---|
1392 | <tr> |
---|
1393 | <td>12/07/01</td> |
---|
1394 | <td>SR</td> |
---|
1395 | <td>2.2a</td> |
---|
1396 | <td>B</td> |
---|
1397 | <td>Verschiebung der OPEN-Anweisung fÃŒr Unit 33 |
---|
1398 | (AVS-FLD-Datei).</td> |
---|
1399 | <td>check_open</td> |
---|
1400 | </tr> |
---|
1401 | <tr nosave="" valign="top"> |
---|
1402 | <td nosave="">20/07/01</td> |
---|
1403 | <td>SR</td> |
---|
1404 | <td>2.3</td> |
---|
1405 | <td>N</td> |
---|
1406 | <td>Einbau des Mehrgitterverfahrens zur Lösung der |
---|
1407 | Poisson-Gleichung.</td> |
---|
1408 | <td>check_parameters, |
---|
1409 | exchange_horiz, header, init_grid, |
---|
1410 | init_pegrid, modules, |
---|
1411 | parin, pres, run_control |
---|
1412 | <p><b>Neu:</b> <br> |
---|
1413 | poismg</p> |
---|
1414 | </td> |
---|
1415 | </tr> |
---|
1416 | <tr nosave="" valign="top"> |
---|
1417 | <td nosave="">21/08/01</td> |
---|
1418 | <td>SR</td> |
---|
1419 | <td>2.3a</td> |
---|
1420 | <td>N/C</td> |
---|
1421 | <td>ErgÀnzung der dvrp-Software: Partikel |
---|
1422 | können mit |
---|
1423 | SchwÀnzen |
---|
1424 | versehen werden. Die Ausgabe der dvrp-Plotdaten durch einen separaten |
---|
1425 | PE |
---|
1426 | ist möglich (mrun-Option "<tt>-p dvrp_graphics+1PE</tt>"). |
---|
1427 | Der |
---|
1428 | Kommunikator <tt>MPI_COMM_WORLD</tt> |
---|
1429 | wurde deshalb durch <tt>comm_palm</tt> |
---|
1430 | ersetzt. |
---|
1431 | <p>Reduzierung des Mischungsweges im |
---|
1432 | Wandbereich kann wahlweise |
---|
1433 | abgeschaltet |
---|
1434 | werden. FÃŒr km und kh wird jetzt eine Neumann-Randbedingung am |
---|
1435 | unteren |
---|
1436 | Rand verwendet. Die TKE-Energieproduktionsberechnung durch Scherung des |
---|
1437 | Grundstroms am unteren Rand wurde verbessert. </p> |
---|
1438 | <p>Generelle |
---|
1439 | Verwendung der bodennahen vertikalen |
---|
1440 | ImpulsflÃŒsse in |
---|
1441 | den Diffusionstermen von u und v, immer wenn diese als Randbedingung |
---|
1442 | vorgegeben |
---|
1443 | sind (gemÀß <tt>use_surface_fluxes</tt>, |
---|
1444 | - bisher wurde |
---|
1445 | dies |
---|
1446 | nur bei eingeschalteter Prandtl-Schicht gemacht). Schubspannungen |
---|
1447 | können |
---|
1448 | jetzt als Randbedingungen vorgegeben werden (allerdings unter |
---|
1449 | zuhilfenahme |
---|
1450 | benutzereigener Software). </p> |
---|
1451 | <p>ZusÀtzliche |
---|
1452 | Schnittstellen fÃŒr benutzereigene |
---|
1453 | Software in |
---|
1454 | allen Tendenztermen, in <tt>flow_statistics,</tt> und |
---|
1455 | fÃŒr |
---|
1456 | Partikel- |
---|
1457 | bzw. dvrp-Programmteile (Bestimmung von Partikeleigenschaften, |
---|
1458 | Festlegung |
---|
1459 | von Farbtabellen). </p> |
---|
1460 | <p><b>Achtung: </b>Diese |
---|
1461 | Änderungen können bei |
---|
1462 | Simulationen mit |
---|
1463 | mittlerem Wind durch die Änderungen im bereich des unteren |
---|
1464 | Randes |
---|
1465 | t.w. erhebliche Auswirkungen auf die oberflÀchennahen |
---|
1466 | Ergebnisse |
---|
1467 | haben.</p> |
---|
1468 | </td> |
---|
1469 | <td>advec_particles, diffusion_e, |
---|
1470 | diffusion_u, diffusion_v, |
---|
1471 | diffusivities, |
---|
1472 | flow_statistics, header, init_dvrp, init_particles, init_pegrid, |
---|
1473 | leap_frog, |
---|
1474 | modules, package_parin, palm, parin, plot_dvrp, production_e, |
---|
1475 | prognostic_equations, |
---|
1476 | read_var_list, swap_timelevel, user_interface, write_var_list</td> |
---|
1477 | </tr> |
---|
1478 | <tr nosave="" valign="top"> |
---|
1479 | <td nosave="">21/08/01</td> |
---|
1480 | <td>SR</td> |
---|
1481 | <td>2.3a</td> |
---|
1482 | <td>B</td> |
---|
1483 | <td>Falsche Positionierung von |
---|
1484 | MPI_ALLREDUCE in check_cpu_time |
---|
1485 | korrigiert.</td> |
---|
1486 | <td>check_cpu_time</td> |
---|
1487 | </tr> |
---|
1488 | <tr nosave="" valign="top"> |
---|
1489 | <td nosave="">04/09/01</td> |
---|
1490 | <td>SR</td> |
---|
1491 | <td>2.3b</td> |
---|
1492 | <td>N</td> |
---|
1493 | <td>ZusÀtzliche Profilausgaben fÌr |
---|
1494 | Energieproduktionsterme möglich. |
---|
1495 | Stördruck wird bei der FFT-Methode nicht mehr durch |
---|
1496 | Aufsummieren |
---|
1497 | der |
---|
1498 | Werte zu den einzelnen Zeitschritten ermittelt.</td> |
---|
1499 | <td>check_parameters, |
---|
1500 | flow_statistics, modules, pres</td> |
---|
1501 | </tr> |
---|
1502 | <tr nosave="" valign="top"> |
---|
1503 | <td nosave="">04/09/01</td> |
---|
1504 | <td>SR</td> |
---|
1505 | <td>2.3b</td> |
---|
1506 | <td>B</td> |
---|
1507 | <td>Austausch der GeisterrÀnder fÌr die |
---|
1508 | zeitgefilterten |
---|
1509 | Felder |
---|
1510 | direkt nach DurchfÃŒhrung der Filterung (war fehlerhaft seit |
---|
1511 | Entfernen |
---|
1512 | der Zeitebene t+dt (Version 2.2) und fÃŒhrte zu sehr kleinen |
---|
1513 | Störungen |
---|
1514 | an den seitlichen RÀndern der Teilgebiete). |
---|
1515 | <p><b>Achtung:</b> |
---|
1516 | Der Inhalt der Testergebnis-Datei Àndert |
---|
1517 | sich durch |
---|
1518 | diese Fehlerkorrektur.</p> |
---|
1519 | </td> |
---|
1520 | <td>prognostic_equations</td> |
---|
1521 | </tr> |
---|
1522 | <tr nosave="" valign="top"> |
---|
1523 | <td nosave="">09/11/01</td> |
---|
1524 | <td>SR</td> |
---|
1525 | <td>2.3c</td> |
---|
1526 | <td>N</td> |
---|
1527 | <td>Farbe entlang der |
---|
1528 | PartikelschwÀnze kann sich |
---|
1529 | Àndern. Einschalten |
---|
1530 | der Partikeladvektion bei FortsetzungslÀufen möglich.</td> |
---|
1531 | <td>advec_particles, init_particles, modules, package_parin, |
---|
1532 | plot_dvrp</td> |
---|
1533 | </tr> |
---|
1534 | <tr nosave="" valign="top"> |
---|
1535 | <td nosave="">16/04/02</td> |
---|
1536 | <td>SR</td> |
---|
1537 | <td>2.3d</td> |
---|
1538 | <td>N</td> |
---|
1539 | <td>Vorgabe |
---|
1540 | von Randbedingungen fÃŒr Partikeladvektion |
---|
1541 | möglich. |
---|
1542 | Partikeldaten können fÌr spÀtere Analysen |
---|
1543 | auf Datei |
---|
1544 | geschrieben |
---|
1545 | werden (Unit 85). <tt>PARTICLE</tt>-Datentyp |
---|
1546 | enthÀlt |
---|
1547 | Informationen |
---|
1548 | ÃŒber Partikelgeschwindigkeitskomponenten und |
---|
1549 | Startposition. |
---|
1550 | <p>Skalartransport sowie entsprechende |
---|
1551 | Datenausgaben können |
---|
1552 | durch |
---|
1553 | eigene Parameter gesteuert werden (nicht mehr ÃŒber die |
---|
1554 | Feuchteparameter). </p> |
---|
1555 | <p>Im Fall von |
---|
1556 | pdims(1)=1 (eindimensionales virtuelles |
---|
1557 | Prozessornetz in |
---|
1558 | y-Richtung) werden die zyklischen Randbedingungen in x-Richtung durch |
---|
1559 | direktes |
---|
1560 | Umspeichern anstatt durch <tt>sendrecv </tt>realisiert. |
---|
1561 | Ebenso |
---|
1562 | werden |
---|
1563 | die Transponierungen xz, yz, zx und zy eingespart (es wird |
---|
1564 | aber |
---|
1565 | weiter |
---|
1566 | umsortiert). </p> |
---|
1567 | <p>Im Fall von |
---|
1568 | 3D-Plotausgaben Aufruf von ftpcopy-Script durch |
---|
1569 | batch_scp-Script |
---|
1570 | ersetzt (dient der Ermittelung von Dateizyklusnummern als Information |
---|
1571 | fÃŒr |
---|
1572 | die AVS-fld-Datei). </p> |
---|
1573 | <p>Bei fehlerhafter |
---|
1574 | Eröffnung einer CPU_MEASURES-Datei |
---|
1575 | werden erneute |
---|
1576 | Eröffnungsversuche durchgefÌhrt.</p> |
---|
1577 | </td> |
---|
1578 | <td>advec_particles, check_open, check_parameters, |
---|
1579 | exchange_horiz, flow_statistics, |
---|
1580 | header, init_particles, modules, package_parin, parin, plot_2d, |
---|
1581 | plot_3d, |
---|
1582 | prognostic_equations, read_var_list, transpose_xz, transpose_yz, |
---|
1583 | transpose_zx, |
---|
1584 | transpose_zy, write_var_list</td> |
---|
1585 | </tr> |
---|
1586 | <tr nosave="" valign="top"> |
---|
1587 | <td nosave="">02/05/02</td> |
---|
1588 | <td>SR</td> |
---|
1589 | <td>2.3e</td> |
---|
1590 | <td>B</td> |
---|
1591 | <td>WiedereinfÃŒhrung der 3D-Felder fÃŒr die |
---|
1592 | Zeitebene |
---|
1593 | t+dt, die |
---|
1594 | notwendig ist, damit in den Diffusionstermen bei Leapfrog-Zeitschritten |
---|
1595 | mit der korrekten Zeitebene t-dt gearbeitet wird. Seit Version 2.2 |
---|
1596 | wurde |
---|
1597 | fÀlschlicherweise die Zeitebene t+dt verwendet. Asselin-Filter |
---|
1598 | ist |
---|
1599 | jetzt wieder eigenstÀndiges Unterprogramm. <br> |
---|
1600 | Die WiedereinfÃŒhrung dieser dritten Zeitebene ist auch |
---|
1601 | Voraussetzung |
---|
1602 | fÌr die in der nÀchsten Version geplante skalare |
---|
1603 | Optimierung. |
---|
1604 | <p>Fehler bei Berechnung von |
---|
1605 | Ausgabezeitpunkten eliminiert (trat |
---|
1606 | auf, wenn |
---|
1607 | bei FortsetzungslÀufen von AusgabeabstÀnden 0.0 auf |
---|
1608 | von Null |
---|
1609 | verschiedene Werte gewechselt werden sollte). </p> |
---|
1610 | <p><b>Achtung:</b> |
---|
1611 | Der Inhalt der Testergebnis-Datei Àndert |
---|
1612 | sich durch |
---|
1613 | diese Fehlerkorrektur.</p> |
---|
1614 | </td> |
---|
1615 | <td>init_3d_model, |
---|
1616 | leap_frog, modules, prognostic_equations, |
---|
1617 | swap_timelevel |
---|
1618 | <p><b>Neu:</b> <br> |
---|
1619 | asselin_filter</p> |
---|
1620 | </td> |
---|
1621 | </tr> |
---|
1622 | <tr nosave="" valign="top"> |
---|
1623 | <td>02/05/02</td> |
---|
1624 | <td>SR</td> |
---|
1625 | <td>2.3e</td> |
---|
1626 | <td>N/C</td> |
---|
1627 | <td>Kleinere |
---|
1628 | Anpassungen an IBM-Regatta-Systeme in |
---|
1629 | check_parameters, cpu_log. |
---|
1630 | <p>Modul singleton in |
---|
1631 | eigenstÀndige Datei |
---|
1632 | ÃŒberfÃŒhrt. </p> |
---|
1633 | <p>Global_min_max |
---|
1634 | arbeitet mit REAL*4, um Komplikationen auf |
---|
1635 | 32-bit-Rechnern |
---|
1636 | zu vermeiden (Datentyp MPI_2REAL mÃŒsste dort sonst auf |
---|
1637 | MPI_2DOUBLE_PRECISION |
---|
1638 | geÀndert werden). <br> |
---|
1639 | Horizontale Geschwindigkeitskomponenten fÃŒr Partikeladvektion |
---|
1640 | werden exakt zwischen den jeweils benachbarten horizontalen |
---|
1641 | GitterflÀchen |
---|
1642 | interpoliert.</p> |
---|
1643 | </td> |
---|
1644 | <td nosave="">advec_particles, |
---|
1645 | check_parameters, cpu_log, |
---|
1646 | global_min_max, |
---|
1647 | modules |
---|
1648 | <p><b>Neu:</b> <br> |
---|
1649 | singleton</p> |
---|
1650 | </td> |
---|
1651 | </tr> |
---|
1652 | <tr nosave="" valign="top"> |
---|
1653 | <td nosave="">11/06/02</td> |
---|
1654 | <td>SR</td> |
---|
1655 | <td>2.4</td> |
---|
1656 | <td>N/C</td> |
---|
1657 | <td>Optimierung und Anpassungen fÃŒr einzelne Knoten der |
---|
1658 | IBM-Regatta-Systeme. |
---|
1659 | <p><b>Skalare (Cache) Optimierung:</b> |
---|
1660 | Tendenzterme werden |
---|
1661 | innerhalb einer |
---|
1662 | großen (i,j)-Schleife berechnet, die nun jeweils die gesamte |
---|
1663 | prognostische |
---|
1664 | Gleichung umfasst. Schleifenindices i und j werden an die |
---|
1665 | Tendenzunterprogramme |
---|
1666 | als Argumente ÃŒbergeben. Die Tendenzunterprogramme sind als |
---|
1667 | Module |
---|
1668 | geschrieben, die mittels Technik der ÃŒberladenen Funktionen |
---|
1669 | auch |
---|
1670 | ohne |
---|
1671 | diese Indices i und j aufgerufen werden können, und dann wie |
---|
1672 | in |
---|
1673 | frÃŒheren |
---|
1674 | Versionen funktionieren (d.h. in ihnen laufen die Schleifen |
---|
1675 | ÃŒber |
---|
1676 | alle |
---|
1677 | 3 Dimensionen). Solche Teile der prognostischen Gleichungen, die |
---|
1678 | globale |
---|
1679 | Kommunikation beinhalten, sind vor die (i,j)-Schleife gezogen. Falls |
---|
1680 | ausschließlich |
---|
1681 | mit Piascek-Williams-Advektion gearbeitet wird, werden alle |
---|
1682 | prognostischen |
---|
1683 | Gleichungen in einer einzigen (i,j)-Schleife gerechnet. </p> |
---|
1684 | <p><b>Kommunikationsoptimierung:</b> |
---|
1685 | ZusÀtzliche |
---|
1686 | Implementierung einer |
---|
1687 | 1D-Gebietszerlegung in x-Richtung. Mit dem neuen direkten |
---|
1688 | Drucklöser |
---|
1689 | (poisfft_hybrid) werden dadurch 4 von 6 notwendigen Transpositionen |
---|
1690 | eingespart. |
---|
1691 | Die 1D-Zerlegung wird automatisch bei Verwendung dieses neuen |
---|
1692 | Lösers |
---|
1693 | aktiviert. Austausch von GeisterrÀndern in y-Richtung wird bei |
---|
1694 | dieser |
---|
1695 | 1D-Zerlegung durch einfache zyklische Randbedingungen ersetzt. </p> |
---|
1696 | <p><b>Kleinere Anpassungen:</b> String-Vergleiche |
---|
1697 | erfordern beim |
---|
1698 | IBM-Compiler |
---|
1699 | in der Regel den Einsatz der TRIM-Funktion, um |
---|
1700 | ÃŒberschÃŒssige |
---|
1701 | Blanks am Ende des Strings abzuschneiden (sonst liefert der Vergleich |
---|
1702 | .F.). <br> |
---|
1703 | Lokal allokierte Felder t.w. in sogenannte automatische Felder |
---|
1704 | umgewandelt |
---|
1705 | (gÃŒnstiger, um Gefahr von eventuellen Speicherlecks zu |
---|
1706 | vermeiden). |
---|
1707 | Einige Feldoperationen wurden wegen schlechter Performance auf der IBM |
---|
1708 | entfernt (s. pres). </p> |
---|
1709 | <p><b>Achtung: </b>Die |
---|
1710 | Ãœbersetzung des Modells erfordert |
---|
1711 | aufgrund |
---|
1712 | der Vielzahl nunmehr eingesetzter Module die Verwendung des |
---|
1713 | make-Mechanismus, |
---|
1714 | um die korrekte Reihenfolge bei der Ãœbersetzung der |
---|
1715 | Programmteile |
---|
1716 | zu gewÀhrleisten. Die Beschreibung dieser |
---|
1717 | AbhÀngigkeiten |
---|
1718 | erfolgt |
---|
1719 | in der Datei<tt> Makefile</tt>, die zusammen mit den |
---|
1720 | Programmdateien |
---|
1721 | abgelegt |
---|
1722 | ist und ebenfalls unter RCS-Verwaltung steht. </p> |
---|
1723 | <p>Im |
---|
1724 | User-Interface ist das Unterprogramm<tt> user_actions </tt>nun |
---|
1725 | ebenfalls |
---|
1726 | als Modul geschrieben und bedient sich der Methode der |
---|
1727 | ÃŒberladenen |
---|
1728 | Funktionen. Existierende benutzereigene Software muss entsprechend |
---|
1729 | angepasst |
---|
1730 | werden.</p> |
---|
1731 | </td> |
---|
1732 | <td>advec_s_pw, advec_s_up, |
---|
1733 | advec_u_pw, advec_u_up, advec_v_pw, |
---|
1734 | advec_v_up, |
---|
1735 | advec_w_pw, advec_w_up, buoyancy, calc_precipitation, calc_radiation, |
---|
1736 | calc_spectra, |
---|
1737 | check_parameters, coriolis, diffusion_e, diffusion_s, diffusion_u, |
---|
1738 | diffusion_v, |
---|
1739 | diffusion_w, diffusivities, exchange_horiz, exchange_horiz_2d, |
---|
1740 | global_min_max, |
---|
1741 | header, impact_of_latent_heat, init_pegrid, leap_frog, modules, |
---|
1742 | plot_2d, |
---|
1743 | plot_3d, plot_spectra, poisfft, pres, production_e, |
---|
1744 | prognostic_equations, |
---|
1745 | user_interface, |
---|
1746 | <p><b>Neu:</b> <br> |
---|
1747 | fft_for_1d_decomp, Makefile, poisfft_hybrid, </p> |
---|
1748 | </td> |
---|
1749 | </tr> |
---|
1750 | <tr nosave="" valign="top"> |
---|
1751 | <td nosave="">11/06/02</td> |
---|
1752 | <td>SR</td> |
---|
1753 | <td>2.4</td> |
---|
1754 | <td>B</td> |
---|
1755 | <td>Fehlende Variablenvereinbarung in <tt>advec_particles</tt> |
---|
1756 | ergÀnzt.</td> |
---|
1757 | <td>advec_particles</td> |
---|
1758 | </tr> |
---|
1759 | <tr> |
---|
1760 | <td valign="top">12/09/02</td> |
---|
1761 | <td valign="top">SR</td> |
---|
1762 | <td valign="top">2.4a</td> |
---|
1763 | <td valign="top">N</td> |
---|
1764 | <td valign="top">Partikel |
---|
1765 | können mit TrÀgheit versehen |
---|
1766 | werden und |
---|
1767 | einen Dichteunterschied zum umgebenden Fluid haben. Zur Steuerung dient |
---|
1768 | der neue Paketparameter <tt>density_ratio</tt>.</td> |
---|
1769 | <td valign="top">advec_particles, header, init_particles, |
---|
1770 | modules, package_parin</td> |
---|
1771 | </tr> |
---|
1772 | <tr> |
---|
1773 | <td valign="top">12/09/02</td> |
---|
1774 | <td valign="top">SR</td> |
---|
1775 | <td valign="top">2.4a</td> |
---|
1776 | <td valign="top">B</td> |
---|
1777 | <td valign="top">Fehler in Berechnung der Anfangsprofile |
---|
1778 | von pt |
---|
1779 | und q entfernt |
---|
1780 | (obere Feldgrenze von 10 konnte in <tt>pt_vertical_gradient_level_ind</tt> |
---|
1781 | ÃŒberschritten werden). Fehler fÃŒhrte unter |
---|
1782 | UmstÀnden zu |
---|
1783 | "segmentation fault" bei Verwendung sehr großer |
---|
1784 | Gitterpunktzahlen |
---|
1785 | in z-Richtung. |
---|
1786 | <p>Fehler in Berechnung der v-Komponente am |
---|
1787 | unteren Rand |
---|
1788 | entfernt, die |
---|
1789 | fÃŒr den Scherungsproduktionsterm der TKE verwendet wird |
---|
1790 | (Variable |
---|
1791 | v_0). FÀlschlicherweise wurde zur Berechnung u(k=1) statt |
---|
1792 | v(k=1) |
---|
1793 | verwendet.</p> |
---|
1794 | </td> |
---|
1795 | <td valign="top">check_parameters, |
---|
1796 | modules, production_e</td> |
---|
1797 | </tr> |
---|
1798 | <tr> |
---|
1799 | <td valign="top">19/12/02</td> |
---|
1800 | <td valign="top">SR</td> |
---|
1801 | <td valign="top">2.5</td> |
---|
1802 | <td valign="top">N</td> |
---|
1803 | <td valign="top">Restart times can be set by user with new |
---|
1804 | runtime (d3par) |
---|
1805 | parameters <tt>restart_time</tt> and <tt>dt_restart</tt>. |
---|
1806 | Run |
---|
1807 | description |
---|
1808 | header is written on file CONTINUE_RUN. Output of cpu statistics |
---|
1809 | changed |
---|
1810 | (PE results are now collected on PE0 in order to calculate mean cpu |
---|
1811 | statistics). |
---|
1812 | Output of warnings in the job protocol in case of negative measured |
---|
1813 | cpu-times. |
---|
1814 | Remaining cpu-time is also evaluated on IBM-Regatta.</td> |
---|
1815 | <td valign="top">cpu_log, cpu_statistics, |
---|
1816 | check_parameters,header, leap_frog, |
---|
1817 | local_tremain, local_tremain_ini, modules, palm, |
---|
1818 | <p><b>new:</b> |
---|
1819 | <br> |
---|
1820 | check_for_restart </p> |
---|
1821 | <p><b>deleted:</b> <br> |
---|
1822 | check_cpu_time</p> |
---|
1823 | </td> |
---|
1824 | </tr> |
---|
1825 | <tr> |
---|
1826 | <td valign="top"> <br> |
---|
1827 | </td> |
---|
1828 | <td valign="top"> <br> |
---|
1829 | </td> |
---|
1830 | <td valign="top"> <br> |
---|
1831 | </td> |
---|
1832 | <td valign="top">C</td> |
---|
1833 | <td valign="top">Unit |
---|
1834 | 14 (BINOUT) must be opened using a special |
---|
1835 | process |
---|
1836 | id string, because on IBM, the PE rank differs between communicators |
---|
1837 | MPI_COMM_WORLD |
---|
1838 | and comm_2d. This leads to a mismatch between filename-PE-number and |
---|
1839 | PE-number |
---|
1840 | written on file. As the consequence, these files could not be read by |
---|
1841 | restart-jobs. |
---|
1842 | Reading of array <tt>hom</tt> moved from <tt>init_3d_model |
---|
1843 | </tt>to <tt>read_var_list</tt> |
---|
1844 | (binary version number incremented to 2.2). |
---|
1845 | <p><b>Further |
---|
1846 | optimization for IBM-Regatta-systems:</b> <br> |
---|
1847 | Additional optimization of the hybrid-solver for multinode usage |
---|
1848 | (overlapping |
---|
1849 | of communication and computation). </p> |
---|
1850 | <p>Further cache |
---|
1851 | optimization by using strides and joining loops (<tt>hybrid_solver, |
---|
1852 | pres</tt> and <tt>timestep</tt>). Joining of |
---|
1853 | MPI_ALLREDUCE calls in |
---|
1854 | timestep. </p> |
---|
1855 | <p>In case of 1d-decomposition along x |
---|
1856 | only a part of the |
---|
1857 | integral divisor |
---|
1858 | conditions is checked, on IBM hosts a 1d-decomposition along x is the |
---|
1859 | default, |
---|
1860 | a switch from Poisson-FFT-solver to the hybrid-solver is made in case |
---|
1861 | of |
---|
1862 | 1d-decomposition along x, the hybrid-solver does not force a |
---|
1863 | 1d-decomposition |
---|
1864 | any more. </p> |
---|
1865 | <p>Array notation changed to do-loop |
---|
1866 | constructs due to better |
---|
1867 | performance. </p> |
---|
1868 | <p>Cyclic boundary conditions along <tt>y</tt> |
---|
1869 | used instead of |
---|
1870 | sendrecv |
---|
1871 | in case of a 1d-decomposition along <tt>x</tt>. SENDRECV |
---|
1872 | replaced by |
---|
1873 | nonblocking |
---|
1874 | routines ISEND and IRECV in <tt>exchange_horiz.f90</tt>. </p> |
---|
1875 | <p>Speed optimization by removing MINVAL/MAXVAL calls and by |
---|
1876 | handling <br> |
---|
1877 | the "abs" case in a different way than the min/max cases (routine <tt>global_min_max</tt>).</p> |
---|
1878 | </td> |
---|
1879 | <td valign="top">asselin_filter, check_open, |
---|
1880 | exchange_horiz, |
---|
1881 | global_min_max, |
---|
1882 | init_3d_model, init_pegrid, parin, poisfft_hybrid, read_var_list, |
---|
1883 | timestep, |
---|
1884 | write_3d_binary, write_var_list</td> |
---|
1885 | </tr> |
---|
1886 | <tr> |
---|
1887 | <td valign="top"><br> |
---|
1888 | </td> |
---|
1889 | <td valign="top"><br> |
---|
1890 | </td> |
---|
1891 | <td valign="top"><br> |
---|
1892 | </td> |
---|
1893 | <td valign="top">B</td> |
---|
1894 | <td valign="top">Correction |
---|
1895 | of mixing length term (l(k)/ll(k)). |
---|
1896 | The condition |
---|
1897 | kh=3*km in the unstable case is now also exactly met in the wall |
---|
1898 | adjustment |
---|
1899 | region. Factor 0.7 in wall adjustment part replaced by variable <tt>wall_adjustment_factor</tt>, |
---|
1900 | which is set to 1.8 in <tt>modules.f90</tt>. The factor |
---|
1901 | 0.7 was the |
---|
1902 | possible |
---|
1903 | reason for 2-delta-x-waves, which were observed since version 2.1d. |
---|
1904 | <p>Calculation |
---|
1905 | of deformation tensor re-designed (<tt>production_e</tt>). </p> |
---|
1906 | <p>STOP statements replaced by call of new subroutine <tt>local_stop, |
---|
1907 | </tt>where |
---|
1908 | MPI_FINALIZE is called before STOP in case of a parallel environment. </p> |
---|
1909 | <p>ISO2D parameter dp set to true for ibm hosts. </p> |
---|
1910 | <p>tend=p |
---|
1911 | added in <tt>pres</tt> after calling sor method.</p> |
---|
1912 | </td> |
---|
1913 | <td valign="top">advec_s_bc, buoyancy, |
---|
1914 | check_open, |
---|
1915 | check_parameters, close_file, |
---|
1916 | coriolis, diffusion_e, diffusivities, fft_for_1d_decomp, |
---|
1917 | flow_statistics, |
---|
1918 | init_3d_model, init_dvrp, init_grid, init_particles, init_pegrid, |
---|
1919 | parin, |
---|
1920 | plot_2d, poisfft, pres, read_var_list, user_interface, |
---|
1921 | <p><b>new:</b> |
---|
1922 | <br> |
---|
1923 | local_stop, production_e</p> |
---|
1924 | </td> |
---|
1925 | </tr> |
---|
1926 | <tr> |
---|
1927 | <td valign="top">03/03/03</td> |
---|
1928 | <td valign="top">SR</td> |
---|
1929 | <td valign="top">2.5a</td> |
---|
1930 | <td valign="top">N</td> |
---|
1931 | <td valign="top">Particle velocities are also stored in |
---|
1932 | array |
---|
1933 | particles in |
---|
1934 | case of zero density ratio. Steering of variables by dvrp browser |
---|
1935 | included.</td> |
---|
1936 | <td valign="top">advec_particles, |
---|
1937 | init_dvrp, modules,</td> |
---|
1938 | </tr> |
---|
1939 | <tr> |
---|
1940 | <td valign="top"><br> |
---|
1941 | </td> |
---|
1942 | <td valign="top"><br> |
---|
1943 | </td> |
---|
1944 | <td valign="top"><br> |
---|
1945 | </td> |
---|
1946 | <td valign="top">C</td> |
---|
1947 | <td valign="top">AVS |
---|
1948 | data format changed from float to xdr_float |
---|
1949 | (needed |
---|
1950 | on linux machines <br> |
---|
1951 | due to the little/big endian problem). Updates for new version of dvrp |
---|
1952 | software (e.g. using module dvrp is now mandatory).</td> |
---|
1953 | <td valign="top">close_file, init_dvrp, leap_frog, plot_dvrp</td> |
---|
1954 | </tr> |
---|
1955 | <tr> |
---|
1956 | <td valign="top"><br> |
---|
1957 | </td> |
---|
1958 | <td valign="top"><br> |
---|
1959 | </td> |
---|
1960 | <td valign="top"><br> |
---|
1961 | </td> |
---|
1962 | <td valign="top">B</td> |
---|
1963 | <td valign="top">Error in particle inertia part removed |
---|
1964 | (exp_arg |
---|
1965 | must not |
---|
1966 | contain the timestep). <br> |
---|
1967 | Error in calculation of the vertical flux of resolved scale energy |
---|
1968 | (profile 57) removed. Displacement for integers in mpi_particle_type |
---|
1969 | reduced |
---|
1970 | from 16 to 8 on ibm.</td> |
---|
1971 | <td valign="top">advec_particles, |
---|
1972 | flow_statistics, init_particles</td> |
---|
1973 | </tr> |
---|
1974 | <tr> |
---|
1975 | <td valign="top">12/03/03</td> |
---|
1976 | <td valign="top">SR</td> |
---|
1977 | <td valign="top">2.6</td> |
---|
1978 | <td valign="top">N</td> |
---|
1979 | <td valign="top"><b>Version optimized for NEC-SX6 |
---|
1980 | parallel-vector |
---|
1981 | machines. </b> |
---|
1982 | <p>There are two main changes. A |
---|
1983 | new vectorizable routine <tt>prognostic_equations_vec</tt> |
---|
1984 | is added, where cache optimizations are undone. The tendency |
---|
1985 | subroutines |
---|
1986 | called by <tt>prognostic_equations_vec</tt> contain the |
---|
1987 | full 3d-loops |
---|
1988 | (compared |
---|
1989 | with the cache-optimized versions where only loops over k are carried |
---|
1990 | out). |
---|
1991 | Additionally, a new pressure solver <tt>poisfft_hybrid_vec</tt> |
---|
1992 | is |
---|
1993 | added, |
---|
1994 | which requires a 1d-domain-decomposition (like poisfft_hybrid). In this |
---|
1995 | solver, a very fast FFT from Clive Temperton (ECMWF) is |
---|
1996 | optionally |
---|
1997 | available by choosing <tt>fft_method </tt>= <i>'temperton-algorithm'</i>. |
---|
1998 | </p> |
---|
1999 | <p>Additional changes in <tt>flow_statistics</tt> |
---|
2000 | to allow |
---|
2001 | better vectorization. </p> |
---|
2002 | <p>Small changes in routines <tt>diffusivities</tt> |
---|
2003 | and <tt>pres</tt> |
---|
2004 | which |
---|
2005 | caused run time errors on IBM and NEC due to compiler problems. </p> |
---|
2006 | <p>Reading of environment variable <tt>tasks_per_node</tt> |
---|
2007 | moved |
---|
2008 | from routine <tt>poisfft_hybrid</tt> |
---|
2009 | to routine <tt>parin</tt>. </p> |
---|
2010 | <p><b>Changes |
---|
2011 | in makefile:</b> modules and user_interface now |
---|
2012 | depend on |
---|
2013 | the f90 files, dependency of singleton added, LDFLAGS moved to the end |
---|
2014 | of PROG rule, temperton_fft added.</p> |
---|
2015 | </td> |
---|
2016 | <td valign="top">advec_s_pw, advec_s_up, advec_u_pw, advec_u_up, |
---|
2017 | advec_v_pw, |
---|
2018 | advec_v_up, advec_w_pw, advec_w_up, buoyancy, calc_precipitation, |
---|
2019 | calc_radiation, |
---|
2020 | check_parameters, coriolis, cpu_log, diffusion_e, diffusion_s, |
---|
2021 | diffusion_u, |
---|
2022 | diffusion_v, diffusion_w, diffusivities, fft_for_1d_decomp, header, |
---|
2023 | impact_of_latent_heat, |
---|
2024 | init_pegrid, leap_frog, local_tremain, modules, parin, poisfft, |
---|
2025 | poisfft_hybrid, |
---|
2026 | pres, production_e, prognostic_equations, user_interface |
---|
2027 | <p><b>new:</b> |
---|
2028 | <br> |
---|
2029 | temperton_fft</p> |
---|
2030 | </td> |
---|
2031 | </tr> |
---|
2032 | <tr> |
---|
2033 | <td valign="top"><br> |
---|
2034 | </td> |
---|
2035 | <td valign="top"><br> |
---|
2036 | </td> |
---|
2037 | <td valign="top"><br> |
---|
2038 | </td> |
---|
2039 | <td valign="top">B</td> |
---|
2040 | <td valign="top">tend=p |
---|
2041 | added in routine <tt>pres</tt> after |
---|
2042 | calling sor |
---|
2043 | method.</td> |
---|
2044 | <td valign="top">pres</td> |
---|
2045 | </tr> |
---|
2046 | <tr> |
---|
2047 | <td valign="top">14/03/03</td> |
---|
2048 | <td valign="top">SR</td> |
---|
2049 | <td valign="top">2.6a</td> |
---|
2050 | <td valign="top">N</td> |
---|
2051 | <td valign="top">Additional |
---|
2052 | vector optimization for NEC-SX6. |
---|
2053 | <p>Optional system-specific |
---|
2054 | random number generator available |
---|
2055 | (for equal |
---|
2056 | distributed numbers). </p> |
---|
2057 | <p>Define strings in all |
---|
2058 | relevant subroutines changed from </p> |
---|
2059 | <p><tt> |
---|
2060 | #if defined( define_string )</tt> </p> |
---|
2061 | <p>to </p> |
---|
2062 | <p><tt> #if |
---|
2063 | defined( __define_string )</tt> </p> |
---|
2064 | <p><b>Caution: |
---|
2065 | </b>The relevant subroutines are NOT listed in |
---|
2066 | the right |
---|
2067 | column!</p> |
---|
2068 | </td> |
---|
2069 | <td valign="top">asselin_filter, |
---|
2070 | check_parameters, diffusion_e, |
---|
2071 | diffusivities, |
---|
2072 | disturb_field, global_min_max, header, local_tremain, modules, parin, |
---|
2073 | poisfft_hybrid, |
---|
2074 | pres, read_var_list, write_var_list</td> |
---|
2075 | </tr> |
---|
2076 | <tr> |
---|
2077 | <td valign="top"><br> |
---|
2078 | </td> |
---|
2079 | <td valign="top"><br> |
---|
2080 | </td> |
---|
2081 | <td valign="top"><br> |
---|
2082 | </td> |
---|
2083 | <td valign="top">B</td> |
---|
2084 | <td valign="top">Error in particle boundary condition removed |
---|
2085 | (velocity must |
---|
2086 | be inverted in case of reflection)</td> |
---|
2087 | <td valign="top">advec_particles</td> |
---|
2088 | </tr> |
---|
2089 | <tr> |
---|
2090 | <td valign="top">16/04/03</td> |
---|
2091 | <td valign="top">SR</td> |
---|
2092 | <td valign="top">2.6b</td> |
---|
2093 | <td valign="top">N</td> |
---|
2094 | <td valign="top">Time |
---|
2095 | series output of Monin Obukhov length. |
---|
2096 | <p>Temperton fft can now |
---|
2097 | be used for all hosts and every domain |
---|
2098 | decomposition. |
---|
2099 | Abort in case of Temperton fft, if number of gridpoints along x and/or |
---|
2100 | y contain illegal factors. </p> |
---|
2101 | <p>Index values |
---|
2102 | for the extrema found in global_min_max are |
---|
2103 | limited to |
---|
2104 | the range 0..nx, 0..ny (on IBM machines -1 and nx+1/ny+1 occured which |
---|
2105 | produced different RUN_CONTROL output compared to other machines). </p> |
---|
2106 | <p>Output format of iteration count in routine run_control |
---|
2107 | enlarged.</p> |
---|
2108 | </td> |
---|
2109 | <td valign="top">check_parameters, |
---|
2110 | fft_for_1d_decomp, |
---|
2111 | global_min_max, init_pegrid, |
---|
2112 | modules, plot_ts, poisfft, run_control, temperton_fft</td> |
---|
2113 | </tr> |
---|
2114 | <tr> |
---|
2115 | <td valign="top"><br> |
---|
2116 | </td> |
---|
2117 | <td valign="top"><br> |
---|
2118 | </td> |
---|
2119 | <td valign="top"><br> |
---|
2120 | </td> |
---|
2121 | <td valign="top">B</td> |
---|
2122 | <td valign="top">Additional checks of variables <tt>hybrid_solver</tt> |
---|
2123 | and <tt>host</tt> |
---|
2124 | (<tt>hybrid_solver</tt> must not be used for a |
---|
2125 | 2d-domain-decomposition, <tt>host</tt> |
---|
2126 | should be set by setting environment variable <tt>localhost</tt>). |
---|
2127 | <p>Header output for mixing length limitations revised.</p> |
---|
2128 | </td> |
---|
2129 | <td valign="top">check_parameters, header</td> |
---|
2130 | </tr> |
---|
2131 | <tr> |
---|
2132 | <td valign="top">09/05/03</td> |
---|
2133 | <td valign="top">SR</td> |
---|
2134 | <td valign="top">2.7</td> |
---|
2135 | <td valign="top">N</td> |
---|
2136 | <td valign="top"><b>Version |
---|
2137 | running on Linux Clusters using MPICH |
---|
2138 | and Intel |
---|
2139 | FORTRAN compiler (ifc)</b> |
---|
2140 | <p>So far, only absolutely |
---|
2141 | neccessary changes have been done |
---|
2142 | (possible |
---|
2143 | optimizations will follow in a later version): </p> |
---|
2144 | <p>New |
---|
2145 | time measurements for Linux (ifc) environment added. </p> |
---|
2146 | <p>Some |
---|
2147 | parameters in MPI calls had to be modified (arrays had to |
---|
2148 | be replaced |
---|
2149 | by the first element of the regarding array) in order to fulfill f90 |
---|
2150 | type |
---|
2151 | and rank requirements, since on the MUK-cluster a FORTRAN90-version of |
---|
2152 | MPI is used. This also required to replace "mpif.h" by using a special |
---|
2153 | module (named <tt>mpi</tt>). I did not find out |
---|
2154 | how character |
---|
2155 | strings |
---|
2156 | can be send with MPI. Therefore, these strings are transformed to |
---|
2157 | integers, |
---|
2158 | before they are send, and transformed back to characters on the |
---|
2159 | receiving |
---|
2160 | PE. </p> |
---|
2161 | <p>On the MUK-cluster, only PE0 is able to read |
---|
2162 | the values of |
---|
2163 | environment |
---|
2164 | variables. Therefore, these values are communicated via broadcast to |
---|
2165 | the |
---|
2166 | other PEs. </p> |
---|
2167 | <p>1d-decomposition is set as the default |
---|
2168 | on Linux Clusters. |
---|
2169 | Character |
---|
2170 | strings have to be transformed to integer </p> |
---|
2171 | <p>Smaller |
---|
2172 | changes: </p> |
---|
2173 | <p>Batch_scp paths for IBM, NEC and Linux |
---|
2174 | added</p> |
---|
2175 | </td> |
---|
2176 | <td valign="top">check_open, |
---|
2177 | cpu_log, flow_statistics, |
---|
2178 | init_pegrid, local_getenv, |
---|
2179 | modules, palm, poisfft_hybrid</td> |
---|
2180 | </tr> |
---|
2181 | <tr> |
---|
2182 | <td valign="top"><br> |
---|
2183 | </td> |
---|
2184 | <td valign="top"><br> |
---|
2185 | </td> |
---|
2186 | <td valign="top"><br> |
---|
2187 | </td> |
---|
2188 | <td valign="top">B</td> |
---|
2189 | <td valign="top">Measurements |
---|
2190 | on IBM are now using function <tt>irtc</tt>, |
---|
2191 | which allows correct measurements for jobs running over the 24:00 |
---|
2192 | timeline.</td> |
---|
2193 | <td valign="top">cpu_log, |
---|
2194 | local_tremain, local_tremain_ini</td> |
---|
2195 | </tr> |
---|
2196 | <tr> |
---|
2197 | <td valign="top">01/08/03</td> |
---|
2198 | <td valign="top">SR</td> |
---|
2199 | <td valign="top">2.7a</td> |
---|
2200 | <td valign="top">B</td> |
---|
2201 | <td valign="top">Check that the number processors is also |
---|
2202 | an |
---|
2203 | integral divisor |
---|
2204 | of the number of gridpoints along y in case of a |
---|
2205 | 1d-decomposition |
---|
2206 | along x. |
---|
2207 | <p>Error concerning the multinode-version of |
---|
2208 | poisfft_hybrid |
---|
2209 | removed. It |
---|
2210 | was caused by the Linux changes of version 2.7 and led to program abort |
---|
2211 | due to MPI errors in <tt>MPI_ALLTOALL</tt>. </p> |
---|
2212 | <p>No |
---|
2213 | abort on t3e-systems if system specific routines are used. </p> |
---|
2214 | <p>Array<tt> |
---|
2215 | sums </tt>is initialized in<tt> init_3d_model </tt>before |
---|
2216 | the first call of<tt> pres</tt>. Call of<tt> |
---|
2217 | init_cloud_physics </tt>moved |
---|
2218 | before<tt> init_particles</tt>.</p> |
---|
2219 | </td> |
---|
2220 | <td valign="top">fft_1dd_init, init_3d_model, init_pegrid, |
---|
2221 | poisfft_hybrid</td> |
---|
2222 | </tr> |
---|
2223 | <tr> |
---|
2224 | <td valign="top"><br> |
---|
2225 | </td> |
---|
2226 | <td valign="top"><br> |
---|
2227 | </td> |
---|
2228 | <td valign="top"><br> |
---|
2229 | </td> |
---|
2230 | <td valign="top">N</td> |
---|
2231 | <td valign="top">Interactive steering of dvrp-graphic |
---|
2232 | features by |
---|
2233 | dvrp-browser |
---|
2234 | plugin extended (position of slicers, threshold values of isosurfaces) |
---|
2235 | . New dvrp_graphics package parameter<tt> slicer_range_limits_dvrp</tt>.</td> |
---|
2236 | <td valign="top">init_dvrp, modules, package_parin, |
---|
2237 | plot_dvrp</td> |
---|
2238 | </tr> |
---|
2239 | <tr> |
---|
2240 | <td valign="top">29/10/03</td> |
---|
2241 | <td valign="top">SR</td> |
---|
2242 | <td valign="top">2.7b</td> |
---|
2243 | <td valign="top">N</td> |
---|
2244 | <td valign="top">In |
---|
2245 | the multigrid method, on a defined level, |
---|
2246 | data are gathered |
---|
2247 | on PE0 and further calculations are carried out only on this PE. New<tt> |
---|
2248 | d3par </tt>parameter <tt>mg_switch_to_pe0_level</tt>. |
---|
2249 | <p>Particle groups implemented. New data type<tt> |
---|
2250 | particle_groups_type </tt>and data type<tt> particle_type </tt>modified. |
---|
2251 | Version |
---|
2252 | numbers are |
---|
2253 | output on the particle files. New<tt> particles_par </tt>parameter<tt> |
---|
2254 | diameter</tt>. Parameter name<tt> uniform_psize</tt> |
---|
2255 | changed to<tt> |
---|
2256 | dvrp_psize</tt>. |
---|
2257 | Parameters<tt> density_ratio </tt>is now an array.</p> |
---|
2258 | </td> |
---|
2259 | <td valign="top">advec_particles, check_open, |
---|
2260 | exchange_horiz, |
---|
2261 | header, init_particles, |
---|
2262 | init_pegrid, modules, package_parin, parin, poismg</td> |
---|
2263 | </tr> |
---|
2264 | <tr> |
---|
2265 | <td valign="top"><br> |
---|
2266 | </td> |
---|
2267 | <td valign="top"><br> |
---|
2268 | </td> |
---|
2269 | <td valign="top"><br> |
---|
2270 | </td> |
---|
2271 | <td valign="top">C</td> |
---|
2272 | <td valign="top">Random number generator from numerical recipes |
---|
2273 | is now rewritten |
---|
2274 | as a module. In restart runs the seed of this generator is set to the |
---|
2275 | last |
---|
2276 | values of the previous run in order to keep the sequence of the random |
---|
2277 | numbers. New binary version 2.2. |
---|
2278 | <p>Buffer is flushed for file |
---|
2279 | RUN_CONTROL immediately after every |
---|
2280 | output |
---|
2281 | on IBM and Linux cluster.</p> |
---|
2282 | </td> |
---|
2283 | <td valign="top">advec_particles, |
---|
2284 | disturb_field, init_3d_model, |
---|
2285 | init_particles, |
---|
2286 | random_function, random_gauss, run_control, write_3d_binary</td> |
---|
2287 | </tr> |
---|
2288 | <tr> |
---|
2289 | <td valign="top"><br> |
---|
2290 | </td> |
---|
2291 | <td valign="top"><br> |
---|
2292 | </td> |
---|
2293 | <td valign="top"><br> |
---|
2294 | </td> |
---|
2295 | <td valign="top">E</td> |
---|
2296 | <td valign="top">In routine buoyance, horizontal mean |
---|
2297 | temperature |
---|
2298 | is now |
---|
2299 | taken from array hom instead of array sums (otherwise inconsistence in |
---|
2300 | case of using more than one statistical region). |
---|
2301 | <p>Information |
---|
2302 | about the time of the last timestep change added |
---|
2303 | to the |
---|
2304 | restart file. </p> |
---|
2305 | <p>System call of<tt> batch_scp </tt>on |
---|
2306 | IBM corrected.</p> |
---|
2307 | </td> |
---|
2308 | <td valign="top">buoyancy, |
---|
2309 | check_open, read_var_list, |
---|
2310 | write_var_list</td> |
---|
2311 | </tr> |
---|
2312 | <tr> |
---|
2313 | <td style="vertical-align: top;">28/01/04</td> |
---|
2314 | <td style="vertical-align: top;">SR</td> |
---|
2315 | <td style="vertical-align: top;">2.8</td> |
---|
2316 | <td style="vertical-align: top;">N</td> |
---|
2317 | <td style="vertical-align: top;">Runge-Kutta schemes (2nd and |
---|
2318 | 3rd |
---|
2319 | order) |
---|
2320 | for time integration implemented. The third order scheme is the new |
---|
2321 | default. |
---|
2322 | It allows the timestep to be 0.9*CFL, which is much larger than for the |
---|
2323 | former default leapfrog scheme. The intermediate steps, which |
---|
2324 | are |
---|
2325 | part of these schemes, are realized by an additional loop within routine<span style="font-family: monospace;"> |
---|
2326 | time_integration </span>(currently<span style="font-family: monospace;"> |
---|
2327 | leap_frog</span>, but this routine will be renamed soon). |
---|
2328 | Steering |
---|
2329 | variables<span style="font-family: monospace;"> |
---|
2330 | at </span>and<span style="font-family: monospace;"> |
---|
2331 | bt </span>have |
---|
2332 | been replaced by array<span style="font-family: monospace;"> |
---|
2333 | sct</span>. |
---|
2334 | , which is particularly used in the prognostic equations. Values of |
---|
2335 | this |
---|
2336 | steering array are calculated within the new routine<span style="font-family: monospace;"> |
---|
2337 | timestep_scheme_steering</span>. |
---|
2338 | <p>When using Runge-Kutta |
---|
2339 | schemes, the timestep increment |
---|
2340 | is freely |
---|
2341 | allowed to adjust after each timestep (the older schemes are using some |
---|
2342 | restrictions, see routine<span style="font-family: monospace;"> |
---|
2343 | timestep</span>). |
---|
2344 | Also, routine<span style="font-family: monospace;"> |
---|
2345 | run_control </span>is |
---|
2346 | not automatically called in case of timestep changes, when Runge-Kutta |
---|
2347 | schemes are switched on. </p> |
---|
2348 | <p>The old leapfrog scheme |
---|
2349 | is still implemented and should |
---|
2350 | produce the |
---|
2351 | same results as in the previous version(s)! </p> |
---|
2352 | <p>Depending |
---|
2353 | on the user experience, further adjustments to the |
---|
2354 | Runge-Kutta |
---|
2355 | schemes may be necessary within the next minor versions. </p> |
---|
2356 | <p><span style="font-weight: bold;">Attention:</span> |
---|
2357 | <br> |
---|
2358 | The content of the testresult-file (run control output) has |
---|
2359 | significantly |
---|
2360 | changed due to the new default timestep scheme!</p> |
---|
2361 | </td> |
---|
2362 | <td style="vertical-align: top;">check_parameters, header, |
---|
2363 | init_3d_model, |
---|
2364 | init_rankine, leap_frog, modules, prognostic_equations, read_var_list, |
---|
2365 | swap_timelevel, timestep, write_var_list |
---|
2366 | <p><span style="font-weight: bold;">new:</span> <br> |
---|
2367 | timestep_scheme_steering</p> |
---|
2368 | </td> |
---|
2369 | </tr> |
---|
2370 | <tr> |
---|
2371 | <td style="vertical-align: top;"><br> |
---|
2372 | </td> |
---|
2373 | <td style="vertical-align: top;"><br> |
---|
2374 | </td> |
---|
2375 | <td style="vertical-align: top;"><br> |
---|
2376 | </td> |
---|
2377 | <td style="vertical-align: top;">C</td> |
---|
2378 | <td style="vertical-align: top;">Output of particle infos in |
---|
2379 | subroutine<span style="font-family: monospace;"> |
---|
2380 | allocate_prt_memory </span>on demand only. |
---|
2381 | <p>Type<span style="font-family: monospace;"> log </span>(used |
---|
2382 | for |
---|
2383 | cpu time measurements) changed to<span style="font-family: monospace;"> |
---|
2384 | logpoint </span>due to name conflict with FORTRAN |
---|
2385 | intrinsic<span style="font-family: monospace;"> |
---|
2386 | log.</span></p> |
---|
2387 | </td> |
---|
2388 | <td style="vertical-align: top;">advec_particles, |
---|
2389 | cpu_log, </td> |
---|
2390 | </tr> |
---|
2391 | <tr> |
---|
2392 | <td style="vertical-align: top;"><br> |
---|
2393 | </td> |
---|
2394 | <td style="vertical-align: top;"><br> |
---|
2395 | </td> |
---|
2396 | <td style="vertical-align: top;"><br> |
---|
2397 | </td> |
---|
2398 | <td style="vertical-align: top;">E</td> |
---|
2399 | <td style="vertical-align: top;">In case of opening unit 80, a |
---|
2400 | barrier |
---|
2401 | is set only for the first call of<span style="font-family: monospace;"> |
---|
2402 | check_open </span>(from routine<span style="font-family: monospace;"> |
---|
2403 | init_particles</span>), in order to avoid the possibility of |
---|
2404 | hanging |
---|
2405 | jobs, |
---|
2406 | which may occur if unit 80 is opened within routine<span style="font-family: monospace;"> |
---|
2407 | allocate_prt_memory</span>.</td> |
---|
2408 | <td style="vertical-align: top;">check_open</td> |
---|
2409 | </tr> |
---|
2410 | <tr> |
---|
2411 | <td style="vertical-align: top;">30/01/04</td> |
---|
2412 | <td style="vertical-align: top;">SR</td> |
---|
2413 | <td style="vertical-align: top;">2.8a</td> |
---|
2414 | <td style="vertical-align: top;">N</td> |
---|
2415 | <td style="vertical-align: top;">In order to prepare the code |
---|
2416 | for |
---|
2417 | the simulation |
---|
2418 | of flow around buildings (to be realized in one of the next major |
---|
2419 | versions), |
---|
2420 | the lower<span style="font-family: monospace;"> k </span>index<span style="font-family: monospace;"> |
---|
2421 | nzb </span>has been replaced by a two-dimensional array<span style="font-family: monospace;"> |
---|
2422 | nzb_2d </span>in many of the three-dimensional loops. So |
---|
2423 | far, all |
---|
2424 | elements of this array are set to<span style="font-family: monospace;"> |
---|
2425 | nzb</span>. |
---|
2426 | <p>This change should not effect simulation |
---|
2427 | results and cpu time |
---|
2428 | in any |
---|
2429 | way.</p> |
---|
2430 | </td> |
---|
2431 | <td style="vertical-align: top;">advec_s_pw, |
---|
2432 | advec_s_up, |
---|
2433 | advec_u_pw, advec_u_up, |
---|
2434 | advec_v_pw, advec_v_up, advec_w_pw, advec_w_up, asselin_filter, |
---|
2435 | buoyancy, |
---|
2436 | calc_liquid_water_content, calc_precipitation, calc_radiation, |
---|
2437 | coriolis, |
---|
2438 | diffusion_e, diffusion_s, diffusion_u, diffusion_v, diffusion_w, |
---|
2439 | diffusivities, |
---|
2440 | impact_of_latent_heat, init_3d_model, modules, production_e, |
---|
2441 | prognostic_equations, </td> |
---|
2442 | </tr> |
---|
2443 | <tr> |
---|
2444 | <td style="vertical-align: top;"><br> |
---|
2445 | </td> |
---|
2446 | <td style="vertical-align: top;"><br> |
---|
2447 | </td> |
---|
2448 | <td style="vertical-align: top;"><br> |
---|
2449 | </td> |
---|
2450 | <td style="vertical-align: top;">C</td> |
---|
2451 | <td style="vertical-align: top;">Euler step informations are |
---|
2452 | removed in |
---|
2453 | the run control output in case of Runge-Kutta schemes. Also, the |
---|
2454 | timestep |
---|
2455 | increment limitation is removed for the Runge-Kutta schemes. |
---|
2456 | <p><span style="font-weight: bold;">Attention:</span> <br> |
---|
2457 | The content of the testresult-file (run control output) has changed |
---|
2458 | due to this modification.</p> |
---|
2459 | </td> |
---|
2460 | <td style="vertical-align: top;">run_control, timestep</td> |
---|
2461 | </tr> |
---|
2462 | <tr> |
---|
2463 | <td style="vertical-align: top;"><br> |
---|
2464 | </td> |
---|
2465 | <td style="vertical-align: top;"><br> |
---|
2466 | </td> |
---|
2467 | <td style="vertical-align: top;"><br> |
---|
2468 | </td> |
---|
2469 | <td style="vertical-align: top;">E</td> |
---|
2470 | <td style="vertical-align: top;">Velocity gradients at the |
---|
2471 | surface calculated |
---|
2472 | in routine production_e are now limited. In case of inhomogeneous |
---|
2473 | surface |
---|
2474 | heating small diffusivities (<span style="font-family: monospace;">km</span>) |
---|
2475 | sometimes caused very small timesteps due to this problem.</td> |
---|
2476 | <td style="vertical-align: top;">production_e</td> |
---|
2477 | </tr> |
---|
2478 | <tr> |
---|
2479 | <td style="vertical-align: top;">30/04/04<br> |
---|
2480 | </td> |
---|
2481 | <td style="vertical-align: top;">SR<br> |
---|
2482 | </td> |
---|
2483 | <td style="vertical-align: top;">2.8b<br> |
---|
2484 | </td> |
---|
2485 | <td style="vertical-align: top;">N<br> |
---|
2486 | </td> |
---|
2487 | <td style="vertical-align: top;">The number of processors |
---|
2488 | along |
---|
2489 | the respective directions of the virtual processor grid must not be |
---|
2490 | integral divisors of the number of gridpoints along x, y or z any more. |
---|
2491 | In case that they are not integral divisors, the subdomains on the |
---|
2492 | processors at the upper borders of the virtual grid will contain less |
---|
2493 | gridpoints than the other subdomains (which are all of equal size). |
---|
2494 | Although this causes a load imbalance, only runs with very small |
---|
2495 | numbers of processors will feel a significant decrease of performance. |
---|
2496 | In order to be able to carry out the transpositions, array<span style="font-family: monospace;"> d </span>(and also |
---|
2497 | working array<span style="font-family: monospace;"> tend</span>) |
---|
2498 | have the same size on |
---|
2499 | all processors. This new feature is switched on by setting the |
---|
2500 | inipar-parameter<span style="font-family: monospace;"> |
---|
2501 | grid_matching </span>= <span style="font-style: italic;">'match'</span>, |
---|
2502 | which is the |
---|
2503 | default now.<br> |
---|
2504 | <br> |
---|
2505 | Routine<span style="font-family: monospace;"> poisfft </span>is |
---|
2506 | now |
---|
2507 | the |
---|
2508 | default for solving the Poisson-equation for the case of 2d- as well as |
---|
2509 | 1d-domain-decompositions and has been changed from a subroutine to a |
---|
2510 | module. This routine now includes most of the optimization from the |
---|
2511 | (Ketelsen) routine<span style="font-family: monospace;"> |
---|
2512 | poisfft_hybrid </span>and additionally allows 1d-decompositions |
---|
2513 | along y.<br> |
---|
2514 | <span style="font-weight: bold;">ATTENTION:</span> |
---|
2515 | Routine<span style="font-family: monospace;"> |
---|
2516 | poisfft_hybrid </span>might still be |
---|
2517 | faster when running PALM on more than one node of the IBM-Regatta, |
---|
2518 | although the difference is not very big. The <span style="font-family: monospace;">poisfft</span>-code |
---|
2519 | for a |
---|
2520 | decomposition along y has still a poor performance and needs further |
---|
2521 | optimization.<br> |
---|
2522 | <br> |
---|
2523 | The spectra-package is now able to use all the available FFT-methods |
---|
2524 | (selected by inipar-parameter<span style="font-family: monospace;"> |
---|
2525 | fft_method </span>). |
---|
2526 | Performance of the transpositions needed for calculating the spectra |
---|
2527 | has been improved by using new direct transpositions from z to y and |
---|
2528 | from y to x instead of two subsequent transpositions.<br> |
---|
2529 | <br> |
---|
2530 | Runge-Kutta scheme implemented in the 1d-version (<span style="font-family: monospace;">init_1d_model</span>). |
---|
2531 | Diffusion |
---|
2532 | quantity arrays are allocated for previous timelevels only in case of |
---|
2533 | leapfrog scheme.<br> |
---|
2534 | <br> |
---|
2535 | This version is adapted for use on COMPAQ-DECALPHA systems (main |
---|
2536 | changes: calling of SHAPE function within subroutine arguments (e.g.<span style="font-family: monospace;"> singleton</span>) |
---|
2537 | causes compiler errors, particle data type modified for better |
---|
2538 | alignment, DATA statements from modules removed because they caused |
---|
2539 | internal compiler errors).<br> |
---|
2540 | </td> |
---|
2541 | <td style="vertical-align: top;">advec_s_ups, advec_u_ups, |
---|
2542 | advec_v_ups, advec_w_ups, calc_spectra, check_parameters, fft_xy, |
---|
2543 | header, init_1d_model, init_3d_model, init_particles, init_pegrid, |
---|
2544 | modules, parin, plot_2d, poisfft, prandtl_fluxes, pres, read_var_list, |
---|
2545 | singleton, spline_x, spline_y, spline_z, time_integration, transpose, |
---|
2546 | write_3d_binary, write_var_list<br> |
---|
2547 | </td> |
---|
2548 | </tr> |
---|
2549 | <tr> |
---|
2550 | <td style="vertical-align: top;"><br> |
---|
2551 | </td> |
---|
2552 | <td style="vertical-align: top;"><br> |
---|
2553 | </td> |
---|
2554 | <td style="vertical-align: top;"><br> |
---|
2555 | </td> |
---|
2556 | <td style="vertical-align: top;">C<br> |
---|
2557 | </td> |
---|
2558 | <td style="vertical-align: top;">FFT routines renamed. Module<span style="font-family: monospace;"> fft_for_1d_decomp </span>renamed<span style="font-family: monospace;"> fft_xy</span>. |
---|
2559 | Subroutine<span style="font-family: monospace;"> leap_frog |
---|
2560 | </span>renamed<span style="font-family: monospace;"> |
---|
2561 | time_integration</span>.<br> |
---|
2562 | <br> |
---|
2563 | For all transpositions, MPI_ALLTOALL is used instead of MPI_ALLTOALLV. |
---|
2564 | The names of many transposition indices have been changed.<br> |
---|
2565 | <br> |
---|
2566 | Inipar-parameter<span style="font-family: monospace;"> |
---|
2567 | impulse_advec </span>renamed<span style="font-family: monospace;"> |
---|
2568 | momentum_advec</span>.<br> |
---|
2569 | <br> |
---|
2570 | Reading of restart data is moved from<span style="font-family: monospace;"> init_3d_model </span>to |
---|
2571 | new routine <span style="font-family: monospace;">read_3d_binary</span>.<br> |
---|
2572 | <br> |
---|
2573 | All former transpose routines collected into one file.<br> |
---|
2574 | </td> |
---|
2575 | <td style="vertical-align: top;">check_parameters, |
---|
2576 | flow_statistics, header, init_1d_model, init_3d_model, init_advec, |
---|
2577 | init_pegrid, palm, parin, poisfft, poisfft_hybrid, production_e, |
---|
2578 | prognostic_equations, read_var_list, sline_x, spline_y, write_var_list<span style="font-weight: bold;"><br> |
---|
2579 | <br> |
---|
2580 | new:</span><br> |
---|
2581 | fft_xy, read_3d_binary, time_integration, transpose<br> |
---|
2582 | <br> |
---|
2583 | <span style="font-weight: bold;">deleted:</span><br> |
---|
2584 | fft_for_1d_decomp, leap_frog, transpose_xy, transpose_xz, transpose_yx, |
---|
2585 | transpose_yz, transpose_zx, transpose_zy<br> |
---|
2586 | </td> |
---|
2587 | </tr> |
---|
2588 | <tr> |
---|
2589 | <td style="vertical-align: top;"><br> |
---|
2590 | </td> |
---|
2591 | <td style="vertical-align: top;"><br> |
---|
2592 | </td> |
---|
2593 | <td style="vertical-align: top;"><br> |
---|
2594 | </td> |
---|
2595 | <td style="vertical-align: top;">E<br> |
---|
2596 | </td> |
---|
2597 | <td style="vertical-align: top;">Small errors in the |
---|
2598 | particle-package removed, which sometimes caused aborts of restart runs |
---|
2599 | on IBM.<br> |
---|
2600 | <br> |
---|
2601 | Small error in calculating the time series profiles removed (array |
---|
2602 | bounds of some arrays needed for profil-output had to be increased).<br> |
---|
2603 | <br> |
---|
2604 | Function fft (singleton method) replaced by subroutine fftn due to |
---|
2605 | problems with 64-bit mode on IBM<br> |
---|
2606 | </td> |
---|
2607 | <td style="vertical-align: top;">advec_particles, |
---|
2608 | check_parameters, <br> |
---|
2609 | </td> |
---|
2610 | </tr> |
---|
2611 | <tr> |
---|
2612 | <td style="vertical-align: top;">26/03/05<br> |
---|
2613 | </td> |
---|
2614 | <td style="vertical-align: top;">SR<br> |
---|
2615 | </td> |
---|
2616 | <td style="vertical-align: top;">2.9<br> |
---|
2617 | </td> |
---|
2618 | <td style="vertical-align: top;">N<br> |
---|
2619 | </td> |
---|
2620 | <td style="vertical-align: top;">Non-cyclic lateral boundary |
---|
2621 | conditions implemented.<br> |
---|
2622 | Dirichlet/Neumann conditions at the inflow/outflow can be used either |
---|
2623 | along x or along y. Cyclic conditions have to be used along the |
---|
2624 | remaining direction. In case of non-cyclic conditions along x (y), the |
---|
2625 | upper bound nxl (nyn) of array u (v) is enlarged by one gridpoint on |
---|
2626 | the rightmost (northest) processor. These array index informations are |
---|
2627 | passed to routine<span style="font-family: monospace;"> |
---|
2628 | exchange_horiz </span>and<span style="font-family: monospace;"> |
---|
2629 | disturb_field </span>by two |
---|
2630 | additional arguments. Boundary conditions are set with new |
---|
2631 | inipar-parameters<span style="font-family: monospace;"> |
---|
2632 | bc_lr </span>and<span style="font-family: monospace;"> |
---|
2633 | bc_ns</span>. A damping layer is |
---|
2634 | needed at the outflow in order to damp reflections (see new parameters<span style="font-family: monospace;"> km_damp_max </span>and<span style="font-family: monospace;"> outflow_damping_width</span>) |
---|
2635 | and an |
---|
2636 | additional disturbance is imposed near the inflow (see new parameters<span style="font-family: monospace;"> |
---|
2637 | inflow_disturbance_begin </span>and<span style="font-family: monospace;"> inflow_disturbance_end</span>). |
---|
2638 | Non-cyclic conditions require the use of the multigrid-method for |
---|
2639 | solving the Poisson equation. Argument<span style="font-family: monospace;"> range </span>added |
---|
2640 | to routine<span style="font-family: monospace;"> |
---|
2641 | boundary_conds </span>(where the |
---|
2642 | non-cyclic conditions are set). <br> |
---|
2643 | <br> |
---|
2644 | Minor changes:<br> |
---|
2645 | Output of parameter<span style="font-family: monospace;"> |
---|
2646 | datform </span>on |
---|
2647 | &GLOBAL-Namelist (iso2d). This is set to <span style="font-style: italic;">'big_endian'</span> on |
---|
2648 | IBM- and |
---|
2649 | NEC-machines.<br> |
---|
2650 | <br> |
---|
2651 | Number of particle groups are additionally calculated in<span style="font-family: monospace;"> header </span>(formerly |
---|
2652 | unknown).<br> |
---|
2653 | </td> |
---|
2654 | <td style="vertical-align: top;">advec_u_pw, |
---|
2655 | advec_u_up, advec_v_pw, advec_v_up, boundary_conds, |
---|
2656 | calc_liquid_water_content, check_parameters, close_file, coriolis, |
---|
2657 | diffusion_u, diffusion_v, diffusion_w, diffusivities, disturb_field, |
---|
2658 | exchange_horiz, header, init_3d_model, init_pegrid, init_pt_anomaly, |
---|
2659 | init_rankine, modules, parin, poismg, pres, prognostic_equations, |
---|
2660 | read_var_list, sor, time_integration, timestep, write_var_list<br> |
---|
2661 | </td> |
---|
2662 | </tr> |
---|
2663 | <tr> |
---|
2664 | <td style="vertical-align: top;"><br> |
---|
2665 | </td> |
---|
2666 | <td style="vertical-align: top;"><br> |
---|
2667 | </td> |
---|
2668 | <td style="vertical-align: top;"><br> |
---|
2669 | </td> |
---|
2670 | <td style="vertical-align: top;">C<br> |
---|
2671 | </td> |
---|
2672 | <td style="vertical-align: top;"><span style="font-family: monospace;">pres </span>is called |
---|
2673 | by default only |
---|
2674 | at the last Runge-Kutta-substep, which spares a big amount of CPU-time |
---|
2675 | (see also new parameter<span style="font-family: monospace;"> |
---|
2676 | call_psolver_at_all_substeps</span>). No pressure term in the |
---|
2677 | momentum |
---|
2678 | equations in case of Runge-Kutta-schemes.<br> |
---|
2679 | <span style="font-weight: bold;">Attention:</span> <br> |
---|
2680 | The content of the testresult-file (run control output) has changed |
---|
2681 | due to this modification.<br> |
---|
2682 | <br> |
---|
2683 | Program speedup by removing the exchange of ghost points in routines <span style="font-family: monospace;">calc_liquid_water_content</span>, |
---|
2684 | <span style="font-family: monospace;">diffusivities</span>, |
---|
2685 | .<br> |
---|
2686 | <br> |
---|
2687 | Default value for residual limit increased from 1E-6 to 1E-4. Routine<span style="font-family: monospace;"> prolong </span>in<span style="font-family: monospace;"> poismg </span>simplified |
---|
2688 | (one call of<span style="font-family: monospace;"> |
---|
2689 | exchange_horiz </span>spared).<br> |
---|
2690 | </td> |
---|
2691 | <td style="vertical-align: top;">calc_liquid_water_content, |
---|
2692 | diffusivities, modules, poismg, pres, time_integration, |
---|
2693 | timestep_scheme_steering<br> |
---|
2694 | </td> |
---|
2695 | </tr> |
---|
2696 | <tr> |
---|
2697 | <td style="vertical-align: top;"><br> |
---|
2698 | </td> |
---|
2699 | <td style="vertical-align: top;"><br> |
---|
2700 | </td> |
---|
2701 | <td style="vertical-align: top;"><br> |
---|
2702 | </td> |
---|
2703 | <td style="vertical-align: top;">E<br> |
---|
2704 | </td> |
---|
2705 | <td style="vertical-align: top;">Calculation of vertical |
---|
2706 | particle |
---|
2707 | velocity (with inertia) corrected, exp_arg had a wrong sign.<br> |
---|
2708 | <br> |
---|
2709 | (e)**1.5 replaced by e*SQRT(e) in init_1d_model because of wrong |
---|
2710 | results on NEC machines (as a side effect, the new calculation is much |
---|
2711 | faster).<br> |
---|
2712 | <br> |
---|
2713 | Two errors concerning switch to PE0 (multigrid method) removed from<span style="font-family: monospace;"> init_pegrid</span>.<br> |
---|
2714 | <br> |
---|
2715 | Two errors in<span style="font-family: monospace;"> |
---|
2716 | plot_2d </span>removed: |
---|
2717 | local_2d is allocated with upper bound<span style="font-family: monospace;"> nzt</span> (former<span style="font-family: monospace;"> nzt+1 </span>was |
---|
2718 | wrong), additional barrier in case that PE0 gathers data from the other |
---|
2719 | PEs, this barrier had to be set at the end of the gathering because |
---|
2720 | otherwise PE0 sometimes received wrong data on tag 0.<br> |
---|
2721 | <br> |
---|
2722 | Use of module indices removed from routine<span style="font-family: monospace;"> split_1dd </span>in<span style="font-family: monospace;"> poisfft </span>since |
---|
2723 | it caused |
---|
2724 | errors in case of<span style="font-family: monospace;"> nx |
---|
2725 | /= ny </span>and |
---|
2726 | a 1D-decomposition along y.<br> |
---|
2727 | <br> |
---|
2728 | Wrong re-definition of dx2 and dy2 in<span style="font-family: monospace;"> sor </span>removed.<br> |
---|
2729 | </td> |
---|
2730 | <td style="vertical-align: top;">advec_particles, |
---|
2731 | init_1d_model, |
---|
2732 | init_pegrid, plot_2d, poisfft, sor<br> |
---|
2733 | </td> |
---|
2734 | </tr> |
---|
2735 | <tr> |
---|
2736 | <td style="vertical-align: top;">23/04/05<br> |
---|
2737 | </td> |
---|
2738 | <td style="vertical-align: top;">SR<br> |
---|
2739 | </td> |
---|
2740 | <td style="vertical-align: top;">2.9a<br> |
---|
2741 | </td> |
---|
2742 | <td style="vertical-align: top;">C<br> |
---|
2743 | </td> |
---|
2744 | <td style="vertical-align: top;">Additional check for |
---|
2745 | incompatibilities between non-cyclic lateral boundary conditions and |
---|
2746 | other schemes.<br> |
---|
2747 | <br> |
---|
2748 | fcl_factor renamed cfl_factor.<br> |
---|
2749 | <br> |
---|
2750 | New local array sums_ll declared in flow_statistics instead of |
---|
2751 | temporarily using sums_l.<br> |
---|
2752 | <br> |
---|
2753 | crmax (maximum number of crosses allowed in a plot of vertical |
---|
2754 | profiles) increased from 20 to 100.<br> |
---|
2755 | </td> |
---|
2756 | <td style="vertical-align: top;">calc_spectra, check_parameters, |
---|
2757 | flow_statistics, header, modules, parin, timestep<br> |
---|
2758 | </td> |
---|
2759 | </tr> |
---|
2760 | <tr> |
---|
2761 | <td style="vertical-align: top;"><br> |
---|
2762 | </td> |
---|
2763 | <td style="vertical-align: top;"><br> |
---|
2764 | </td> |
---|
2765 | <td style="vertical-align: top;"><br> |
---|
2766 | </td> |
---|
2767 | <td style="vertical-align: top;">E<br> |
---|
2768 | </td> |
---|
2769 | <td style="vertical-align: top;">Revised calculation of output |
---|
2770 | time counters regarding a possible decrease of the output time interval |
---|
2771 | in case of restart runs.<br> |
---|
2772 | <br> |
---|
2773 | Error removed in Dirichlet bottom boundary conditions for pt and q in |
---|
2774 | case of Runge-Kutta schemes.<br> |
---|
2775 | <br> |
---|
2776 | <span style="font-weight: bold;">batch_scp</span> calls |
---|
2777 | (needed |
---|
2778 | for determining correct filenames for AVS-fld-files) is given the |
---|
2779 | remote username as an additional argument.<br> |
---|
2780 | <br> |
---|
2781 | Default setting of outflow_damping_width corrected.<br> |
---|
2782 | <br> |
---|
2783 | Initial horizontal velocities at the lowest grid levels in the 1d-model |
---|
2784 | are set to a very small value in order to avoid wrong results and the |
---|
2785 | resulting too small timesteps.<br> |
---|
2786 | <br> |
---|
2787 | Implicit counters i renamed i9 in modules due to declaration conflicts |
---|
2788 | with i in other subroutines (reported by Portland compiler).<br> |
---|
2789 | </td> |
---|
2790 | <td style="vertical-align: top;">advec_particles, |
---|
2791 | boundary_conds, |
---|
2792 | check_open, check_parameters, init_1d_model, modules, time_integration<br> |
---|
2793 | </td> |
---|
2794 | </tr> |
---|
2795 | <tr> |
---|
2796 | <td style="vertical-align: top;">18/05/05<br> |
---|
2797 | </td> |
---|
2798 | <td style="vertical-align: top;">SR<br> |
---|
2799 | </td> |
---|
2800 | <td style="vertical-align: top;">2.10<br> |
---|
2801 | </td> |
---|
2802 | <td style="vertical-align: top;">N<br> |
---|
2803 | </td> |
---|
2804 | <td style="vertical-align: top;">NetCDF support implemented.<br> |
---|
2805 | Profiles, time series, spectra, cross-sections, 3d-volume-data and |
---|
2806 | particle data can now be output in NetCDF format (file handles |
---|
2807 | 101-108). This output can be switched on with the new d3par-parameter <span style="font-family: monospace;">data_output_format</span>. |
---|
2808 | So far, this support is available on IBM systems at HLRN and on the NEC |
---|
2809 | system at DKRZ. Output in format suitable for graphic software <span style="font-weight: bold;">profil</span>, <span style="font-weight: bold;">iso2d</span> and <span style="font-weight: bold;">avs</span> is still |
---|
2810 | possible.<br> |
---|
2811 | <br> |
---|
2812 | Output of cross sections for qv, vpt and lwp (liquid water path).<br> |
---|
2813 | </td> |
---|
2814 | <td style="vertical-align: top;">advec_particles, |
---|
2815 | check_open, |
---|
2816 | check_parameters, close_file, header, modules, parin, plot_1d, plot_2d, |
---|
2817 | plot_3d, plot_spectra, plot_ts, read_var_list, write_var_list<br> |
---|
2818 | <br> |
---|
2819 | <span style="font-weight: bold;">new:</span><br> |
---|
2820 | netcdf<br> |
---|
2821 | </td> |
---|
2822 | </tr> |
---|
2823 | <tr> |
---|
2824 | <td style="vertical-align: top;"><br> |
---|
2825 | </td> |
---|
2826 | <td style="vertical-align: top;"><br> |
---|
2827 | </td> |
---|
2828 | <td style="vertical-align: top;"><br> |
---|
2829 | </td> |
---|
2830 | <td style="vertical-align: top;">C<br> |
---|
2831 | </td> |
---|
2832 | <td style="vertical-align: top;">In <span style="font-family: monospace;">calc_spectra</span>, n |
---|
2833 | is assigned the |
---|
2834 | number of spectra (formerly, the number of spectra was given by n-1)<br> |
---|
2835 | <br> |
---|
2836 | Abort if <span style="font-family: monospace;">poisfft_hybrid</span> |
---|
2837 | is called in a non-parallel environment.<br> |
---|
2838 | <br> |
---|
2839 | Default values of spectra package parameters <span style="font-family: monospace;">pl_spectra</span> and <span style="font-family: monospace;">spectra_direction</span> |
---|
2840 | changed.<br> |
---|
2841 | </td> |
---|
2842 | <td style="vertical-align: top;">calc_spectra, |
---|
2843 | check_parameters, |
---|
2844 | modules, pres, read_3d_binary, write_3d_binary<br> |
---|
2845 | </td> |
---|
2846 | </tr> |
---|
2847 | <tr> |
---|
2848 | <td style="vertical-align: top;"><br> |
---|
2849 | </td> |
---|
2850 | <td style="vertical-align: top;"><br> |
---|
2851 | </td> |
---|
2852 | <td style="vertical-align: top;"><br> |
---|
2853 | </td> |
---|
2854 | <td style="vertical-align: top;">E<br> |
---|
2855 | </td> |
---|
2856 | <td style="vertical-align: top;">Missing argument in ffty |
---|
2857 | (non-parallel case) added.<br> |
---|
2858 | <br> |
---|
2859 | Error in output of particle inertia information removed.<br> |
---|
2860 | </td> |
---|
2861 | <td style="vertical-align: top;">poisfft, header<br> |
---|
2862 | </td> |
---|
2863 | </tr> |
---|
2864 | <tr> |
---|
2865 | <td style="vertical-align: top;">05/07/05<br> |
---|
2866 | </td> |
---|
2867 | <td style="vertical-align: top;">SR<br> |
---|
2868 | </td> |
---|
2869 | <td style="vertical-align: top;">2.11<br> |
---|
2870 | </td> |
---|
2871 | <td style="vertical-align: top;">N/C<br> |
---|
2872 | </td> |
---|
2873 | <td style="vertical-align: top;">New cloud physics code |
---|
2874 | implemented, which explicitly simulates single cloud droplets, |
---|
2875 | including droplet growth by condensation and collision. Using this code |
---|
2876 | requires to set the new inipar-parameter <span style="font-family: monospace;">cloud_droplets</span> |
---|
2877 | = .TRUE. and to use the particle package (by using the <span style="font-weight: bold;">mrun</span>-option <span style="font-family: monospace;">-p particles</span>). |
---|
2878 | Coupling between droplets and the thermodynamic quantities (potential |
---|
2879 | temperature and specific humidity) is regarded in the new subroutine <span style="font-family: monospace;">interaction_droplets_ptq</span>. |
---|
2880 | The real number of droplets in a grid cell can steered by the new |
---|
2881 | inipar-parameter <span style="font-family: monospace;">initial_weighting_factor</span>.<br> |
---|
2882 | <br> |
---|
2883 | <span style="font-weight: bold;">This code |
---|
2884 | will be further extended and probably changed in the near future, so |
---|
2885 | the current status is that of a test version!</span><br> |
---|
2886 | <br> |
---|
2887 | In connection with this new code implementation, several changes has |
---|
2888 | been made to the existing code:<br> |
---|
2889 | <br> |
---|
2890 | The particle (droplet) size is now given as radius (previously |
---|
2891 | diameter). E.g., the name of the respective package parameter <span style="font-family: monospace;">diameter</span> has |
---|
2892 | changed to <span style="font-family: monospace;">radius</span>.<br> |
---|
2893 | <br> |
---|
2894 | The current weighting_factor and radius are stored as additional |
---|
2895 | particle attributes in the type structure <span style="font-family: monospace;">particle_type</span>. |
---|
2896 | The MPI data type <span style="font-family: monospace;">mpi_particle_type</span>, |
---|
2897 | needed for exchanging particles between subdomains, has been changed |
---|
2898 | correspondingly.<br> |
---|
2899 | <br> |
---|
2900 | <span style="font-family: monospace;">gas_constant</span> is |
---|
2901 | renamed <span style="font-family: monospace;">r_d</span>, |
---|
2902 | <span style="font-family: monospace;">latent_heat</span> |
---|
2903 | is renamed <span style="font-family: monospace;">r_v</span>, |
---|
2904 | the allowed string length of <span style="font-family: monospace;">pl2d</span> |
---|
2905 | and <span style="font-family: monospace;">pl3d</span> |
---|
2906 | is increased from 6 to 10.<br> |
---|
2907 | <br> |
---|
2908 | New 3d arrays <span style="font-family: monospace;">ql_1</span>, |
---|
2909 | <span style="font-family: monospace;">ql_2</span>, <span style="font-family: monospace;">ql_v</span> and <span style="font-family: monospace;">ql_vp</span>, <span style="font-family: monospace;">ql</span> is now a |
---|
2910 | pointer, new pointer <span style="font-family: monospace;">ql_c</span>.<br> |
---|
2911 | <br> |
---|
2912 | Data format for unit 85 (particle data output) is changed.</td> |
---|
2913 | <td style="vertical-align: top;">advec_particles.f90 |
---|
2914 | check_open.f90, header.f90, init_3d_model.f90, init_cloud_physics.f90, |
---|
2915 | init_particles.f90, modules.f90, package_parin.f90, parin.f90, |
---|
2916 | plot_2d.f90, plot_3d.f90, read_var_list.f90, time_integration.f90, |
---|
2917 | write_var_list.f90<br> |
---|
2918 | <br> |
---|
2919 | <span style="font-weight: bold;">new:</span><br> |
---|
2920 | interaction_droplets_ptq.f90</td> |
---|
2921 | </tr> |
---|
2922 | <tr> |
---|
2923 | <td style="vertical-align: top;"><br> |
---|
2924 | </td> |
---|
2925 | <td style="vertical-align: top;"><br> |
---|
2926 | </td> |
---|
2927 | <td style="vertical-align: top;"><br> |
---|
2928 | </td> |
---|
2929 | <td style="vertical-align: top;">C<br> |
---|
2930 | </td> |
---|
2931 | <td style="vertical-align: top;">Default value of <span style="font-family: monospace;">call_psolver_at_all_substeps</span> |
---|
2932 | is <span style="font-style: italic;">.TRUE.</span>, |
---|
2933 | because small scale waves occured with <span style="font-style: italic;">.FALSE.</span></td> |
---|
2934 | <td style="vertical-align: top;">modules.f90</td> |
---|
2935 | </tr> |
---|
2936 | <tr> |
---|
2937 | <td style="vertical-align: top;"><br> |
---|
2938 | </td> |
---|
2939 | <td style="vertical-align: top;"><br> |
---|
2940 | </td> |
---|
2941 | <td style="vertical-align: top;"><br> |
---|
2942 | </td> |
---|
2943 | <td style="vertical-align: top;">E<br> |
---|
2944 | </td> |
---|
2945 | <td style="vertical-align: top;">2d- and 3d-NetCDF-files are not |
---|
2946 | opened if there is no output for them (<span style="font-family: monospace;">pl2d</span> = <span style="font-family: monospace;">pl3d</span> = <span style="font-style: italic;">' '</span>).<br> |
---|
2947 | <br> |
---|
2948 | No opening of units 101 - 108 in case of missing NetCDF support.</td> |
---|
2949 | <td style="vertical-align: top;">check_open.f90, netcdf.f90<br> |
---|
2950 | </td> |
---|
2951 | </tr> |
---|
2952 | <tr> |
---|
2953 | <td style="vertical-align: top;">30/06/05<br> |
---|
2954 | </td> |
---|
2955 | <td style="vertical-align: top;">GS<br> |
---|
2956 | </td> |
---|
2957 | <td style="vertical-align: top;">2.11a<br> |
---|
2958 | </td> |
---|
2959 | <td style="vertical-align: top;">C<br> |
---|
2960 | </td> |
---|
2961 | <td style="vertical-align: top;">Scalars ug and vg have been |
---|
2962 | changed into |
---|
2963 | arrays in order to allow the specification of a geostrophic wind that |
---|
2964 | depends on height (baroclinicity). The initial profiles of the the |
---|
2965 | u- and v-component of the geostrophic wind are initialized by |
---|
2966 | specifying the new initialization parameters <span style="font-family: monospace;">ug_surface</span>, <span style="font-family: monospace;">ug_vertical_gradient</span>, |
---|
2967 | <span style="font-family: monospace;">ug_vertical_gradient_level</span> |
---|
2968 | and <span style="font-family: monospace;">vg_surface</span>, |
---|
2969 | <span style="font-family: monospace;">vg_vertical_gradient</span>, |
---|
2970 | <span style="font-family: monospace;">vg_vertical_gradient_level</span>, |
---|
2971 | respectively. <br> |
---|
2972 | <br> |
---|
2973 | The former initialization parameters <span style="font-family: monospace;">ug</span> and <span style="font-family: monospace;">vg</span> have been |
---|
2974 | removed. <br> |
---|
2975 | </td> |
---|
2976 | <td style="vertical-align: top;">boundary_conds, |
---|
2977 | check_parameters, coriolis, header, init_1d_model, modules, parin, |
---|
2978 | prognostic_equations, read_var_list, spline_z, write_var_list<br> |
---|
2979 | </td> |
---|
2980 | </tr> |
---|
2981 | <tr> |
---|
2982 | <td style="vertical-align: top;"><br> |
---|
2983 | </td> |
---|
2984 | <td style="vertical-align: top;"><br> |
---|
2985 | </td> |
---|
2986 | <td style="vertical-align: top;"><br> |
---|
2987 | </td> |
---|
2988 | <td style="vertical-align: top;">E<br> |
---|
2989 | </td> |
---|
2990 | <td style="vertical-align: top;">Error in the calculation of u_0 |
---|
2991 | and |
---|
2992 | v_0 in production_e.f90 removed.<br> |
---|
2993 | <br> |
---|
2994 | <span style="font-weight: bold;">Attention:</span> <br> |
---|
2995 | The content of the testresult-file (run control output) has changed |
---|
2996 | due to this modification.<br> |
---|
2997 | </td> |
---|
2998 | <td style="vertical-align: top;">production_e<br> |
---|
2999 | </td> |
---|
3000 | </tr> |
---|
3001 | <tr> |
---|
3002 | <td style="text-align: left; vertical-align: top;">20/10/05</td> |
---|
3003 | <td style="vertical-align: top;">SR</td> |
---|
3004 | <td style="vertical-align: top;">2.11b</td> |
---|
3005 | <td style="vertical-align: top;">N/C</td> |
---|
3006 | <td style="vertical-align: top;">Collision process for droplet |
---|
3007 | growth completed.<br> |
---|
3008 | <br> |
---|
3009 | <span style="font-weight: bold;">The droplet code is still under |
---|
3010 | development and requires further speed optimization!<br> |
---|
3011 | <br> |
---|
3012 | </span>Number of particles really used is additionally output on |
---|
3013 | the netcdf particle data file.<span style="font-weight: bold;"></span></td> |
---|
3014 | <td style="vertical-align: top;">advec_particles, modules, |
---|
3015 | netcdf</td> |
---|
3016 | </tr> |
---|
3017 | <tr> |
---|
3018 | <td style="vertical-align: top;"> </td> |
---|
3019 | <td style="vertical-align: top;"> </td> |
---|
3020 | <td style="vertical-align: top;"> </td> |
---|
3021 | <td style="vertical-align: top;">E</td> |
---|
3022 | <td style="vertical-align: top;">The |
---|
3023 | last PE in a row is not allowed to have more grid points than the other |
---|
3024 | PES (only less). Jobs crashed in these cases that the last PE has more |
---|
3025 | grid points. Therefore, the number of gridpoints along x (and y) must |
---|
3026 | now meet a special condition which is checked in case that <span style="font-family: monospace;">grid_matching</span> = |
---|
3027 | <span style="font-style: italic;">'match'</span> is |
---|
3028 | used.<br> |
---|
3029 | <br> |
---|
3030 | Error removed in calculating y axis data for yz cross sections. Error |
---|
3031 | in output of netcdf yz-cross-sections removed.<br> |
---|
3032 | <br> |
---|
3033 | 2*r replaced by r in the exponential term of the particle momentum |
---|
3034 | equation.<br> |
---|
3035 | Error in output of yz-slice information removed.</td> |
---|
3036 | <td style="vertical-align: top;">advec_particles, header, |
---|
3037 | init_pegrid, netcdf, plot_2d</td> |
---|
3038 | </tr> |
---|
3039 | <tr> |
---|
3040 | <td style="vertical-align: top;">06/12/05</td> |
---|
3041 | <td style="vertical-align: top;">SR</td> |
---|
3042 | <td style="vertical-align: top;">2.11c</td> |
---|
3043 | <td style="vertical-align: top;">N</td> |
---|
3044 | <td style="vertical-align: top;">Output of ql profile is allowed |
---|
3045 | in case of using cloud droplets.</td> |
---|
3046 | <td style="vertical-align: top;">check_parameters, |
---|
3047 | flow_statistics, modules</td> |
---|
3048 | </tr> |
---|
3049 | <tr> |
---|
3050 | <td style="vertical-align: top;"> </td> |
---|
3051 | <td style="vertical-align: top;"> </td> |
---|
3052 | <td style="vertical-align: top;"> </td> |
---|
3053 | <td style="vertical-align: top;">E</td> |
---|
3054 | <td style="vertical-align: top;">The horizontally averaged pt |
---|
3055 | profile is calculated within<span style="font-family: monospace;"> |
---|
3056 | buoyancy </span>only |
---|
3057 | in case of the first respective intermediate timestep. This is done in |
---|
3058 | order to spare communication time and to produce identical model |
---|
3059 | results with jobs which are calling<span style="font-family: monospace;"> |
---|
3060 | flow_statistics </span>at |
---|
3061 | different time intervals.<br> |
---|
3062 | <br> |
---|
3063 | Error in netcdf variable declaration for<span style="font-family: monospace;"> statistic_regions </span>/= |
---|
3064 | <span style="font-style: italic;">0</span> removed.</td> |
---|
3065 | <td style="vertical-align: top;">buoyancy, netcdf</td> |
---|
3066 | </tr> |
---|
3067 | <tr> |
---|
3068 | <td style="vertical-align: top;">23/02/06</td> |
---|
3069 | <td style="vertical-align: top;">SR</td> |
---|
3070 | <td style="vertical-align: top;">3.0</td> |
---|
3071 | <td style="vertical-align: top;">N</td> |
---|
3072 | <td><span style="font-weight: bold;">Version for simulating flows |
---|
3073 | over |
---|
3074 | topography (buildings, mountains, etc.)</span><br style="font-weight: bold;"> |
---|
3075 | <br> |
---|
3076 | Besides |
---|
3077 | the implementation of topography, this version contains several other |
---|
3078 | improvements. The most important ones are listed here:<br> |
---|
3079 | <ul> |
---|
3080 | <li>The |
---|
3081 | cloud droplet code has been optimized (it now runs about 100 times |
---|
3082 | faster than before).</li> |
---|
3083 | <li>Output of time-averaged 2d/3d |
---|
3084 | data (sections / volume data) is possible.</li> |
---|
3085 | <li>Output |
---|
3086 | of 2d-section data averaged along the direction normal to this section |
---|
3087 | can be done.</li> |
---|
3088 | <li>The user-interface has been extended |
---|
3089 | in order to allow 2d-/3d-output of user-defined quantities.</li> |
---|
3090 | </ul> |
---|
3091 | The |
---|
3092 | kind of topography to be used is controlled by the new initialization |
---|
3093 | parameter <span style="font-family: monospace;">topography</span>. |
---|
3094 | Allowed values are <span style="font-style: italic;">'flat'</span>, |
---|
3095 | <span style="font-style: italic;">'single_building'</span>, |
---|
3096 | and <span style="font-style: italic;">'read_from_file'</span>. |
---|
3097 | The user can define his own special topography setting within the new |
---|
3098 | user-interface routine <span style="font-family: monospace;">user_init_grid</span>. |
---|
3099 | For the single building case, the building (rectangular) size |
---|
3100 | and position can be controlled with parameters <span style="font-family: monospace;">building_height</span>, |
---|
3101 | <span style="font-family: monospace;">building_length_x</span>, |
---|
3102 | <span style="font-family: monospace;">building_length_y</span>, |
---|
3103 | <span style="font-family: monospace;">building_wall_left</span>, |
---|
3104 | and <span style="font-family: monospace;">building_wall_south</span>.<br> |
---|
3105 | <br> |
---|
3106 | The topography code is already optimized (vectorized) for use on the |
---|
3107 | NEC-SX6.<br> |
---|
3108 | <br> |
---|
3109 | Output of time-averaged 2d-/3d-data can be |
---|
3110 | enabled by appending the string <span style="font-style: italic;">'_av'</span> |
---|
3111 | to the respective output quantities given with the new |
---|
3112 | runtime-parameter <span style="font-family: monospace;">data_output</span> |
---|
3113 | (see further below for the (name)changes in the parameters for data |
---|
3114 | output). Example: if a time-average of the vertical cross-section of |
---|
3115 | potential temperature is required, the user has to set <span style="font-family: monospace;">data_output</span> = <span style="font-style: italic;">'pt_xy_av'</span>. |
---|
3116 | In case of NetCDF-output, the time-averaged data is output to |
---|
3117 | additional files (seperate from the non-averaged output). The length of |
---|
3118 | the averaging interval and the temporal distance of the single |
---|
3119 | instantaneous sections (volumes) entering into this averaging is |
---|
3120 | controlled by the new runtime-parameters <span style="font-family: monospace;">averaging_interval</span>and |
---|
3121 | <span style="font-family: monospace;">dt_averaging_input</span>. |
---|
3122 | <br> |
---|
3123 | <br> |
---|
3124 | An average normal to the direction of a |
---|
3125 | cross-section can be output by setting the respective cross section |
---|
3126 | index to <span style="font-style: italic;">-1</span> |
---|
3127 | (example: <span style="font-family: monospace;">section_xz</span> |
---|
3128 | = <span style="font-style: italic;">-1</span>).<br> |
---|
3129 | <br> |
---|
3130 | New |
---|
3131 | user-interface routines allowing the output of user-defined quantities |
---|
3132 | are <span style="font-family: monospace;">user_check_data_output</span>, |
---|
3133 | <span style="font-family: monospace;">user_define_netcdf_grid</span>, |
---|
3134 | <span style="font-family: monospace;">user_data_output_2d</span>, |
---|
3135 | <span style="font-family: monospace;">user_data_output_3d</span>, |
---|
3136 | and <span style="font-family: monospace;">user_3d_data_averaging</span>. |
---|
3137 | These quantities can be calculated using the new <span style="font-family: monospace;">CASE</span>-Entry <span style="font-style: italic;">'after integration'</span> |
---|
3138 | in the user-interface routine <span style="font-family: monospace;">user_actions</span>.<br> |
---|
3139 | <br> |
---|
3140 | Optimization |
---|
3141 | of the cloud droplet code is mainly done by re-sorting all particles |
---|
3142 | after every timestep in a way that now all particles which belong to |
---|
3143 | the same grid-box (k,j,i) are stored consecutively (wthout any strides) |
---|
3144 | in memory.<br> |
---|
3145 | <br> |
---|
3146 | Code adaptation for the IBM at the department of atmospheric sciences, |
---|
3147 | Yonsei university (ibmy). Affected subroutines: <span style="font-family: monospace;">fft_xy</span>, <span style="font-family: monospace;">netcdf</span>, <br> |
---|
3148 | <br> |
---|
3149 | <span style="font-weight: bold;">Further new features:</span><br> |
---|
3150 | <ul> |
---|
3151 | <li>Use |
---|
3152 | of particle tails now requires setting of the new package-parameter <span style="font-family: monospace;">use_particle_tails</span>. |
---|
3153 | The new parameter skip_particles_for_tail allows only every <span style="font-family: monospace;">skip_particle_for_tail</span>'th |
---|
3154 | parameter having a tail.</li> |
---|
3155 | <li>Initialization-parameter <span style="font-family: monospace;">e_min</span> can be |
---|
3156 | used to set a lower limit for the subgrid-scale TKE (i.e. to guarantee |
---|
3157 | a lower limit for the flow's Reynolds-number).</li> |
---|
3158 | <li>A |
---|
3159 | conservation of the volume flow (through the complete xz- and |
---|
3160 | yz-sections of the total domain) can be enforced by the new |
---|
3161 | initialization-parameter <span style="font-family: monospace;">conserve_volume_flow</span>.</li> |
---|
3162 | <li>Data |
---|
3163 | output can be skipped for a given time interval from simulation start |
---|
3164 | (t=0) using new runtime-parameters <span style="font-family: monospace;">skip_time_dopr</span>, |
---|
3165 | <span style="font-family: monospace;">skip_time_dosp</span>, |
---|
3166 | <span style="font-family: monospace;">skip_time_do2d_xy</span>, |
---|
3167 | <span style="font-family: monospace;">skip_time_do2d_xz</span>, |
---|
3168 | <span style="font-family: monospace;">skip_time_do2d_yz</span>, |
---|
3169 | and <span style="font-family: monospace;">skip_time_do3d</span>.<br> |
---|
3170 | </li> |
---|
3171 | <li>By default, NetCDF output is now using 64-bit |
---|
3172 | offset format |
---|
3173 | (large file support) on most machines. The user can switch to the |
---|
3174 | 32-bit offset format with the new runtime-parameter <span style="font-family: monospace;">netcdf_64bit</span>. |
---|
3175 | Units 111:113 and 116 are opened for NetCDF output of |
---|
3176 | time-averaged 2d-3d data.<br> |
---|
3177 | </li> |
---|
3178 | <li>Data |
---|
3179 | logging routines are added (see file data_log.f90), which can be used |
---|
3180 | for debugging purposes. Output is done on unit 20 (local file |
---|
3181 | name/directory name DATA_LOG).</li> |
---|
3182 | <li>New routine <span style="font-family: monospace;">exchange_horiz_2d_int</span> |
---|
3183 | for ghostpoint exchange of 2d-integer arrays. Routine <span style="font-family: monospace;">exchange_horiz_2d</span> |
---|
3184 | is extended for non-cyclic boundary conditions in the non-parallel case.</li> |
---|
3185 | <li>Two different methods for calculating the mixing length and |
---|
3186 | the dissipation can be used in the 1d-model. These are steered by the |
---|
3187 | new initializing-parameters <span style="font-family: monospace;">dissipation_1d</span> |
---|
3188 | and <span style="font-family: monospace;">mixing_length_1d</span>.<br> |
---|
3189 | </li> |
---|
3190 | </ul> |
---|
3191 | </td> |
---|
3192 | <td style="vertical-align: top;">advec_particles, |
---|
3193 | advec_s_pw, |
---|
3194 | advec_s_up, advec_u_pw, advec_u_up, advec_v_pw, advec_v_up, advec_w_pw, |
---|
3195 | advec_w_up, boundary_conds, buoyancy, check_open, check_parameters, |
---|
3196 | close_file, coriolis, diffusion_e, diffusion_s, diffusion_u, |
---|
3197 | diffusion_v, diffusion_w, diffusivities, disturb_field, |
---|
3198 | disturb_heatflux, exchange_horiz_2d, exchange_horiz, flow_statistics, |
---|
3199 | header, init_1d_model, init_3d_model, init_grid, init_particles, |
---|
3200 | init_pegrid, modules, netcdf, package_parin, parin, poisfft, |
---|
3201 | prandtl_fluxes, pres, production_e, prognostic_equations, |
---|
3202 | read_3d_binary, read_var_list, run_control, time_integration, |
---|
3203 | user_interface, write_3d_binary, write_var_list<br> |
---|
3204 | <br> |
---|
3205 | <span style="font-weight: bold;">new:</span><br> |
---|
3206 | average_3d_data, data_log, sum_up_3d_data<br> |
---|
3207 | <br> |
---|
3208 | <span style="font-weight: bold;">renamed:<br> |
---|
3209 | </span>plot_dvrp |
---|
3210 | -> data_output_dvrp<br> |
---|
3211 | plot_spectra -> data_output_spectra<br> |
---|
3212 | plot_ts -> data_output_tseries<br> |
---|
3213 | plot_1d -> data_output_profiles<br> |
---|
3214 | <span style="font-weight: bold;"></span>plot_2d -> |
---|
3215 | data_output_2d<br> |
---|
3216 | plot_3d -> data_output_3d<br> |
---|
3217 | </td> |
---|
3218 | </tr> |
---|
3219 | <tr> |
---|
3220 | <td style="vertical-align: top;"> </td> |
---|
3221 | <td> </td> |
---|
3222 | <td> </td> |
---|
3223 | <td style="vertical-align: top;">C</td> |
---|
3224 | <td>In |
---|
3225 | parallel mode, all PEs are opening the same copy of the |
---|
3226 | NAMELIST-parameter file <span style="font-family: monospace;">PARIN</span>, |
---|
3227 | i.e. from now on, the file attribute "<span style="font-family: monospace;">npe</span>" must be |
---|
3228 | removed from the corresponding file connection statements in the <span style="font-weight: bold;">mrun</span> configuration |
---|
3229 | file (.mrun.config).<br> |
---|
3230 | <br> |
---|
3231 | A |
---|
3232 | large number of parameter names and local filenames have been changed |
---|
3233 | (see list below). Most of them are parameters concerning data |
---|
3234 | output (do). The former denotations "plot" and "pl" have been changed |
---|
3235 | to "data_output" and "do", respectively. In addition to these changes, |
---|
3236 | the names of many internal PALM parameters and variables have also |
---|
3237 | changed.<br> |
---|
3238 | <br> |
---|
3239 | Restart runs now require setting of the |
---|
3240 | initialization-parameter <span style="font-family: monospace;">initializing_actions</span> |
---|
3241 | = <span style="font-style: italic;">'read_restart_data'</span>.<br> |
---|
3242 | <br> |
---|
3243 | Concerning particles, the parameters <span style="font-family: monospace;">psl</span>, <span style="font-family: monospace;">psr</span>, <span style="font-family: monospace;">pdx</span>, |
---|
3244 | etc., which are controlling the position of the particle source and the |
---|
3245 | number of particles within this source, are now 1d-arrays. This allows |
---|
3246 | to define different particle sources for different particle groups.<br> |
---|
3247 | <br> |
---|
3248 | The number of particle groups has to be set by the user (no automatic |
---|
3249 | calculation from the value of parameter <span style="font-family: monospace;">density_ratio</span> |
---|
3250 | any more)<span style="font-style: italic;"></span>. |
---|
3251 | Variable <span style="font-family: monospace;">idum</span> |
---|
3252 | in type <span style="font-family: monospace;">particle_type</span> |
---|
3253 | has been renamed <span style="font-family: monospace;">tail_id</span>.<br> |
---|
3254 | <br> |
---|
3255 | Output |
---|
3256 | for units 15 and 17 flushed in <span style="font-family: monospace;">init_1d_model</span>.<br> |
---|
3257 | <br> |
---|
3258 | List |
---|
3259 | of changed parameter names:<br> |
---|
3260 | <table style="text-align: left; width: 559px; height: 831px;" border="1" cellpadding="2" cellspacing="2"> |
---|
3261 | <tbody> |
---|
3262 | <tr> |
---|
3263 | <td style="font-weight: bold;" align="undefined" valign="undefined">Old name</td> |
---|
3264 | <td align="undefined" valign="undefined"><span style="font-weight: bold;">New name</span></td> |
---|
3265 | <td align="undefined" valign="undefined"><span style="font-weight: bold;">Comments</span></td> |
---|
3266 | </tr> |
---|
3267 | <tr> |
---|
3268 | <td align="undefined" valign="undefined">average_period_pl1d</td> |
---|
3269 | <td align="undefined" valign="undefined">averaging_interval_pr</td> |
---|
3270 | <td align="undefined" valign="undefined"><br> |
---|
3271 | </td> |
---|
3272 | </tr> |
---|
3273 | <tr> |
---|
3274 | <td style="vertical-align: top;">average_period_pr1d</td> |
---|
3275 | <td style="vertical-align: top;">---</td> |
---|
3276 | <td style="vertical-align: top;">averaging of printed |
---|
3277 | profiles |
---|
3278 | is not possible any more</td> |
---|
3279 | </tr> |
---|
3280 | <tr> |
---|
3281 | <td align="undefined" valign="undefined">average_period_sp</td> |
---|
3282 | <td align="undefined" valign="undefined">averaging_interval_sp</td> |
---|
3283 | <td align="undefined" valign="undefined"><br> |
---|
3284 | </td> |
---|
3285 | </tr> |
---|
3286 | <tr> |
---|
3287 | <td align="undefined" valign="undefined">dt_average</td> |
---|
3288 | <td align="undefined" valign="undefined">dt_averaging_input_pr</td> |
---|
3289 | <td align="undefined" valign="undefined"><br> |
---|
3290 | </td> |
---|
3291 | </tr> |
---|
3292 | <tr> |
---|
3293 | <td align="undefined" valign="undefined">dt_pl1d</td> |
---|
3294 | <td align="undefined" valign="undefined">dt_dopr</td> |
---|
3295 | <td align="undefined" valign="undefined"><br> |
---|
3296 | </td> |
---|
3297 | </tr> |
---|
3298 | <tr> |
---|
3299 | <td align="undefined" valign="undefined">dt_plsp</td> |
---|
3300 | <td align="undefined" valign="undefined">dt_dosp</td> |
---|
3301 | <td align="undefined" valign="undefined"><br> |
---|
3302 | </td> |
---|
3303 | </tr> |
---|
3304 | <tr> |
---|
3305 | <td>dt_plts</td> |
---|
3306 | <td>dt_dots</td> |
---|
3307 | <td><br> |
---|
3308 | </td> |
---|
3309 | </tr> |
---|
3310 | <tr> |
---|
3311 | <td align="undefined" valign="undefined">dt_pr1d</td> |
---|
3312 | <td align="undefined" valign="undefined">dt_dopr_listing</td> |
---|
3313 | <td align="undefined" valign="undefined"><br> |
---|
3314 | </td> |
---|
3315 | </tr> |
---|
3316 | <tr> |
---|
3317 | <td align="undefined" valign="undefined">dt_pl2d_xy</td> |
---|
3318 | <td align="undefined" valign="undefined">dt_do2d_xy</td> |
---|
3319 | <td align="undefined" valign="undefined"><br> |
---|
3320 | </td> |
---|
3321 | </tr> |
---|
3322 | <tr> |
---|
3323 | <td align="undefined" valign="undefined">dt_pl2d_xz</td> |
---|
3324 | <td align="undefined" valign="undefined">dt_do2d_xz</td> |
---|
3325 | <td align="undefined" valign="undefined"><br> |
---|
3326 | </td> |
---|
3327 | </tr> |
---|
3328 | <tr> |
---|
3329 | <td align="undefined" valign="undefined">dt_pl2d_yz</td> |
---|
3330 | <td align="undefined" valign="undefined">dt_do2d_yz</td> |
---|
3331 | <td align="undefined" valign="undefined"><br> |
---|
3332 | </td> |
---|
3333 | </tr> |
---|
3334 | <tr> |
---|
3335 | <td align="undefined" valign="undefined">ebene_xy</td> |
---|
3336 | <td align="undefined" valign="undefined">section_xy</td> |
---|
3337 | <td align="undefined" valign="undefined"><br> |
---|
3338 | </td> |
---|
3339 | </tr> |
---|
3340 | <tr> |
---|
3341 | <td align="undefined" valign="undefined">ebene_xz</td> |
---|
3342 | <td align="undefined" valign="undefined">section_xz</td> |
---|
3343 | <td align="undefined" valign="undefined"><br> |
---|
3344 | </td> |
---|
3345 | </tr> |
---|
3346 | <tr> |
---|
3347 | <td align="undefined" valign="undefined">ebene_yz</td> |
---|
3348 | <td align="undefined" valign="undefined">section_yz</td> |
---|
3349 | <td align="undefined" valign="undefined"><br> |
---|
3350 | </td> |
---|
3351 | </tr> |
---|
3352 | <tr> |
---|
3353 | <td align="undefined" valign="undefined">nz_plot3d</td> |
---|
3354 | <td align="undefined" valign="undefined">nz_do3d</td> |
---|
3355 | <td align="undefined" valign="undefined"><br> |
---|
3356 | </td> |
---|
3357 | </tr> |
---|
3358 | <tr> |
---|
3359 | <td align="undefined" valign="undefined">plts</td> |
---|
3360 | <td align="undefined" valign="undefined">data_output_ts</td> |
---|
3361 | <td align="undefined" valign="undefined"><br> |
---|
3362 | </td> |
---|
3363 | </tr> |
---|
3364 | <tr> |
---|
3365 | <td align="undefined" valign="undefined">pl1d</td> |
---|
3366 | <td align="undefined" valign="undefined">data_output_pr</td> |
---|
3367 | <td align="undefined" valign="undefined"><br> |
---|
3368 | </td> |
---|
3369 | </tr> |
---|
3370 | <tr> |
---|
3371 | <td style="vertical-align: top;">pl2d</td> |
---|
3372 | <td style="vertical-align: top;">data_output</td> |
---|
3373 | <td style="vertical-align: top;">old parameters pl2d and |
---|
3374 | pl3d |
---|
3375 | are joined to new parameter data_output</td> |
---|
3376 | </tr> |
---|
3377 | <tr> |
---|
3378 | <td align="undefined" valign="undefined">pl3d</td> |
---|
3379 | <td align="undefined" valign="undefined">data_output</td> |
---|
3380 | <td align="undefined" valign="undefined"><br> |
---|
3381 | </td> |
---|
3382 | </tr> |
---|
3383 | <tr> |
---|
3384 | <td align="undefined" valign="undefined">pl2d_at_begin</td> |
---|
3385 | <td align="undefined" valign="undefined">do2d_at_begin</td> |
---|
3386 | <td align="undefined" valign="undefined"><br> |
---|
3387 | </td> |
---|
3388 | </tr> |
---|
3389 | <tr> |
---|
3390 | <td align="undefined" valign="undefined">pl3d_at_begin</td> |
---|
3391 | <td align="undefined" valign="undefined">do3d_at_begin</td> |
---|
3392 | <td align="undefined" valign="undefined"><br> |
---|
3393 | </td> |
---|
3394 | </tr> |
---|
3395 | <tr> |
---|
3396 | <td align="undefined" valign="undefined">pl3d_compress</td> |
---|
3397 | <td align="undefined" valign="undefined">do3d_compress</td> |
---|
3398 | <td align="undefined" valign="undefined"><br> |
---|
3399 | </td> |
---|
3400 | </tr> |
---|
3401 | <tr> |
---|
3402 | <td align="undefined" valign="undefined">pl3d_precision</td> |
---|
3403 | <td align="undefined" valign="undefined">do3d_comp_prec</td> |
---|
3404 | <td align="undefined" valign="undefined"><br> |
---|
3405 | </td> |
---|
3406 | </tr> |
---|
3407 | <tr> |
---|
3408 | <td>pl_spectra</td> |
---|
3409 | <td>data_output_sp</td> |
---|
3410 | <td><br> |
---|
3411 | </td> |
---|
3412 | </tr> |
---|
3413 | <tr> |
---|
3414 | <td align="undefined" valign="undefined">read_fields_from_prior_run</td> |
---|
3415 | <td align="undefined" valign="undefined">read_restart_data</td> |
---|
3416 | <td align="undefined" valign="undefined"><br> |
---|
3417 | </td> |
---|
3418 | </tr> |
---|
3419 | <tr> |
---|
3420 | <td align="undefined" valign="undefined">write_plot2d_on_each_pe</td> |
---|
3421 | <td align="undefined" valign="undefined">data_output_2d_on_each_pe</td> |
---|
3422 | <td align="undefined" valign="undefined"><br> |
---|
3423 | </td> |
---|
3424 | </tr> |
---|
3425 | <tr> |
---|
3426 | <td align="undefined" valign="undefined">z_max_pl1d</td> |
---|
3427 | <td align="undefined" valign="undefined">z_max_do1d</td> |
---|
3428 | <td align="undefined" valign="undefined"><br> |
---|
3429 | </td> |
---|
3430 | </tr> |
---|
3431 | <tr> |
---|
3432 | <td align="undefined" valign="undefined">z_max_pl2d</td> |
---|
3433 | <td align="undefined" valign="undefined">z_max_do2d</td> |
---|
3434 | <td align="undefined" valign="undefined"><br> |
---|
3435 | </td> |
---|
3436 | </tr> |
---|
3437 | </tbody> |
---|
3438 | </table> |
---|
3439 | </td> |
---|
3440 | <td style="vertical-align: top;">advec_particles, |
---|
3441 | advec_s_bc, check_parameters, check_open, close_file, |
---|
3442 | data_output_dvrp, data_output_profiles, data_output_tseries, |
---|
3443 | data_output_2d, data_output_3d, flow_statistics, header, init_1d_model, |
---|
3444 | init_3d_model, init_dvrp, init_particles, init_pegrid, init_slope, |
---|
3445 | modules, netcdf, package_parin, palm, parin, print_1d, read_var_list, |
---|
3446 | run_control, time_integration, timestep, write_compressed, |
---|
3447 | write_var_list<br> |
---|
3448 | </td> |
---|
3449 | </tr> |
---|
3450 | <tr> |
---|
3451 | <td> </td> |
---|
3452 | <td> </td> |
---|
3453 | <td> </td> |
---|
3454 | <td style="vertical-align: top;">E</td> |
---|
3455 | <td>Error in |
---|
3456 | the particle release (defaults of <span style="font-family: monospace;">psl</span>, |
---|
3457 | <span style="font-family: monospace;">psr</span>, <span style="font-family: monospace;">psn</span>, <span style="font-family: monospace;">pss</span>) at the PE |
---|
3458 | boundary has been fixed.<br> |
---|
3459 | <br> |
---|
3460 | Error removed getting the variable ids for <span style="font-family: monospace;">_ext</span> for |
---|
3461 | profiles and time series.<br> |
---|
3462 | <br> |
---|
3463 | NetCDF calls in <span style="font-family: monospace;">data_output_tseries</span> |
---|
3464 | only if NetCDF output is switched on.<br> |
---|
3465 | <br> |
---|
3466 | Output of the |
---|
3467 | initial geostrophic wind profile corrected.<br> |
---|
3468 | <br> |
---|
3469 | Maximum |
---|
3470 | possibel timestep for Runge-Kutta-schemes reduced, error concerning |
---|
3471 | initialization of <span style="font-family: monospace;">l_black</span> |
---|
3472 | removed (both in <span style="font-family: monospace;">init_1d_model</span>).<br> |
---|
3473 | </td> |
---|
3474 | <td style="vertical-align: top;">advec_particles, |
---|
3475 | data_output_tseries, header, init_particles, init_1d_model, netcdf<br> |
---|
3476 | </td> |
---|
3477 | </tr> |
---|
3478 | <tr> |
---|
3479 | <td align="left" valign="top">26/04/06</td> |
---|
3480 | <td align="left" valign="top">SR</td> |
---|
3481 | <td align="left" valign="top">3.0a</td> |
---|
3482 | <td align="left" valign="top">N</td> |
---|
3483 | <td align="left" valign="top">OpenMP parallelization for |
---|
3484 | the cache-optimized PALM code.<br> |
---|
3485 | <br> |
---|
3486 | OpenMP |
---|
3487 | directives have been added where necessary. Still further tuning will |
---|
3488 | be necessary to get optimum performance. Other parts of the code than |
---|
3489 | the cache-optimized code still need to be (OpenMP-) parallelized. <br> |
---|
3490 | <br> |
---|
3491 | So |
---|
3492 | far, threads are activated by setting the <span style="font-weight: bold;">mrun</span>-options <span style="font-family: monospace;">-T</span> <span style="font-style: italic;"><number_of_threads></span> |
---|
3493 | and <span style="font-family: monospace;">-O</span>, |
---|
3494 | i.e. when the Option <span style="font-family: monospace;">-O</span> |
---|
3495 | is given, the <span style="font-family: monospace;">-T</span> |
---|
3496 | argument is interpreted as the number of threads to be used. When <span style="font-family: monospace;">-O</span> is given, |
---|
3497 | the number of MPI tasks per node is automatically set to <span style="font-style: italic;">1</span>.<br> |
---|
3498 | <br> |
---|
3499 | Beside |
---|
3500 | the additional compiler directives, the main code change required by |
---|
3501 | the OpenMP parallelization is that global sums are now calculated by |
---|
3502 | first calculating local sums on each thread. As the next step, local |
---|
3503 | sums are calculated from these thread sums for each MPI task before the |
---|
3504 | global sum is computed via MPI_ALLREDUCE. For storing the |
---|
3505 | thread |
---|
3506 | sums, arrays sums_l and sums_l_l now have three dimensions where the |
---|
3507 | number of elements of the third dimension is equal to the number of |
---|
3508 | OpenMP threads.</td> |
---|
3509 | <td align="left" valign="top">buoyancy, |
---|
3510 | cpu_statistics, diffusivities, flow_statistics, header, init_pegrid, |
---|
3511 | init_3d_model, modules, prandtl_fluxes, pres, production_e</td> |
---|
3512 | </tr> |
---|
3513 | <tr> |
---|
3514 | <td align="left" valign="top"> </td> |
---|
3515 | <td align="left" valign="top">ML</td> |
---|
3516 | <td align="left" valign="top"> </td> |
---|
3517 | <td align="left" valign="top">C</td> |
---|
3518 | <td align="left" valign="top">Provisional |
---|
3519 | correction for Piacsek & Williams advection scheme: keep u and |
---|
3520 | v |
---|
3521 | zero one layer below the topography (in case of set_1d-model_profiles).</td> |
---|
3522 | <td align="left" valign="top">init_3d_model</td> |
---|
3523 | </tr> |
---|
3524 | <tr> |
---|
3525 | <td align="left" valign="top"> </td> |
---|
3526 | <td align="left" valign="top">SR/ML</td> |
---|
3527 | <td align="left" valign="top"> </td> |
---|
3528 | <td align="left" valign="top">E</td> |
---|
3529 | <td align="left" valign="top">In <span style="font-family: monospace;">flow_statistics.f90</span> |
---|
3530 | nzb_s_inner(j,i) replaced by nzb in determination of z_i.<br> |
---|
3531 | <br> |
---|
3532 | Errors |
---|
3533 | removed in the computation of the diabatic mixing length (<span style="font-family: monospace;">init_1d_model.f90</span>).<br> |
---|
3534 | <br> |
---|
3535 | Error |
---|
3536 | removed in extend mode when checking whether the selected cross |
---|
3537 | sections match those in the already existing NetCDF file (<span style="font-family: monospace;">netcdf.f90</span>).</td> |
---|
3538 | <td align="left" valign="top">flow_statistics, |
---|
3539 | init_1d_model, netcdf</td> |
---|
3540 | </tr> |
---|
3541 | <tr> |
---|
3542 | <td align="left" valign="top">02/06/06</td> |
---|
3543 | <td align="left" valign="top">SR</td> |
---|
3544 | <td align="left" valign="top">3.0b</td> |
---|
3545 | <td align="left" valign="top">N</td> |
---|
3546 | <td align="left" valign="top">This version is adapted to the Sun |
---|
3547 | Fire X4600 |
---|
3548 | system at TIT (to be used by setting the <span style="font-weight: bold;">mrun</span> option <span style="font-family: monospace;">-h lctit</span>).</td> |
---|
3549 | <td align="left" valign="top">cpu_log, init_1d_model, |
---|
3550 | local_tremain, locaö_tremain_ini, run_control</td> |
---|
3551 | </tr> |
---|
3552 | <tr> |
---|
3553 | <td align="left" valign="top"> </td> |
---|
3554 | <td align="left" valign="top"> </td> |
---|
3555 | <td align="left" valign="top"> </td> |
---|
3556 | <td align="left" valign="top">C</td> |
---|
3557 | <td align="left" valign="top">NetCDF 2d- |
---|
3558 | and 3d-datasets now contain the exact coordinates of the variables |
---|
3559 | along x and y with respect to the positions where they are defined on |
---|
3560 | the staggered grid.<br> |
---|
3561 | <br> |
---|
3562 | NetCDF datasets of cross |
---|
3563 | sections (e.g. <span style="font-family: monospace;">DATA_2D_XY_NETCDF</span>) |
---|
3564 | are only opened if the respective cross sections are really requested |
---|
3565 | by the settings of parameter <span style="font-family: monospace;">data_output</span>.</td> |
---|
3566 | <td align="left" valign="top">check_parameters, |
---|
3567 | data_output_2d, data_output_3d, modules, netcdf, user_interface</td> |
---|
3568 | </tr> |
---|
3569 | <tr> |
---|
3570 | <td align="left" valign="top"> </td> |
---|
3571 | <td align="left" valign="top"> </td> |
---|
3572 | <td align="left" valign="top"> </td> |
---|
3573 | <td align="left" valign="top">E</td> |
---|
3574 | <td align="left" valign="top">p is assigned to <span style="font-family: monospace;">to_be_resorted</span> |
---|
3575 | instead of w</td> |
---|
3576 | <td align="left" valign="top">data_output_2d</td> |
---|
3577 | </tr> |
---|
3578 | <tr> |
---|
3579 | <td align="left" valign="top">04/08/06</td> |
---|
3580 | <td align="left" valign="top">SR</td> |
---|
3581 | <td align="left" valign="top">3.1</td> |
---|
3582 | <td align="left" valign="top">N</td> |
---|
3583 | <td align="left" valign="top">Subgrid |
---|
3584 | scale velocities can (optionally) be included for calculating the |
---|
3585 | particle advection, using the method of Weil et al. (2004, JAS, 61, |
---|
3586 | 2877-2887). This method is switched on by the new particle package |
---|
3587 | parameter <span style="font-family: monospace;">use_sgs_for_particles</span>. |
---|
3588 | This also forces the Euler/upstream method to be used for time |
---|
3589 | advancement of the TKE (see new parameter <span style="font-family: monospace;">use_upstream_for_tke</span>). |
---|
3590 | The minimum timestep during the sub-timesteps is controlled by |
---|
3591 | parameter <span style="font-family: monospace;">dt_min_part</span>. |
---|
3592 | The data type <span style="font-family: monospace;">particle_type</span> |
---|
3593 | has additional new attributes <span style="font-family: monospace;">e_m</span>, |
---|
3594 | <span style="font-family: monospace;">dt_sum</span>, |
---|
3595 | and <span style="font-family: monospace;">speed_x/y/z_sgs</span>.<br> |
---|
3596 | <br> |
---|
3597 | Other |
---|
3598 | new particle features: output of particle quantities as timeseries in |
---|
3599 | NetCDF format (on local file <span style="font-family: monospace;">DATA_1D_PTS_NETCDF</span>). |
---|
3600 | The output time interval is controlled by parameter <span style="font-family: monospace;">dt_dopts</span>. |
---|
3601 | Particle advection can be switched off after some time using parameter <span style="font-family: monospace;">end_time_prel</span>. |
---|
3602 | More than one particle per point can be started with parameter <span style="font-family: monospace;">particles_per_point</span>.<br> |
---|
3603 | <br> |
---|
3604 | Additional |
---|
3605 | parameter in function <span style="font-family: monospace;">random_gauss</span> |
---|
3606 | which limits the range of the created random numbers to five times the |
---|
3607 | standard deviation (=1). Seeds <span style="font-family: monospace;">iran</span> |
---|
3608 | and <span style="font-family: monospace;">iran_part</span> |
---|
3609 | are stored for restart runs.</td> |
---|
3610 | <td align="left" valign="top">advec_particles, |
---|
3611 | check_open, check_parameters, close_file, diffusion_e, |
---|
3612 | disturb_heatflux, header, init_3d_model, init_particles, modules, |
---|
3613 | netcdf, package_parin, parin, prognostic_equations, random_gauss, |
---|
3614 | read_3d_binary, read_var_list, time_integration, write_3d_binary, |
---|
3615 | write_var_list<br> |
---|
3616 | <br> |
---|
3617 | <span style="font-weight: bold;">new:</span><br> |
---|
3618 | data_output_ptseries</td> |
---|
3619 | </tr> |
---|
3620 | <tr> |
---|
3621 | <td align="left" valign="top"> </td> |
---|
3622 | <td align="left" valign="top"> </td> |
---|
3623 | <td align="left" valign="top"> </td> |
---|
3624 | <td align="left" valign="top">C</td> |
---|
3625 | <td align="left" valign="top">Call of subroutine <span style="font-family: monospace;">header</span> is moved |
---|
3626 | after call of subroutine <span style="font-family: monospace;">init_3d_model</span>. |
---|
3627 | Generation of <span style="font-family: monospace;">run_description_header</span> |
---|
3628 | is moved from routines <span style="font-family: monospace;">palm</span> |
---|
3629 | and <span style="font-family: monospace;">header</span> |
---|
3630 | to <span style="font-family: monospace;">check_parameters</span>. |
---|
3631 | Determination of the number of particle groups is moved from <span style="font-family: monospace;">header</span> to <span style="font-family: monospace;">init_particles</span>.<br> |
---|
3632 | <br> |
---|
3633 | <span style="font-family: monospace;">izuf</span> renamed <span style="font-family: monospace;">iran</span>.</td> |
---|
3634 | <td align="left" valign="top">check_parameters, |
---|
3635 | disturb_field, disturb_heatflux, header, init_particles, modules, palm</td> |
---|
3636 | </tr> |
---|
3637 | <tr> |
---|
3638 | <td align="left" valign="top"> </td> |
---|
3639 | <td align="left" valign="top"> </td> |
---|
3640 | <td align="left" valign="top"> </td> |
---|
3641 | <td align="left" valign="top">E</td> |
---|
3642 | <td align="left" valign="top">Variables |
---|
3643 | do2d_unit and do3d_unit now defined as 2d-arrays. Before, in some |
---|
3644 | cases, the units of variables in the 2d- and 3d-NetCDF-files have been |
---|
3645 | wrong.<br> |
---|
3646 | <br> |
---|
3647 | In routine <span style="font-family: monospace;">poisfft</span> |
---|
3648 | default |
---|
3649 | setting of the thread number tn in case of not using OpenMP.<br> |
---|
3650 | <br> |
---|
3651 | Error |
---|
3652 | removed in the non-parallel part of routine <span style="font-family: monospace;">flow_statistics</span> |
---|
3653 | (number of arguments of array <span style="font-family: monospace;">sums_l</span>).<br> |
---|
3654 | <br> |
---|
3655 | Error |
---|
3656 | removed which appeared if the user had decreased the value of <span style="font-family: monospace;">dt_dopr</span> within |
---|
3657 | a job chain and if simulataneous time averaging of profiles was |
---|
3658 | switched on.</td> |
---|
3659 | <td align="left" valign="top">check_parameters, |
---|
3660 | data_output_profiles, flow_statistics, modules, netcdf, poisfft</td> |
---|
3661 | </tr> |
---|
3662 | <tr> |
---|
3663 | <td style="vertical-align: top;">22/08/06</td> |
---|
3664 | <td style="vertical-align: top;">SR</td> |
---|
3665 | <td style="vertical-align: top;">3.1a</td> |
---|
3666 | <td style="vertical-align: top;">N</td> |
---|
3667 | <td style="vertical-align: top;">In case of more than one |
---|
3668 | particle group, seperate output of timeseries for each of the groups.<br> |
---|
3669 | <br> |
---|
3670 | New |
---|
3671 | initial parameter <span style="font-family: monospace;">dz_max</span>, |
---|
3672 | which limits the vertical gridspacing in case of a vertically stretched |
---|
3673 | grid.</td> |
---|
3674 | <td style="vertical-align: top;">data_output_ptseries, |
---|
3675 | header, init_grid, modules, netcdf, parin, read_var_list, write_var_list</td> |
---|
3676 | </tr> |
---|
3677 | <tr> |
---|
3678 | <td style="vertical-align: top;"> </td> |
---|
3679 | <td style="vertical-align: top;"> </td> |
---|
3680 | <td style="vertical-align: top;"> </td> |
---|
3681 | <td style="vertical-align: top;">C</td> |
---|
3682 | <td style="vertical-align: top;">Disturbances are imposed only |
---|
3683 | for the last Runge-Kutta-substep. <br> |
---|
3684 | <span style="font-weight: bold;">Attention:</span> <br> |
---|
3685 | The content of the testresult-file (run control output) has changed |
---|
3686 | due to this modification.<br> |
---|
3687 | <br> |
---|
3688 | Output of xz and yz cross |
---|
3689 | sections now up to gridpoint nzt+1.<br> |
---|
3690 | <br> |
---|
3691 | Default settings |
---|
3692 | of particle start positions changed.</td> |
---|
3693 | <td style="vertical-align: top;">check_open, close_file, |
---|
3694 | data_output_2d, init_particles, netcdf, time_integration</td> |
---|
3695 | </tr> |
---|
3696 | <tr> |
---|
3697 | <td style="vertical-align: top;"> </td> |
---|
3698 | <td style="vertical-align: top;"> </td> |
---|
3699 | <td style="vertical-align: top;"> </td> |
---|
3700 | <td style="vertical-align: top;">E</td> |
---|
3701 | <td style="vertical-align: top;">Initialisation of all tendency |
---|
3702 | arrays (t.._m) needed for the Runge-Kutta schemes.<br> |
---|
3703 | <br> |
---|
3704 | Bugfix |
---|
3705 | in index array initialization for line- or point-like topography |
---|
3706 | structures.<br> |
---|
3707 | <br> |
---|
3708 | Bugfix: yv coordinates are now used for |
---|
3709 | yz cross sections, where neccessary.</td> |
---|
3710 | <td style="vertical-align: top;">init_3d_model, init_grid, netcdf</td> |
---|
3711 | </tr> |
---|
3712 | <tr> |
---|
3713 | <td style="vertical-align: top;">12/02/07</td> |
---|
3714 | <td style="vertical-align: top;">SR</td> |
---|
3715 | <td style="vertical-align: top;">3.1b</td> |
---|
3716 | <td style="vertical-align: top;"> N</td> |
---|
3717 | <td style="vertical-align: top;"><span style="font-weight: bold;">Attention:</span><br> |
---|
3718 | This |
---|
3719 | is the last revision before switching to the subversion revison control |
---|
3720 | system!<br> |
---|
3721 | <br> |
---|
3722 | Informative output to the job protocoll in |
---|
3723 | case of restarts.</td> |
---|
3724 | <td style="vertical-align: top;">check_for_restart</td> |
---|
3725 | </tr> |
---|
3726 | <tr> |
---|
3727 | <td> </td> |
---|
3728 | <td> </td> |
---|
3729 | <td> </td> |
---|
3730 | <td style="vertical-align: top;">C</td> |
---|
3731 | <td style="vertical-align: top;">Values of environment variables |
---|
3732 | are now read from local file <span style="font-family: monospace;">ENVPAR</span> |
---|
3733 | instead of getting them by a system call.<br> |
---|
3734 | <br> |
---|
3735 | For |
---|
3736 | interpolation in <span style="font-family: monospace;">advec_particles</span>, |
---|
3737 | allways level k is used.</td> |
---|
3738 | <td style="vertical-align: top;">advec_particles, |
---|
3739 | local_tremain_ini, parin</td> |
---|
3740 | </tr> |
---|
3741 | <tr> |
---|
3742 | <td> </td> |
---|
3743 | <td> </td> |
---|
3744 | <td> </td> |
---|
3745 | <td style="vertical-align: top;">E</td> |
---|
3746 | <td style="vertical-align: top;">Several bugfixes in <span style="font-family: monospace;">advec_particles</span>: |
---|
3747 | new particles are released only if <span style="font-family: monospace;">end_time_prel</span> |
---|
3748 | > <span style="font-family: monospace;">simulated_time</span>, transfer |
---|
3749 | of particles when x < -0.5*dx (0.0 before), etc., index i,j used |
---|
3750 | instead of cartesian (x,y) coordinate to check for transfer because |
---|
3751 | this failed under very rare conditions, calculation of number of |
---|
3752 | particles with same radius as the current particle (cloud droplet code).<br> |
---|
3753 | <br> |
---|
3754 | Allocation |
---|
3755 | of <span style="font-family: monospace;">tail_mask</span> |
---|
3756 | and <span style="font-family: monospace;">new_tail_id</span> |
---|
3757 | in case of restart-runs. "__" added in a cpp-directive. (both <span style="font-family: monospace;">init_particles</span>)</td> |
---|
3758 | <td style="vertical-align: top;">advec_particles, init_particles</td> |
---|
3759 | </tr> |
---|
3760 | <tr> |
---|
3761 | <td style="vertical-align: top;">02/03/07</td> |
---|
3762 | <td style="vertical-align: top;">SR</td> |
---|
3763 | <td style="vertical-align: top;">3.1c</td> |
---|
3764 | <td style="vertical-align: top;">N</td> |
---|
3765 | <td style="vertical-align: top;">A heatflux can be prescribed at |
---|
3766 | the top with new inipar parameters <span style="font-family: monospace;">top_heatflux</span> |
---|
3767 | and <span style="font-family: monospace;">use_top_fluxes</span>. |
---|
3768 | New 2d-arrays <span style="font-family: monospace;">qswst</span>, |
---|
3769 | <span style="font-family: monospace;">qswst_m</span>, |
---|
3770 | <span style="font-family: monospace;">tswst</span> |
---|
3771 | and <span style="font-family: monospace;">tswst_m</span> |
---|
3772 | are used to store this flux. Use of fluxes are controlled with new |
---|
3773 | index variable <span style="font-family: monospace;">nzt_diff</span>. |
---|
3774 | A Neumann boundary condition for temperature can be applied under these |
---|
3775 | conditions.<br> |
---|
3776 | <br> |
---|
3777 | Additionally, a Dirichlet condition for |
---|
3778 | temperature can be used at the top.<br> |
---|
3779 | <br> |
---|
3780 | <span style="font-weight: bold;">Attention:</span> <br> |
---|
3781 | The content of the testresult-file (run control output) has changed |
---|
3782 | due to this modification.</td> |
---|
3783 | <td style="vertical-align: top;">check_parameters, |
---|
3784 | diffusion_s, flow_statistics, header, init_grid, init_3d_model, |
---|
3785 | modules, parin, production_e, prognostic_equations, read_var_list, |
---|
3786 | read_3d_binary, swap_timelevel, write_var_list, write_3d_binary</td> |
---|
3787 | </tr> |
---|
3788 | <tr> |
---|
3789 | <td> </td> |
---|
3790 | <td> </td> |
---|
3791 | <td> </td> |
---|
3792 | <td style="vertical-align: top;">C</td> |
---|
3793 | <td style="vertical-align: top;">Prognostic equations for all |
---|
3794 | scalars are now solved up to gridpoint nzt (formerly nzt-1). |
---|
3795 | Boundary conditions for scalars at top adjusted respectively (now |
---|
3796 | applied only at nzt+1).<br> |
---|
3797 | <br> |
---|
3798 | The |
---|
3799 | default top boundary condition for temperature has been renamed to <span style="font-style: italic;">'initial_gradient'</span>.<br> |
---|
3800 | <br> |
---|
3801 | Calls |
---|
3802 | of dvrp_output_local, |
---|
3803 | which were commented out for a long time, are now activated for all |
---|
3804 | streams.</td> |
---|
3805 | <td style="vertical-align: top;">advec_s_pw, |
---|
3806 | boundary_conds, calc_precipitation, check_parameters, diffusion_e, |
---|
3807 | diffusion_s, impact_of_latent_heat, init_dvrp, init_pt_anomaly, |
---|
3808 | modules, production_e, prognostic_equations, spline_z</td> |
---|
3809 | </tr> |
---|
3810 | <tr> |
---|
3811 | <td> </td> |
---|
3812 | <td> </td> |
---|
3813 | <td> </td> |
---|
3814 | <td style="vertical-align: top;">E</td> |
---|
3815 | <td style="vertical-align: top;">Bugfix: 3d-array p is not a |
---|
3816 | pointer any more.<br> |
---|
3817 | <br> |
---|
3818 | Bugfix in init_particles: |
---|
3819 | MPI_REAL |
---|
3820 | argument in MPI_ALLREDUCE |
---|
3821 | replaced by<br> |
---|
3822 | MPI_INTEGER |
---|
3823 | (caused error on NEC only).<br> |
---|
3824 | <br> |
---|
3825 | Bugfix: ddzw now |
---|
3826 | dimensioned 1:nzt"+1".</td> |
---|
3827 | <td style="vertical-align: top;">diffusion_e, diffusion_s, |
---|
3828 | diffusion_u, diffusion_v, diffusion_w, init_particles, modules</td> |
---|
3829 | </tr> |
---|
3830 | <tr> |
---|
3831 | <td style="vertical-align: top;">29/03/07</td> |
---|
3832 | <td style="vertical-align: top;">SR</td> |
---|
3833 | <td style="vertical-align: top;">3.2</td> |
---|
3834 | <td style="vertical-align: top;">N</td> |
---|
3835 | <td style="vertical-align: top;">The code, including scripts, |
---|
3836 | utility programs and documentation is now under full control of <span style="font-family: Courier New,Courier,monospace;">subversion</span>. |
---|
3837 | This revision includes a quite large number of new features, changes |
---|
3838 | and bugfixes.<br> |
---|
3839 | <br> |
---|
3840 | Particle reflection from vertical walls implemented. The particle SGS |
---|
3841 | model is also adjusted to these vertical walls.<br> |
---|
3842 | <br> |
---|
3843 | Wall functions for vertical walls now include diabatic conditions. New |
---|
3844 | subroutines <span style="font-family: Courier New,Courier,monospace;">wall_fluxes</span>, |
---|
3845 | <span style="font-family: Courier New,Courier,monospace;">wall_fluxes_e</span>. |
---|
3846 | New 4D-array <span style="font-family: Courier New,Courier,monospace;">rif_wall</span>.<br> |
---|
3847 | <br> |
---|
3848 | Calculation/output of precipitation amount, precipitation rate and z0 |
---|
3849 | (by setting "<span style="font-style: italic;">pra*</span>", "<span style="font-style: italic;">prr*</span>", "<span style="font-style: italic;">z0*</span>" with <span style="font-family: Courier New,Courier,monospace;">data_output</span>). |
---|
3850 | The time interval on which the precipitation amount is defined is set |
---|
3851 | by new d3par-parameter <span style="font-family: Courier New,Courier,monospace;">precipitation_amount_interval</span>.<br> |
---|
3852 | <br> |
---|
3853 | New inipar-parameter <span style="font-family: Courier New,Courier,monospace;">loop_optimization</span> |
---|
3854 | to control the loop optimization method.<br> |
---|
3855 | <br> |
---|
3856 | New |
---|
3857 | inipar-parameter <span style="font-family: Courier New,Courier,monospace;">pt_reference</span>. |
---|
3858 | If given, this value is used as the |
---|
3859 | reference that is used in the buoyancy terms (otherwise, the |
---|
3860 | instantaneous |
---|
3861 | horizontally averaged temperature is used).<br> |
---|
3862 | <br> |
---|
3863 | New d3par-parameter <span style="font-family: Courier New,Courier,monospace;">netcdf_64bit_3d</span> |
---|
3864 | to switch on and especially to switch off 64bit offset for 3D |
---|
3865 | files only (because still some pd-software is unable to handle 64bit |
---|
3866 | offset).<br> |
---|
3867 | <br> |
---|
3868 | New d3par-parameter <span style="font-family: Courier New,Courier,monospace;">dt_max</span> to |
---|
3869 | set the maximum value allowed for the timestep. <br> |
---|
3870 | <br> |
---|
3871 | New user interfaces <span style="font-family: Courier New,Courier,monospace;">user_advec_particles</span> |
---|
3872 | and <span style="font-family: Courier New,Courier,monospace;">user_init_3d_model</span>. |
---|
3873 | The new initializing action "<span style="font-style: italic;">by_user</span>" |
---|
3874 | calls <span style="font-family: Courier New,Courier,monospace;">user_init_3d_model</span> |
---|
3875 | and allows the initial setting of all 3d arrays under complete user |
---|
3876 | control.<br> |
---|
3877 | <br> |
---|
3878 | Samples added to the user interface which show how to add user-define |
---|
3879 | time series quantities.<br> |
---|
3880 | <br> |
---|
3881 | Topography height informations are stored on arrays <span style="font-family: Courier New,Courier,monospace;">zu_s_inner</span> |
---|
3882 | and <span style="font-family: Courier New,Courier,monospace;">zw_w_inner</span> |
---|
3883 | and output to the 2d/3d NetCDF files.<br> |
---|
3884 | <br> |
---|
3885 | Unit 9 is generally opened for output of debug informations (file <span style="font-family: Courier New,Courier,monospace;">DEBUG_<pe#></span>).</td> |
---|
3886 | <td style="vertical-align: top;">Makefile<br> |
---|
3887 | <br> |
---|
3888 | advec_particles, |
---|
3889 | average_3d_data, buoyancy, calc_precipitation, check_open, |
---|
3890 | check_parameters, data_output_2d, diffusion_e, diffusion_u, |
---|
3891 | diffusion_v, diffusion_w, diffusivities, header, impact_of_latent_heat, |
---|
3892 | init_particles, init_3d_model, modules, netcdf, parin, production_e, |
---|
3893 | read_var_list, read_3d_binary, sum_up_3d_data, user_interface, |
---|
3894 | write_var_list, write_3d_binary<br> |
---|
3895 | <br> |
---|
3896 | <span style="font-weight: bold;">new:</span><br> |
---|
3897 | wall_fluxes<br> |
---|
3898 | </td> |
---|
3899 | </tr> |
---|
3900 | <tr> |
---|
3901 | <td style="vertical-align: top;"> </td> |
---|
3902 | <td style="vertical-align: top;"> </td> |
---|
3903 | <td style="vertical-align: top;"> </td> |
---|
3904 | <td style="vertical-align: top;">C</td> |
---|
3905 | <td style="vertical-align: top;">General revision of non-cyclic |
---|
3906 | horizontal boundary conditions:<br> |
---|
3907 | Radiation boundary conditions are now used instead of Neumann |
---|
3908 | conditions at the outflow (calculation needs velocity values for <span style="font-family: Courier New,Courier,monospace;">t-dt</span>, which |
---|
3909 | are stored on new arrays <span style="font-family: Courier New,Courier,monospace;">u_m_l</span>, <span style="font-family: Courier New,Courier,monospace;">u_m_r</span>, |
---|
3910 | etc.). The calculation of a mean outflow is not needed any more. Volume |
---|
3911 | flow control is added for the outflow boundary (<span style="font-weight: bold;">currently only for the north boundary!!</span>). |
---|
3912 | Additional gridpoints along x and y (<span style="font-family: Courier New,Courier,monospace;">uxrp</span>, <span style="font-family: Courier New,Courier,monospace;">vynp</span>) are |
---|
3913 | not needed any more and removed from the code. Routine "<span style="font-family: Courier New,Courier,monospace;">boundary_conds</span>" |
---|
3914 | now operates on timelevel <span style="font-family: Courier New,Courier,monospace;">t+dt</span> and is |
---|
3915 | not split in two parts (<span style="font-style: italic;">main</span>, <span style="font-style: italic;">uvw_outflow</span>) any more. Neumann |
---|
3916 | boundary conditions are used at inflow/outflow in case of non-cyclic |
---|
3917 | boundary conditions <span style="font-weight: bold;">for all 2d-arrays</span> |
---|
3918 | that are handled by <span style="font-family: Courier New,Courier,monospace;">exchange_horiz_2d</span>.<br> |
---|
3919 | <span style="font-weight: bold;">Attention: the |
---|
3920 | non-cyclic boundary conditions of this revision still contain some bugs |
---|
3921 | which will be removed within the next revisions!</span><br> |
---|
3922 | <br> |
---|
3923 | The Bott-Chlond-scheme can now be used in the vectorization-optimized |
---|
3924 | part (NEC, etc.). Equations are solved up to gridpoint <span style="font-family: Courier New,Courier,monospace;">nzt</span>.<br> |
---|
3925 | <br> |
---|
3926 | The |
---|
3927 | FFT-method for solving the Poisson-equation is now working with Neumann |
---|
3928 | boundary conditions both at the bottom and the top. This requires |
---|
3929 | adjustments of the tridiagonal coefficients and subtracting the |
---|
3930 | horizontally averaged mean from the vertical velocity field.<br> |
---|
3931 | <br> |
---|
3932 | Particles-package is now part of the default code ("<span style="font-family: Courier New,Courier,monospace;">-p particles</span>" |
---|
3933 | is not needed as an <span style="font-weight: bold;">mrun</span>-option |
---|
3934 | any more). New attribute <span style="font-family: Courier New,Courier,monospace;">age_m</span> in <span style="font-family: Courier New,Courier,monospace;">particle_type</span>.<br> |
---|
3935 | <br> |
---|
3936 | Move call of <span style="font-family: Courier New,Courier,monospace;">user_actions</span>( |
---|
3937 | '<span style="font-style: italic;">after_integration</span>' ) below |
---|
3938 | the increments of times<br> |
---|
3939 | and counters. <span style="font-family: Courier New,Courier,monospace;">user_actions</span> |
---|
3940 | is now called for each statistic region and has as an argument the |
---|
3941 | number of the respective region (<span style="font-family: Courier New,Courier,monospace;">sr</span>).<br> |
---|
3942 | <br> |
---|
3943 | d3par-parameter <span style="font-family: Courier New,Courier,monospace;">data_output_ts</span> |
---|
3944 | is removed. Timeseries output for <span style="font-weight: bold;">profil</span>-software |
---|
3945 | removed. Timeseries are now switched on by setting <span style="font-family: Courier New,Courier,monospace;">dt_dots</span>. |
---|
3946 | Timeseries data is collected in <span style="font-family: Courier New,Courier,monospace;">flow_statistics</span>.<br> |
---|
3947 | <br> |
---|
3948 | Initial velocities at <span style="font-family: Courier New,Courier,monospace;">nzb+1</span> |
---|
3949 | are regarded for volume flow control in case they have been set zero |
---|
3950 | before (to avoid small timesteps); see new internal parameters <span style="font-family: Courier New,Courier,monospace;">u/v_nzb_p1_for_vfc</span>.<br> |
---|
3951 | <br> |
---|
3952 | <span style="font-family: Courier New,Courier,monospace;">q</span> |
---|
3953 | is not allowed any more to become negative (<span style="font-family: Courier New,Courier,monospace;">prognostic_equations</span>).<br> |
---|
3954 | <br> |
---|
3955 | <span style="font-family: Courier New,Courier,monospace;">poisfft_init</span> |
---|
3956 | is only called if the fft-solver is switched on (<span style="font-family: Courier New,Courier,monospace;">init_pegrid</span>).<br> |
---|
3957 | <br> |
---|
3958 | d3par-parameter <span style="font-family: Courier New,Courier,monospace;">moisture</span> |
---|
3959 | renamed to <span style="font-family: Courier New,Courier,monospace;">humidity</span>.<br> |
---|
3960 | <br> |
---|
3961 | Subversion global revision number is read from <span style="font-weight: bold;">mrun</span> and added to the run |
---|
3962 | description header and to the run control (<span style="font-family: Courier New,Courier,monospace;">_rc</span>) file.<br> |
---|
3963 | <br> |
---|
3964 | <span style="font-family: Courier New,Courier,monospace;">__vtk</span> |
---|
3965 | directives removed from main program.<br> |
---|
3966 | <br> |
---|
3967 | The uitility routine <span style="font-family: Courier New,Courier,monospace;">interpret_config</span> |
---|
3968 | now reads PALM environment variables from <span style="font-family: Courier New,Courier,monospace;">NAMELIST</span> |
---|
3969 | instead using the system call <span style="font-family: Courier New,Courier,monospace;">GETENV</span>.</td> |
---|
3970 | <td style="vertical-align: top;">advec_s_bc, advec_u_pw, |
---|
3971 | advec_u_up, advec_v_pw, advec_v_up, asselin_filter, boundary_conds, |
---|
3972 | check_parameters, |
---|
3973 | coriolis, data_output_dvrp, data_output_ptseries, data_output_ts, |
---|
3974 | data_output_2d, data_output_3d, diffusion_u, diffusion_v, |
---|
3975 | disturb_field, exchange_horiz, exchange_horiz_2d, flow_statistics, |
---|
3976 | header, init_grid, |
---|
3977 | init_particles, init_pegrid, init_rankine, init_pt_anomaly, |
---|
3978 | init_1d_model, init_3d_model, modules, palm, package_parin, parin, |
---|
3979 | poisfft, poismg, prandtl_fluxes, pres, production_e, |
---|
3980 | prognostic_equations, read_var_list, read_3d_binary, sor, |
---|
3981 | swap_timelevel, time_integration, write_var_list, write_3d_binary</td> |
---|
3982 | </tr> |
---|
3983 | <tr> |
---|
3984 | <td style="vertical-align: top;"> </td> |
---|
3985 | <td style="vertical-align: top;"> </td> |
---|
3986 | <td style="vertical-align: top;"> </td> |
---|
3987 | <td style="vertical-align: top;">E</td> |
---|
3988 | <td style="vertical-align: top;">Bugfix: preset of tendencies <span style="font-family: Courier New,Courier,monospace;">te_em</span>, <span style="font-family: Courier New,Courier,monospace;">te_um</span>, and <span style="font-family: Courier New,Courier,monospace;">te_vm</span> (<span style="font-family: Courier New,Courier,monospace;">init_1d_model</span>).<br> |
---|
3989 | <br> |
---|
3990 | Bugfix in sample for reading user defined data from restart file (<span style="font-family: Courier New,Courier,monospace;">user_init</span>).<br> |
---|
3991 | <br> |
---|
3992 | Bugfix in setting diffusivities for cases with the outflow damping |
---|
3993 | layer extending over more than one subdomain (<span style="font-family: Courier New,Courier,monospace;">init_3d_model</span>).<br> |
---|
3994 | <br> |
---|
3995 | Check for possible negative humidities in the initial humidity profile.<br> |
---|
3996 | <br> |
---|
3997 | In <span style="font-family: Courier New,Courier,monospace;">Makefile</span>, |
---|
3998 | default suffixes are removed from the suffix list to avoid calling of <span style="font-family: Courier New,Courier,monospace;">m2c</span> in |
---|
3999 | cases of existing <span style="font-family: Courier New,Courier,monospace;">.mod</span> files |
---|
4000 | (problem on Linux systems).</td> |
---|
4001 | <td style="vertical-align: top;">Makefile<br> |
---|
4002 | <br> |
---|
4003 | check_parameters, init_1d_model, init_3d_model, user_interface</td> |
---|
4004 | </tr> |
---|
4005 | <tr> |
---|
4006 | <td style="vertical-align: top;">19/04/07</td> |
---|
4007 | <td style="vertical-align: top;">SR</td> |
---|
4008 | <td style="vertical-align: top;">3.2a</td> |
---|
4009 | <td style="vertical-align: top;">C</td> |
---|
4010 | <td style="vertical-align: top;">All system relevant compile and |
---|
4011 | link options (e.g. cpp-directives, |
---|
4012 | library paths, etc.) as well as the host identifier (local_host) are |
---|
4013 | now specified in the configuration file. This generally allows to |
---|
4014 | install |
---|
4015 | PALM on any kind of Linux-, IBM-AIX-, or NEC-SX-system by adding |
---|
4016 | appropriate |
---|
4017 | settings to the configuration file. A description is added to chapter |
---|
4018 | 5.0 of the online documentation.<br> |
---|
4019 | <br> |
---|
4020 | Scripts are also running under the public domain ksh.<br> |
---|
4021 | <br> |
---|
4022 | Filetransfer by ftp removed (options<span style="font-family: Courier New,Courier,monospace;"> -f </span>removed |
---|
4023 | from <span style="font-weight: bold;">mrun</span> and <span style="font-weight: bold;">mbuild</span>).<br> |
---|
4024 | <br> |
---|
4025 | Call of (system-)FLUSH routine moved to new routine<span style="font-family: Courier New,Courier,monospace;"> local_flush</span>.<br> |
---|
4026 | <br> |
---|
4027 | <span style="font-family: Courier New,Courier,monospace;">return_addres |
---|
4028 | </span>and<span style="font-family: Courier New,Courier,monospace;"> return_username </span>are |
---|
4029 | read from ENVPAR-NAMELIST-file instead of using<span style="font-family: Courier New,Courier,monospace;"> local_getenv</span>.<br> |
---|
4030 | <br> |
---|
4031 | Preprocessor strings for different linux clusters changed to "<span style="font-family: Courier New,Courier,monospace;">lc</span>", some |
---|
4032 | preprocessor directives renamed (new:<span style="font-family: Courier New,Courier,monospace;"> __intel_openmp_bug</span> |
---|
4033 | which is used for the bug in<span style="font-family: Courier New,Courier,monospace;"> tridia_1dd </span>and |
---|
4034 | the OpenMP directives). Preprocessor directives for old systems have |
---|
4035 | been removed.<br> |
---|
4036 | <br> |
---|
4037 | </td> |
---|
4038 | <td style="vertical-align: top;">advec_particles, |
---|
4039 | check_open, cpu_log, cpu_statistics, data_output_dvrp, flow_statistics, |
---|
4040 | header, init_dvrp, init_particles, init_1d_model, init_dvrp, |
---|
4041 | init_pegrid, local_getenv, local_system, local_tremain, |
---|
4042 | local_tremain_ini, modules, palm, parin, run_control<br> |
---|
4043 | <br> |
---|
4044 | <span style="font-weight: bold;">new:</span><br> |
---|
4045 | local_flush<br> |
---|
4046 | <br> |
---|
4047 | <span style="font-weight: bold;">changed scripts:</span><br> |
---|
4048 | mbuild, mrun, .mrun.config.default<br> |
---|
4049 | </td> |
---|
4050 | </tr> |
---|
4051 | <tr> |
---|
4052 | <td style="vertical-align: top;">30/05/07</td> |
---|
4053 | <td style="vertical-align: top;">SR</td> |
---|
4054 | <td style="vertical-align: top;">3.2b</td> |
---|
4055 | <td style="vertical-align: top;">N</td> |
---|
4056 | <td style="vertical-align: top;">Calculation and output of |
---|
4057 | user-defined profiles: New userpar-parameter <span style="font-family: Courier New,Courier,monospace;">data_output_pr_user</span>. |
---|
4058 | In the user-interface, routine <span style="font-family: Courier New,Courier,monospace;">user_check_data_output_pr</span> |
---|
4059 | has been added and <span style="font-family: Courier New,Courier,monospace;">user_statistics</span> |
---|
4060 | has been extended.<br> |
---|
4061 | </td> |
---|
4062 | <td style="vertical-align: top;">check_parameters, |
---|
4063 | flow_statistics, modules, parin, read_var_list, user_interface, |
---|
4064 | write_var_list</td> |
---|
4065 | </tr> |
---|
4066 | <tr> |
---|
4067 | <td style="vertical-align: top;"> </td> |
---|
4068 | <td style="vertical-align: top;"> </td> |
---|
4069 | <td style="vertical-align: top;"> </td> |
---|
4070 | <td style="vertical-align: top;">C</td> |
---|
4071 | <td style="vertical-align: top;">In <span style="font-family: Courier New,Courier,monospace;">pres.f90</span>, |
---|
4072 | division through <span style="font-family: Courier New,Courier,monospace;">dt_3d</span> |
---|
4073 | replaced by multiplication of the inverse. For performance |
---|
4074 | optimisation, this is done in the loop calculating the divergence |
---|
4075 | instead of using a seperate loop.<br> |
---|
4076 | <br> |
---|
4077 | Variables <span style="font-family: Courier New,Courier,monospace;">var_hom</span> |
---|
4078 | and <span style="font-family: Courier New,Courier,monospace;">var_sum</span> |
---|
4079 | are both renamed <span style="font-family: Courier New,Courier,monospace;">pr_palm</span>.</td> |
---|
4080 | <td style="vertical-align: top;">data_output_profiles, |
---|
4081 | flow_statistics, init_3d_model, modules, parin, pres, read_var_list, |
---|
4082 | run_control, time_integration</td> |
---|
4083 | </tr> |
---|
4084 | <tr> |
---|
4085 | <td style="vertical-align: top;"> </td> |
---|
4086 | <td style="vertical-align: top;"> </td> |
---|
4087 | <td style="vertical-align: top;"> </td> |
---|
4088 | <td style="vertical-align: top;">E</td> |
---|
4089 | <td style="vertical-align: top;">Bugfix: <span style="font-family: Courier New,Courier,monospace;">work_fft*_vec</span> |
---|
4090 | removed from some PRIVATE-declarations (<span style="font-family: Courier New,Courier,monospace;">poisfft</span>).<br> |
---|
4091 | <br> |
---|
4092 | Bugfix: <span style="font-family: Courier New,Courier,monospace;">field_chr</span> |
---|
4093 | renamed <span style="font-family: Courier New,Courier,monospace;">field_char</span> |
---|
4094 | (<span style="font-family: Courier New,Courier,monospace;">user_interface</span>).<br> |
---|
4095 | <br> |
---|
4096 | Bugfix: output of <span style="font-family: Courier New,Courier,monospace;">use_upstream_for_tke</span> |
---|
4097 | (<span style="font-family: Courier New,Courier,monospace;">header</span>).</td> |
---|
4098 | <td style="vertical-align: top;">header, poisfft, user_interface</td> |
---|
4099 | </tr> |
---|
4100 | <tr> |
---|
4101 | <td style="vertical-align: top;">21/06/07</td> |
---|
4102 | <td style="vertical-align: top;">SR</td> |
---|
4103 | <td style="vertical-align: top;">3.3</td> |
---|
4104 | <td style="vertical-align: top;">N</td> |
---|
4105 | <td style="vertical-align: top;">This version allows runs for the |
---|
4106 | ocean. These runs can be switched on with the new inipar-parameter <span style="font-family: Courier New,Courier,monospace;">ocean</span>.<br> |
---|
4107 | <br> |
---|
4108 | Setting this switch has several effects:<br> |
---|
4109 | <ul> |
---|
4110 | <li>An additional prognostic equation for salinity is solved.</li> |
---|
4111 | <li>Potential temperature in buoyancy and stability-related |
---|
4112 | terms is replaced by potential density.</li> |
---|
4113 | <li>Potential |
---|
4114 | density is calculated from the equation of state for seawater after |
---|
4115 | each timestep, using the algorithm proposed by Jackett et al. (2006, J. |
---|
4116 | Atmos. Oceanic Technol., <span style="font-weight: bold;">23</span>, |
---|
4117 | 1709-1728).<br> |
---|
4118 | So far, only the initial hydrostatic pressure is entered into this |
---|
4119 | equation.</li> |
---|
4120 | <li>z=0 (sea surface) is assumed at the model top (vertical |
---|
4121 | grid index <span style="font-family: Courier New,Courier,monospace;">k=nzt</span> |
---|
4122 | on the w-grid), with negative values of z indicating the depth.</li> |
---|
4123 | <li>Initial profiles are constructed (e.g. from <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_vertical_gradient">pt_vertical_gradient</a> |
---|
4124 | / <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_vertical_gradient_level">pt_vertical_gradient_level</a>) |
---|
4125 | starting from the sea surface, using surface values given by <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#pt_surface">pt_surface</a>, |
---|
4126 | <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#sa_surface">sa_surface</a>, |
---|
4127 | <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#ug_surface">ug_surface</a>, |
---|
4128 | and <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.1.html#vg_surface">vg_surface</a>.</li> |
---|
4129 | <li>Zero salinity flux is used as default boundary condition at |
---|
4130 | the bottom of the sea.</li> |
---|
4131 | <li>If switched on, random perturbations are by default imposed |
---|
4132 | to the upper model domain from zu(nzt*2/3) to zu(nzt-3).</li> |
---|
4133 | </ul> |
---|
4134 | Relevant new inipar-parameters to be exclusively used for steering |
---|
4135 | ocean runs are <span style="font-family: Courier New,Courier,monospace;">bc_sa_t</span>, <span style="font-family: Courier New,Courier,monospace;">bottom_salinityflux</span>, |
---|
4136 | <span style="font-family: Courier New,Courier,monospace;">sa_surface</span>, |
---|
4137 | <span style="font-family: Courier New,Courier,monospace;">sa_vertical_gradient</span>, |
---|
4138 | <span style="font-family: Courier New,Courier,monospace;">sa_vertical_gradient_level</span>, |
---|
4139 | and <span style="font-family: Courier New,Courier,monospace;">top_salinityflux</span>.<br> |
---|
4140 | <br> |
---|
4141 | Salinity (<span style="font-family: Courier New,Courier,monospace;">sa</span>) |
---|
4142 | and potential density (<span style="font-family: Courier New,Courier,monospace;">rho</span>) are |
---|
4143 | included as new 2d/3d output quantities. Vertical profiles of salinity (<span style="font-family: Courier New,Courier,monospace;">sa</span>), |
---|
4144 | salinity fluxes (<span style="font-family: Courier New,Courier,monospace;">w"sa"</span>, <span style="font-family: Courier New,Courier,monospace;">w*sa*</span>, <span style="font-family: Courier New,Courier,monospace;">wsa</span>), and |
---|
4145 | potential density (<span style="font-family: Courier New,Courier,monospace;">rho</span>) can |
---|
4146 | also be output.<span style="font-family: Courier New,Courier,monospace;"></span></td> |
---|
4147 | <td style="vertical-align: top;">advec_s_bc, average_3d_data,<br> |
---|
4148 | boundary_conds, buoyancy,<br> |
---|
4149 | check_parameters, data_output_2d,<br> |
---|
4150 | data_output_3d, diffusion_e,<br> |
---|
4151 | diffusivities, flow_statistics, header,<br> |
---|
4152 | init_grid, init_3d_model, modules,<br> |
---|
4153 | netcdf, parin, production_e,<br> |
---|
4154 | prognostic_equations,<br> |
---|
4155 | read_3d_binary, read_var_list,<br> |
---|
4156 | sum_up_3d_data, swap_timelevel,<br> |
---|
4157 | time_integration, user_interface,<br> |
---|
4158 | write_var_list, write_3d_binary<br> |
---|
4159 | <br> |
---|
4160 | <span style="font-weight: bold;">new:</span><br> |
---|
4161 | eqn_state_seawater, init_ocean</td> |
---|
4162 | </tr> |
---|
4163 | <tr> |
---|
4164 | <td style="vertical-align: top;"> </td> |
---|
4165 | <td style="vertical-align: top;"> </td> |
---|
4166 | <td style="vertical-align: top;"> </td> |
---|
4167 | <td style="vertical-align: top;">C</td> |
---|
4168 | <td style="vertical-align: top;">Inipar-parameter <span style="font-family: Courier New,Courier,monospace;">use_pt_reference</span> |
---|
4169 | renamed <span style="font-family: Courier New,Courier,monospace;">use_reference.</span><br> |
---|
4170 | Internal variable <span style="font-family: Courier New,Courier,monospace;">hydro_press</span> |
---|
4171 | renamed <span style="font-family: Courier New,Courier,monospace;">hyp</span>, |
---|
4172 | routine <span style="font-family: Courier New,Courier,monospace;">calc_mean_pt_profile</span> |
---|
4173 | renamed <span style="font-family: Courier New,Courier,monospace;">calc_mean_profile</span>.<br> |
---|
4174 | <br> |
---|
4175 | The format of the <span style="font-family: Courier New,Courier,monospace;">RUN_CONTROL</span> |
---|
4176 | file has been adjusted for ocean runs.<br> |
---|
4177 | <br> |
---|
4178 | Defaults of <span style="font-family: Courier New,Courier,monospace;">.._vertical_gradient_levels</span> |
---|
4179 | changed from <span style="font-style: italic;">-1.0</span> to <span style="font-style: italic;">-9999999.9</span>.</td> |
---|
4180 | <td style="vertical-align: top;">advec_particles, buoyancy, <br> |
---|
4181 | calc_liquid_water_content, <br> |
---|
4182 | check_parameters, diffusion_e,<br> |
---|
4183 | diffusivities, header,<br> |
---|
4184 | init_cloud_physics, modules,<br> |
---|
4185 | production_e, prognostic_equations,<br> |
---|
4186 | run_control</td> |
---|
4187 | </tr> |
---|
4188 | <tr> |
---|
4189 | <td style="vertical-align: top;"> </td> |
---|
4190 | <td style="vertical-align: top;"> </td> |
---|
4191 | <td style="vertical-align: top;"> </td> |
---|
4192 | <td style="vertical-align: top;">E</td> |
---|
4193 | <td style="vertical-align: top;">Bugfix: height above topography |
---|
4194 | instead of height above level k=0 is used for calculating the mixing |
---|
4195 | length (<span style="font-family: Courier New,Courier,monospace;">diffusion_e</span> |
---|
4196 | and <span style="font-family: Courier New,Courier,monospace;">diffusivities</span>).<br> |
---|
4197 | <br> |
---|
4198 | Bugfix: error in boundary condition for TKE removed (<span style="font-family: Courier New,Courier,monospace;">advec_s_bc</span>).</td> |
---|
4199 | <td style="vertical-align: top;">advec_s_bc, diffusion_e, diffusivities</td> |
---|
4200 | </tr> |
---|
4201 | <tr> |
---|
4202 | <td style="vertical-align: top;">05/10/07</td> |
---|
4203 | <td style="vertical-align: top;">SR</td> |
---|
4204 | <td style="vertical-align: top;">3.4</td> |
---|
4205 | <td style="vertical-align: top;">N</td> |
---|
4206 | <td style="vertical-align: top;">This version allows runs for a |
---|
4207 | coupled atmosphere-ocean LES.<br> |
---|
4208 | <br> |
---|
4209 | Coupling frequency is controlled by new d3par-parameter <span style="font-family: Courier New,Courier,monospace;">dt_coupling</span>, |
---|
4210 | the coupling mode ('<span style="font-style: italic;">atmosphere_to_ocean</span>' |
---|
4211 | or '<span style="font-style: italic;">ocean_to_atmosphere</span>') for |
---|
4212 | the respective processes is read from environment variable <span style="font-family: Courier New,Courier,monospace;">coupling_mode</span>, |
---|
4213 | which is set by the mpiexec-command in <span style="font-weight: bold;">mrun</span>. |
---|
4214 | Communication between the two models is handled by the |
---|
4215 | intercommunicator <span style="font-family: Courier New,Courier,monospace;">comm_inter</span>. |
---|
4216 | Local files opened by the ocean model get the additional suffic "<span style="font-family: Courier New,Courier,monospace;">_O</span>". |
---|
4217 | Saturation at k=nzb is assumed for the atmosphere coupled to ocean. |
---|
4218 | Usage of the coupled model is described in the new section 3.8.<br> |
---|
4219 | <br> |
---|
4220 | A momentum flux can be set as top boundary condition using the new |
---|
4221 | inipar parameters <span style="font-family: Courier New,Courier,monospace;">top_momentumflux_u|v</span>.<br> |
---|
4222 | <br> |
---|
4223 | Non-cyclic boundary conditions can be used along all horizontal |
---|
4224 | directions.<br> |
---|
4225 | <br> |
---|
4226 | Quantities w*p* and w"e can be output as vertical profiles.<br> |
---|
4227 | <br> |
---|
4228 | Initial profiles are reset to constant profiles in case that <span style="font-family: Courier New,Courier,monospace;">initializing_actions</span> |
---|
4229 | /= '<span style="font-style: italic;">set_constant_profiles</span>'. |
---|
4230 | (init_rankine)<br> |
---|
4231 | <br> |
---|
4232 | Optionally calculate km and kh from initial TKE e_init.<br> |
---|
4233 | </td> |
---|
4234 | <td style="vertical-align: top;">boundary_conds, |
---|
4235 | check_open, check_parameters, diffusion_u, diffusion_v, |
---|
4236 | flow_statistics, header, init_pegrid, init_rankine, init_3d_model, |
---|
4237 | local_stop, modules, palm, parin, prandtl_fluxes, pres, |
---|
4238 | prognostic_equations, read_var_list, read_3d_binary, swap_timelevel, |
---|
4239 | timestep, time_integration, write_var_list, write_3d_binary<br> |
---|
4240 | <br> |
---|
4241 | <span style="font-weight: bold;">new:</span><br> |
---|
4242 | surface_coupler</td> |
---|
4243 | </tr> |
---|
4244 | <tr> |
---|
4245 | <td style="vertical-align: top;"> </td> |
---|
4246 | <td style="vertical-align: top;"> </td> |
---|
4247 | <td style="vertical-align: top;"> </td> |
---|
4248 | <td style="vertical-align: top;">C</td> |
---|
4249 | <td style="vertical-align: top;">Remaining variables <span style="font-family: Courier New,Courier,monospace;">iran</span> |
---|
4250 | changed to <span style="font-family: Courier New,Courier,monospace;">iran_part</span> |
---|
4251 | (advec_particles, init_particles).<br> |
---|
4252 | <br> |
---|
4253 | In case that the presure solver is not called for every Runge-Kutta |
---|
4254 | substep (<span style="font-family: Courier New,Courier,monospace;">call_psolver_at_all_substeps</span> |
---|
4255 | = <span style="font-style: italic;">.F.</span>), |
---|
4256 | it is called after the first substep instead of the last. In that case, |
---|
4257 | random perturbations are also added to the velocity field after the |
---|
4258 | first substep.<br> |
---|
4259 | <br> |
---|
4260 | Initialization of <span style="font-family: Courier New,Courier,monospace;">km</span>, <span style="font-family: Courier New,Courier,monospace;">kh</span> = |
---|
4261 | 0.00001 for <span style="font-family: Courier New,Courier,monospace;">ocean</span> |
---|
4262 | = <span style="font-style: italic;">.T.</span> (for <span style="font-family: Courier New,Courier,monospace;">ocean</span> = <span style="font-style: italic;">.F.</span> it remains 0.01).<br> |
---|
4263 | <br> |
---|
4264 | Allow <span style="font-family: Courier New,Courier,monospace;">data_output_pr</span> |
---|
4265 | = '<span style="font-style: italic;">q</span>', '<span style="font-style: italic;">wq</span>', '<span style="font-style: italic;">w"q"</span>', '<span style="font-style: italic;">w*q*</span>' for <span style="font-family: Courier New,Courier,monospace;">humidity</span> = <span style="font-style: italic;">.T.</span> (instead of <span style="font-family: Courier New,Courier,monospace;">cloud_physics</span> |
---|
4266 | = <span style="font-style: italic;">.T.</span>).</td> |
---|
4267 | <td style="vertical-align: top;">advec_particles, |
---|
4268 | check_for_restart, check_parameters, init_particles, init_3d_model, |
---|
4269 | time_integration<br> |
---|
4270 | </td> |
---|
4271 | </tr> |
---|
4272 | <tr> |
---|
4273 | <td style="vertical-align: top;"> </td> |
---|
4274 | <td style="vertical-align: top;"> </td> |
---|
4275 | <td style="vertical-align: top;"> </td> |
---|
4276 | <td style="vertical-align: top;">E</td> |
---|
4277 | <td style="vertical-align: top;">Bugs from code parts for |
---|
4278 | non-cyclic boundary conditions are removed:<br> |
---|
4279 | loops for u and v are starting from index <span style="font-family: Courier New,Courier,monospace;">nxlu</span>, <span style="font-family: Courier New,Courier,monospace;">nysv</span>, |
---|
4280 | respectively. The radiation boundary condition is used for every |
---|
4281 | Runge-Kutta substep. Velocity phase speeds for the radiation boundary |
---|
4282 | conditions are calculated for the first Runge-Kutta substep only and |
---|
4283 | reused for the further substeps. New arrays <span style="font-family: Courier New,Courier,monospace;">c_u</span>, <span style="font-family: Courier New,Courier,monospace;">c_v</span>, and <span style="font-family: Courier New,Courier,monospace;">c_w</span> |
---|
4284 | are defined for this purpose. Several index errors are removed from the |
---|
4285 | radiation boundary condition code parts. Upper bounds for calculating <span style="font-family: Courier New,Courier,monospace;">u_0</span> and <span style="font-family: Courier New,Courier,monospace;">v_0</span> (in |
---|
4286 | production_e) are <span style="font-style: italic;">nxr+1</span> and <span style="font-style: italic;">nyn+1</span> because otherwise these |
---|
4287 | values are not available in case of non-cyclic boundary conditions.<br> |
---|
4288 | <br> |
---|
4289 | +<span style="font-family: Courier New,Courier,monospace;">dots_num_palm</span> |
---|
4290 | in module user, +module netcdf_control in user_init (both in |
---|
4291 | user_interface)<br> |
---|
4292 | <br> |
---|
4293 | Bugfix: wrong sign removed from the buoyancy production term in the |
---|
4294 | case <span style="font-family: Courier New,Courier,monospace;">use_reference</span> |
---|
4295 | = <span style="font-style: italic;">.T.</span> (production_e)<br> |
---|
4296 | <br> |
---|
4297 | Bugfix: Error message concerning output of particle concentration (pc) |
---|
4298 | modified (check_parameters).<br> |
---|
4299 | <br> |
---|
4300 | Bugfix: Rayleigh damping for ocean fixed.</td> |
---|
4301 | <td style="vertical-align: top;">advec_u_pw, |
---|
4302 | advec_u_up, advec_v_pw, advec_v_up, boundary_conds, buoyancy, |
---|
4303 | check_parameters, coriolis, diffusion_u, diffusion_v, header, |
---|
4304 | init_pegrid, init_3d_model, modules, poismg, production_e, |
---|
4305 | prognostic_equations, user_interface<br> |
---|
4306 | </td> |
---|
4307 | </tr> |
---|
4308 | <tr> |
---|
4309 | <td style="vertical-align: top;">29/11/07</td> |
---|
4310 | <td style="vertical-align: top;">SR</td> |
---|
4311 | <td style="vertical-align: top;">3.4a</td> |
---|
4312 | <td style="vertical-align: top;">N</td> |
---|
4313 | <td style="vertical-align: top;">Pressure boundary conditions for |
---|
4314 | vertical walls added to the multigrid solver. They are applied using |
---|
4315 | new wall flag arrays (<span style="font-family: Courier New,Courier,monospace;">wall_flags_..</span>) |
---|
4316 | which are defined for each grid level. New argument<span style="font-family: Courier New,Courier,monospace;"> gls </span>added |
---|
4317 | to routine<span style="font-family: Courier New,Courier,monospace;"> |
---|
4318 | user_init_grid </span>(<span style="font-family: Courier New,Courier,monospace;">user_interface</span>).<br> |
---|
4319 | <br> |
---|
4320 | Plant canopy model of Watanabe (2004,BLM 112,307-341) added. It |
---|
4321 | can be switched on by the new inipar parameter <span style="font-family: Courier New,Courier,monospace;">plant_canopy</span>. |
---|
4322 | The inipar parameter<span style="font-family: Courier New,Courier,monospace;"> canopy_mode </span>can |
---|
4323 | be used to prescribe a plant canopy type. The default case is a |
---|
4324 | homogeneous plant canopy. Heterogeneous distributions of the leaf area |
---|
4325 | density and the canopy drag coefficient can be defined in the new |
---|
4326 | routine<span style="font-family: Courier New,Courier,monospace;"> |
---|
4327 | user_init_plant_canopy </span>(<span style="font-family: Courier New,Courier,monospace;">user_interface</span>). |
---|
4328 | The inipar parameters <span style="font-family: Courier New,Courier,monospace;">lad_surface</span>,<span style="font-family: Courier New,Courier,monospace;"> |
---|
4329 | lad_vertical_gradient </span>and<span style="font-family: Courier New,Courier,monospace;"> |
---|
4330 | lad_vertical_gradient_level </span>can be used to prescribe the |
---|
4331 | vertical profile of leaf area density. The inipar parameter<span style="font-family: Courier New,Courier,monospace;"> drag_coefficient </span>determines |
---|
4332 | the canopy drag coefficient. Finally, the inipar parameter<span style="font-family: Courier New,Courier,monospace;"> pch_index </span>determines |
---|
4333 | the index of the upper boundary of the plant canopy. <br> |
---|
4334 | <br> |
---|
4335 | Allow new case<span style="font-family: Courier New,Courier,monospace;"> |
---|
4336 | bc_uv_t </span>= <span style="font-style: italic;">'dirichlet_0'</span> |
---|
4337 | for channel flow.<br> |
---|
4338 | <br> |
---|
4339 | For unknown variables (CASE DEFAULT) call new subroutine<span style="font-family: Courier New,Courier,monospace;"> |
---|
4340 | user_data_output_dvrp</span>.<br> |
---|
4341 | <br> |
---|
4342 | Frequence of sorting particles can be controlled with new particles_par |
---|
4343 | parameter<span style="font-family: Courier New,Courier,monospace;"> |
---|
4344 | dt_sort_particles</span>. Sorting is moved from the SGS timestep loop in<span style="font-family: Courier New,Courier,monospace;"> advec_particles </span>after |
---|
4345 | the end of this loop.</td> |
---|
4346 | <td style="vertical-align: top;">advec_particles, |
---|
4347 | check_parameters, data_output_dvrp, header, init_3d_model, init_grid, |
---|
4348 | init_particles, init_pegrid, modules, package_parin, |
---|
4349 | parin, read_var_list, user_interface, write_var_list<br> |
---|
4350 | <br> |
---|
4351 | <span style="font-weight: bold;">new:</span><br> |
---|
4352 | plant_canopy_model</td> |
---|
4353 | </tr> |
---|
4354 | <tr> |
---|
4355 | <td style="vertical-align: top;"> </td> |
---|
4356 | <td style="vertical-align: top;"> </td> |
---|
4357 | <td style="vertical-align: top;"> </td> |
---|
4358 | <td style="vertical-align: top;">C</td> |
---|
4359 | <td style="vertical-align: top;">Redefine initial<span style="font-family: Courier New,Courier,monospace;"> nzb_local </span>as |
---|
4360 | the actual total size of topography (later the extent of topography in<span style="font-family: Courier New,Courier,monospace;"> nzb_local </span>is |
---|
4361 | reduced by 1dx at the E topography walls and by 1dy at the N topography |
---|
4362 | walls to form the basis for<span style="font-family: Courier New,Courier,monospace;"> nzb_s_inner</span>); |
---|
4363 | for consistency redefine 'single_building' case.<br> |
---|
4364 | <br> |
---|
4365 | Vertical profiles now based on<span style="font-family: Courier New,Courier,monospace;"> nzb_s_inner</span>; |
---|
4366 | they are divided by<span style="font-family: Courier New,Courier,monospace;"> ngp_2dh_s_inner </span>(scalars, |
---|
4367 | procucts of scalars) and<span style="font-family: Courier New,Courier,monospace;"> ngp_2dh </span>(staggered |
---|
4368 | velocity components and their products, procucts of scalars and |
---|
4369 | velocity components), respectively.<br> |
---|
4370 | <br> |
---|
4371 | Allow two instead of one digit to specify isosurface and slicer |
---|
4372 | variables.<br> |
---|
4373 | <br> |
---|
4374 | Status of 3D-volume NetCDF data file only depends on switch<span style="font-family: Courier New,Courier,monospace;"> netcdf_64bit_3d </span>(check_open).<br> |
---|
4375 | <br> |
---|
4376 | <span style="font-family: Courier New,Courier,monospace;">prognostic_equations |
---|
4377 | </span>include the respective<span style="font-family: Courier New,Courier,monospace;"> wall_*flux </span>in |
---|
4378 | the parameter list of calls of<span style="font-family: Courier New,Courier,monospace;"> diffusion_s</span>. |
---|
4379 | Same as before, only the values<span style="font-family: Courier New,Courier,monospace;"> of |
---|
4380 | wall_heatflux(0:4) </span>can be assigned. At present,<span style="font-family: Courier New,Courier,monospace;"> |
---|
4381 | wall_humidityflux</span>,<span style="font-family: Courier New,Courier,monospace;"> wall_qflux</span>,<span style="font-family: Courier New,Courier,monospace;"> wall_salinityflux</span>, |
---|
4382 | and<span style="font-family: Courier New,Courier,monospace;"> |
---|
4383 | wall_scalarflux </span>are kept zero.<span style="font-family: Courier New,Courier,monospace;"> diffusion_s </span>uses |
---|
4384 | the respective<span style="font-family: Courier New,Courier,monospace;"> |
---|
4385 | wall_*flux </span>instead of<span style="font-family: Courier New,Courier,monospace;"> wall_heatflux</span>. |
---|
4386 | This update serves two purposes: - it avoids errors in calculations |
---|
4387 | with humidity/scalar/salinity and prescribed non-zero wall heatflux, - |
---|
4388 | it prepares PALM for a possible assignment of wall fluxes of |
---|
4389 | humidity/scalar/salinity in a future releases.</td> |
---|
4390 | <td style="vertical-align: top;">buoyancy, |
---|
4391 | check_open, data_output_dvrp, diffusion_s, diffusivities, |
---|
4392 | flow_statistics, header, init_3d_model, init_dvrp, init_grid, modules, |
---|
4393 | prognostic_equations</td> |
---|
4394 | </tr> |
---|
4395 | <tr> |
---|
4396 | <td style="vertical-align: top;"> </td> |
---|
4397 | <td style="vertical-align: top;"> </td> |
---|
4398 | <td style="vertical-align: top;"> </td> |
---|
4399 | <td style="vertical-align: top;">E</td> |
---|
4400 | <td style="vertical-align: top;">Bugfix: summation of<span style="font-family: Courier New,Courier,monospace;"> sums_l_l </span>(<span style="font-family: Courier New,Courier,monospace;">diffusivities</span>).<br> |
---|
4401 | <br> |
---|
4402 | Several bugfixes in the ocean part: Initial density<span style="font-family: Courier New,Courier,monospace;"> rho </span>is |
---|
4403 | calculated (<span style="font-family: Courier New,Courier,monospace;">init_ocean</span>). |
---|
4404 | Error in initializing<span style="font-family: Courier New,Courier,monospace;"> u_init </span>and<span style="font-family: Courier New,Courier,monospace;"> v_init </span>removed |
---|
4405 | (<span style="font-family: Courier New,Courier,monospace;">check_parameters</span>). |
---|
4406 | Calculation of density flux now starts from<span style="font-family: Courier New,Courier,monospace;"> nzb+1 </span>(<span style="font-family: Courier New,Courier,monospace;">production_e</span>).<br> |
---|
4407 | <br> |
---|
4408 | Bugfix: <span style="font-family: Courier New,Courier,monospace;">pleft</span>/<span style="font-family: Courier New,Courier,monospace;">pright</span> |
---|
4409 | changed to <span style="font-family: Courier New,Courier,monospace;">pnorth</span>/<span style="font-family: Courier New,Courier,monospace;">psouth</span> in |
---|
4410 | sendrecv of particle tail numbers along y, small bugfixes in the SGS |
---|
4411 | part (<span style="font-family: Courier New,Courier,monospace;">advec_particles</span>).<br> |
---|
4412 | <br> |
---|
4413 | Bugfix:<span style="font-family: Courier New,Courier,monospace;"> |
---|
4414 | model_string </span>needed a default value (<span style="font-family: Courier New,Courier,monospace;">combine_plot_fields</span>).<br> |
---|
4415 | <br> |
---|
4416 | Bugfix: wavenumber calculation for even<span style="font-family: Courier New,Courier,monospace;"> nx </span>in |
---|
4417 | routines<span style="font-family: Courier New,Courier,monospace;"> |
---|
4418 | maketri </span>(<span style="font-family: Courier New,Courier,monospace;">poisfft</span>).<br> |
---|
4419 | <br> |
---|
4420 | Bugfix: assignment of fluxes at walls.<br> |
---|
4421 | <br> |
---|
4422 | Bugfix: absolute value of<span style="font-family: Courier New,Courier,monospace;"> f </span>must be |
---|
4423 | used when calculating the Blackadar mixing length (<span style="font-family: Courier New,Courier,monospace;">init_1d_model</span>).</td> |
---|
4424 | <td style="vertical-align: top;">advec_particles, |
---|
4425 | check_parameters, combine_plot_fields, diffusion_s, diffusivities, |
---|
4426 | init_ocean, init_1d_model, poisfft, production_e</td> |
---|
4427 | </tr> |
---|
4428 | <tr> |
---|
4429 | <td style="vertical-align: top;">16/09/08</td> |
---|
4430 | <td style="vertical-align: top;">SR</td> |
---|
4431 | <td style="vertical-align: top;">3.5</td> |
---|
4432 | <td style="vertical-align: top;">N</td> |
---|
4433 | <td style="vertical-align: top;">The |
---|
4434 | turbulence recycling method of Kataoka and Mizuno (2002) has been |
---|
4435 | implemented. A precursor run must be used to initialize the main run |
---|
4436 | with a quasi-stationary turbulence state (see <span style="font-family: monospace;">initializing_actions</span> = <span style="font-style: italic;">'read_data_for_recycling'</span>). |
---|
4437 | The precursor run may have a smaller domain than the main run, which |
---|
4438 | helps to spare CPU time. New parameters for steering the recycling |
---|
4439 | method are <span style="font-family: monospace;">turbulent_inflow</span>, |
---|
4440 | <span style="font-family: monospace;">recycling_width</span>, <span style="font-family: monospace;">inflow_damping_height</span>, and <span style="font-family: monospace;">inflow_damping_width</span>.<br> |
---|
4441 | <br> |
---|
4442 | One |
---|
4443 | new feature related with the recycling method is that within a job |
---|
4444 | chain, the number of processors or the virtual processor grid is now |
---|
4445 | allowed to change. Such a change modifies the domain decomposition |
---|
4446 | and requires that the PEs within a restart job have to know from which |
---|
4447 | file(s) they have to read their restart data (up to now there has been |
---|
4448 | a one to one relation between the restart files and the PEs, i.e. |
---|
4449 | processor 4 only reads data from file "_0004"). Informations about the |
---|
4450 | subdomain index limits of all restart files are now written by PE0 (to |
---|
4451 | file "_0000"). Also, all variables containing global values which do |
---|
4452 | not depend on the subdomain are written to file "_0000" only. In a |
---|
4453 | restart run, this file is opened by all PEs to read these global values |
---|
4454 | and the informations about the subdomain index limits. Depending on |
---|
4455 | these index limit information it is decided which restart file(s) |
---|
4456 | has/have to be opened in order to read the complete data necessary for |
---|
4457 | the current subdomain.<br> |
---|
4458 | <br> |
---|
4459 | The plant canopy model has been extended |
---|
4460 | to the prognostic equation for the potential temperature |
---|
4461 | and passive scalar, as proposed by Watanabe (2004) and Shaw and |
---|
4462 | Schumann (1992).<br> |
---|
4463 | <br> |
---|
4464 | Particle advection adjusted for ocean runs.<br> |
---|
4465 | <br> |
---|
4466 | Grid |
---|
4467 | coarsening (multigrid method) is limited to subdomains (i.e. no |
---|
4468 | collection of data on PE0 for further coarsening beyond subdomains) if <span style="font-family: monospace;">mg_switch_to_pe0_level</span> = <span style="font-style: italic;">-1</span>.<br> |
---|
4469 | <br> |
---|
4470 | User-defined spectra are allowed.<br> |
---|
4471 | <br> |
---|
4472 | Output of <span style="font-family: monospace;">q*2</span> profile and |
---|
4473 | <span style="font-family: monospace;">w"u"0</span>, <span style="font-family: monospace;">w"v"0</span>, <span style="font-family: monospace;">w"q"0</span> timeseries are added.<br> |
---|
4474 | <br> |
---|
4475 | Argument<span style="font-family: monospace;"> -c </span>introduced to |
---|
4476 | most of the subjob calls, which allows the user to choose his own job |
---|
4477 | catalog by setting the environment variable<span style="font-family: monospace;"> job_catalog </span>in the |
---|
4478 | configuration file (default is <span style="font-family: monospace;">~/job_queue</span>).<br> |
---|
4479 | <br> |
---|
4480 | This release contains first adjustments for the SGI-ICE system at HLRN.<br> |
---|
4481 | <br> |
---|
4482 | <span style="font-weight: bold;">Attention: On the |
---|
4483 | SGI-ICE, runs are still aborted or are hanging for unknown reasons |
---|
4484 | from time to time.</span></td> |
---|
4485 | <td style="vertical-align: top;">advec_particles, calc_spectra, |
---|
4486 | check_open, check_parameters, data_output_spectra, |
---|
4487 | header, init_3d_model, init_particles, init_pegrid, modules, netcdf, |
---|
4488 | parin, particle_boundary_conds, plant_canopy_model, |
---|
4489 | prognostic_equations, read_3d_binary, read_var_list, time_integration, |
---|
4490 | user_interface, write_3d_binary, write_var_list<br> |
---|
4491 | <br> |
---|
4492 | <span style="font-weight: bold;">new:</span><br> |
---|
4493 | inflow_turbulence<br> |
---|
4494 | </td> |
---|
4495 | </tr> |
---|
4496 | <tr> |
---|
4497 | <td align="undefined" valign="undefined"> </td> |
---|
4498 | <td align="undefined" valign="undefined"> </td> |
---|
4499 | <td align="undefined" valign="undefined"> </td> |
---|
4500 | <td style="vertical-align: top;">C</td> |
---|
4501 | <td style="vertical-align: top;">Allow 100 spectra levels instead |
---|
4502 | of 10 for consistency with define_netcdf_header. (<span style="font-family: monospace;">calc_spectra</span>, <span style="font-family: monospace;">data_output_spectra</span>, <span style="font-family: monospace;">header</span>, <span style="font-family: monospace;">modules</span>, <span style="font-family: monospace;">netcdf</span>)<br> |
---|
4503 | <br> |
---|
4504 | Modification |
---|
4505 | of the integrated version of the profile function for momentum for |
---|
4506 | unstable stratification; more consistent flux definitions. (<span style="font-family: monospace;">wall_fluxes</span>, <span style="font-family: monospace;">production_e</span>)<br> |
---|
4507 | <br> |
---|
4508 | Strict grid matching along z is not needed for mg-solver. (<span style="font-family: monospace;">check_parameters</span>)<br> |
---|
4509 | <br> |
---|
4510 | Sharp |
---|
4511 | lateral edges of the plant canopy introduced. Before, smaller values of |
---|
4512 | the leaf area density than those applied in the prognostic equation for |
---|
4513 | the vertical velocity were used in the prognostic equations for u and v |
---|
4514 | at the boundaries of the plant_canopy. (<span style="font-family: monospace;">init_3d_model</span>)<br> |
---|
4515 | <br> |
---|
4516 | -<span style="font-family: monospace;">cross_ts_*</span> (<span style="font-family: monospace;">read_var_list</span>, <span style="font-family: monospace;">write_var_list</span>), -<span style="font-family: monospace;">dopr_time_count</span>, old profil |
---|
4517 | parameters (<span style="font-family: monospace;">cross_...</span>, <span style="font-family: monospace;">dopr_crossindex</span>, <span style="font-family: monospace;">profile_***</span>) removed. (<span style="font-family: monospace;">read_3d_binary</span>, <span style="font-family: monospace;">write_3d_binary</span>)<br> |
---|
4518 | <br> |
---|
4519 | Reading/writing of <span style="font-family: monospace;">hom_sum</span>, |
---|
4520 | <span style="font-family: monospace;">volume_flow_area</span>, <span style="font-family: monospace;">volume_flow_initial</span> is moved |
---|
4521 | from <span style="font-family: monospace;">..._3d_binary</span> to <span style="font-family: monospace;">..._var_list</span>, <span style="font-family: monospace;">hom_sum</span> is now allocated in <span style="font-family: monospace;">parin</span> instead of <span style="font-family: monospace;">init_3d_model</span>.<br> |
---|
4522 | <br> |
---|
4523 | <span style="font-family: monospace;">npex</span>, <span style="font-family: monospace;">npey</span> moved from inipar- to |
---|
4524 | d3par-namelist. (<span style="font-family: monospace;">parin</span>)<br> |
---|
4525 | <br> |
---|
4526 | <span style="font-family: monospace;">myid_char14</span> |
---|
4527 | removed. This was used, since on IBM machines the process rank could be |
---|
4528 | changed when the final communicator was defined, in order to save the |
---|
4529 | preliminary processor-id for opening the binary output file for |
---|
4530 | restarts (unit 14), because otherwise a mismatch occured when reading |
---|
4531 | this file in a restart job. This mechanism is not needed any more since |
---|
4532 | the subdomain informations are now contained in file _0000. (<span style="font-family: monospace;">parin</span>, <span style="font-family: monospace;">check_open</span>)<br> |
---|
4533 | <br> |
---|
4534 | Transpositions for the 2D domain decomposition have been optimized by |
---|
4535 | using <span style="font-family: monospace;">f_inv</span> |
---|
4536 | as an automatic array instead of providing the memory by a dummy |
---|
4537 | argument. This spares one copy loop per transposition. Order of indices |
---|
4538 | in the 3D loops in some of the transpose routines have been rearranged |
---|
4539 | for better cache utilization. Both have been suggested by Roland |
---|
4540 | Richter (SGI) as part of the HLRN-II benchmark process. (<span style="font-family: monospace;">transpose</span>)<br> |
---|
4541 | <br> |
---|
4542 | Workaround for getting information about the coupling mode, because the<span style="font-family: monospace;"> -env </span>Option (mpiexec) is not |
---|
4543 | available on many systems (SGI, lcxt4 at Bergen Center for |
---|
4544 | Computational Science). (<span style="font-family: monospace;">palm</span>, |
---|
4545 | <span style="font-family: monospace;">mrun</span>)<br> |
---|
4546 | <br> |
---|
4547 | Format adjustments in order to allow CPU# > 999. (<span style="font-family: monospace;">cpu_statistics</span>)<br> |
---|
4548 | <br> |
---|
4549 | Provisional solution for run_control_1d output: add 'CALL check_open( |
---|
4550 | 15 )'. (<span style="font-family: monospace;">init_1d_model</span>)<br> |
---|
4551 | <br> |
---|
4552 | Subdomain data are read into temporary arrays <span style="font-family: monospace;">pf_tmp</span> / <span style="font-family: monospace;">pf3d_tmp</span> in order to avoid |
---|
4553 | INTEL compiler warnings about (automatic) creation of temporary arrays. |
---|
4554 | (<span style="font-family: monospace;">combine_plot_fields</span>)<br> |
---|
4555 | <br> |
---|
4556 | Time coordinate t=0 stored on netcdf-file only if an output is required |
---|
4557 | for this time for at least one of the profiles.<br> |
---|
4558 | <br> |
---|
4559 | Output of spline timeseries <span style="font-family: monospace;">splptx</span> |
---|
4560 | etc. removed. (<span style="font-family: monospace;">flow_statistics</span>)</td> |
---|
4561 | <td style="vertical-align: top;">advec_s_ups, |
---|
4562 | advec_u_ups, advec_v_ups, advec_w_ups, calc_spectra, check_open, |
---|
4563 | check_parameters, cpu_statistics, data_output_profiles, |
---|
4564 | data_output_spectra, flow_statistics, header, init_1d_model, |
---|
4565 | init_3d_model, modules, netcdf, palm, parin, poisfft, production_e, |
---|
4566 | read_3d_binary, read_var_list, transpose, wall_fluxes, write_3d_binary, |
---|
4567 | write_var_list<br> |
---|
4568 | </td> |
---|
4569 | </tr> |
---|
4570 | <tr> |
---|
4571 | <td align="undefined" valign="undefined"> </td> |
---|
4572 | <td align="undefined" valign="undefined"> </td> |
---|
4573 | <td align="undefined" valign="undefined"> </td> |
---|
4574 | <td style="vertical-align: top;">E</td> |
---|
4575 | <td style="vertical-align: top;">Bugfix: |
---|
4576 | modification of the calculation of the vertical turbulent momentum |
---|
4577 | fluxes u'w' and v'w'; the first usws that is computed corresponds to |
---|
4578 | -u'w'/u* and not as priorily assumed to (-u'w')**0.5, the first vsws |
---|
4579 | that is computed corresponds to -v'w'/u* and not as priorily assumed to |
---|
4580 | (-v'w')**0.5. Therefore, the intermediate result for usws has to be |
---|
4581 | multiplied by -u* instead by itself in order to get u'w'. Accordingly, |
---|
4582 | the intermediate result for vsws has to be multiplied by -u* instead by |
---|
4583 | itself in order to get v'w'. As u* is calculated for the position of a |
---|
4584 | scalar an additional interpolation of u* to the position of u and v, |
---|
4585 | respectively, is necessary. As u* is not determined for the ghost |
---|
4586 | points on each PE, an additional exchange of information from |
---|
4587 | neighbouring PEs is necessary. Tests showed that this |
---|
4588 | decreases u* by some 10% and increases TKE and momentum fluxes by some |
---|
4589 | 10% because friction was underestimated and momentum fluxes were |
---|
4590 | wrongly calculated due to the bug. (<span style="font-family: monospace;">prandtl_fluxes</span>, <span style="font-family: monospace;">wall_fluxes</span>)<br> |
---|
4591 | <br> |
---|
4592 | <span style="font-weight: bold;">Attention:</span> <br> |
---|
4593 | <span style="font-weight: bold;">The content of the |
---|
4594 | testresult-file (run control output) has changed |
---|
4595 | due to the above bugfix.</span><br> |
---|
4596 | <br> |
---|
4597 | Bugfix: |
---|
4598 | change definition of us_wall from 1D to 2D. <br> |
---|
4599 | <br> |
---|
4600 | Bugfix: exponent = 1.0 / ( ny + 1.0 ) in calc_spectra_x. (<span style="font-family: monospace;">calc_spectra</span>)<br> |
---|
4601 | <br> |
---|
4602 | Bugfix: calculation of horizontal fluxes at vertical walls. (<span style="font-family: monospace;">diffusion_s</span>)<br> |
---|
4603 | <br> |
---|
4604 | Bugfix: zero assignments to tendency arrays in case of restarts. (<span style="font-family: monospace;">init_3d_model</span>)<br> |
---|
4605 | <br> |
---|
4606 | Bugfix: wrong grid level used in multigrid solver, routine <span style="font-family: monospace;">restrict</span>. (<span style="font-family: monospace;">poismg</span>)<br> |
---|
4607 | <br> |
---|
4608 | Bugfix: |
---|
4609 | Construction of vertical profiles when 10 gradients have been specified |
---|
4610 | in the parameter list (ug, vg, pt, q, sa, lad). (<span style="font-family: monospace;">check_parameters</span>)<br> |
---|
4611 | <br> |
---|
4612 | Bugfix: Determination of the number of vertical levels for which |
---|
4613 | spectra shall be output - 100 replaced by 10. (<span style="font-family: monospace;">netcdf</span>)<br> |
---|
4614 | <br> |
---|
4615 | Bugfix: |
---|
4616 | Lengths of those characters that are needed for the output of the |
---|
4617 | characteristic levels of potential temperature, the geostrophic wind, |
---|
4618 | scalar concentration, humidity and leaf area density to the header file |
---|
4619 | has been increased. (<span style="font-family: monospace;">header</span>)<br> |
---|
4620 | <br> |
---|
4621 | Bugfix: add ')' in <span style="font-family: monospace;">user_read_restart_data</span>.<br> |
---|
4622 | <br> |
---|
4623 | The leaf area density is explicitly set to its surface value at k=0. (<span style="font-family: monospace;">check_parameters</span>)<br> |
---|
4624 | <br> |
---|
4625 | Introduce<span style="font-family: monospace;"> prefix_chr</span> to |
---|
4626 | ensure unique dvrp_file path.<br> |
---|
4627 | <br> |
---|
4628 | small bugfixes for <span style="font-family: monospace;">user_interface</span> |
---|
4629 | sample code (comments):<br> |
---|
4630 | - initialize ustvst with 0.0 as it is now computed only until <span style="font-family: monospace;">nxr</span> and <span style="font-family: monospace;">nyn</span><br> |
---|
4631 | - two ALLOCATE statements moved from <span style="font-family: monospace;">user_read_restart_data</span> back to <span style="font-family: monospace;">user_init</span><br> |
---|
4632 | - remove 'READ (13) u2_av' statement in <span style="font-family: monospace;">user_read_restart_data</span><br> |
---|
4633 | <br> |
---|
4634 | Bugfix: remove IF statement in <span style="font-family: monospace;">plant_canopy_model_ij</span>.<br> |
---|
4635 | <br> |
---|
4636 | Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by |
---|
4637 | ngp_2dh_s_inner(k,sr) (like other scalars). (<span style="font-family: monospace;">flow_statistics</span>)<br> |
---|
4638 | <br> |
---|
4639 | Bugfix: <span style="font-family: monospace;">dopr_time_count</span> |
---|
4640 | was written on the binary file, which caused that NetCDF files newly |
---|
4641 | created by restart files (no append of existing files!) contained |
---|
4642 | uneccessary time levels. (<span style="font-family: monospace;">read_3d_binary</span>, |
---|
4643 | <span style="font-family: monospace;">write_3d_binary</span>)<br> |
---|
4644 | <br> |
---|
4645 | Bugfix: extra '*' removed in user_statistics sample code. (<span style="font-family: monospace;">user_interface</span>)<br> |
---|
4646 | <br> |
---|
4647 | Bugfix: a stop command was missing in some cases of the parallel |
---|
4648 | branch. (<span style="font-family: monospace;">local_stop</span>)<br> |
---|
4649 | <br> |
---|
4650 | Bugfix in volume flow control for non-cyclic boundary conditions. (<span style="font-family: monospace;">pres</span>)<br> |
---|
4651 | <br> |
---|
4652 | Bugfix: misplaced #endif directives. (<span style="font-family: monospace;">combine_plot_fields</span>)<br> |
---|
4653 | <br> |
---|
4654 | Data are collected from PE0 in an ordered sequence which seems to avoid |
---|
4655 | hanging of processes on SGI-ICE. (<span style="font-family: monospace;">cpu_statistics</span>)</td> |
---|
4656 | <td style="vertical-align: top;">calc_spectra, |
---|
4657 | check_parameters, cpu_statistics, diffusion_s, flow_statistics, |
---|
4658 | init_3d_model, init_dvrp, local_stop, plant_canopy_model, poismg, |
---|
4659 | prandtl_fluxes, pres, read_3d_binary, user_interface, wall_fluxes, |
---|
4660 | write_3d_binary<br> |
---|
4661 | </td> |
---|
4662 | </tr> |
---|
4663 | |
---|
4664 | |
---|
4665 | |
---|
4666 | |
---|
4667 | |
---|
4668 | |
---|
4669 | </tbody> |
---|
4670 | </table> |
---|
4671 | |
---|
4672 | <b><blink>Attention:</blink></b> |
---|
4673 | If<tt> make </tt>is not used |
---|
4674 | for |
---|
4675 | compiling, |
---|
4676 | <b>all routines</b> have to be re-compiled after every |
---|
4677 | change |
---|
4678 | to <b>modules.f90!</b> |
---|
4679 | <br> |
---|
4680 | |
---|
4681 | |
---|
4682 | <br> |
---|
4683 | |
---|
4684 | |
---|
4685 | <h2><a name="Kapitel2.0"></a>2.0 How |
---|
4686 | to change the model source |
---|
4687 | code</h2> |
---|
4688 | |
---|
4689 | Currently |
---|
4690 | (Sep 23rd, 2009), only selected users are allowed to commit changes to |
---|
4691 | the repository. Some rules about how to check in modified code will be |
---|
4692 | added later.<br> |
---|
4693 | |
---|
4694 | <h2> |
---|
4695 | <a name="Kapitel3.0"></a>3.0 Description |
---|
4696 | of selected parts of the |
---|
4697 | model source code</h2> |
---|
4698 | |
---|
4699 | |
---|
4700 | <p>This section gives links to existing descriptions about special |
---|
4701 | parts of the PALM code, e.g. special numerical methods that are used |
---|
4702 | (including mathematical background). Documents are stored in single |
---|
4703 | files with different formats. Some are in German (sorry for the |
---|
4704 | inconvenience). |
---|
4705 | <br> |
---|
4706 | |
---|
4707 | </p> |
---|
4708 | |
---|
4709 | <ul> |
---|
4710 | |
---|
4711 | <li> <a name="UPS"></a>upstream-spline |
---|
4712 | advection scheme ( <a href="methods/upstream_spline/ups.pdf">.pdf</a> |
---|
4713 | , only in German)</li> |
---|
4714 | <li> <a name="Cloud_physics"></a>cloud |
---|
4715 | physics module ( <a href="methods/cloud_physics/cloud_physics.pdf">.pdf</a> |
---|
4716 | )</li> |
---|
4717 | <li> <a name="Bitkompression"></a>data compression with <a href="methods/bit_compression/bit_compression.html">bit shifting method</a> |
---|
4718 | (only in German)<br> |
---|
4719 | </li> |
---|
4720 | <li>Runge-Kutta |
---|
4721 | time integration scheme ( <a href="methods/runge_kutta/runge_kutta.pdf">.pdf</a> |
---|
4722 | , only in German)</li> |
---|
4723 | </ul> |
---|
4724 | |
---|
4725 | <br> |
---|
4726 | |
---|
4727 | |
---|
4728 | <br> |
---|
4729 | |
---|
4730 | |
---|
4731 | <br> |
---|
4732 | |
---|
4733 | |
---|
4734 | <br> |
---|
4735 | |
---|
4736 | |
---|
4737 | <br> |
---|
4738 | |
---|
4739 | |
---|
4740 | <br> |
---|
4741 | |
---|
4742 | |
---|
4743 | <br> |
---|
4744 | |
---|
4745 | |
---|
4746 | <br> |
---|
4747 | |
---|
4748 | |
---|
4749 | </body></html> |
---|